Uses of Class
org.projectnessie.model.SqlView.Dialect
-
Packages that use SqlView.Dialect Package Description org.projectnessie.model -
-
Uses of SqlView.Dialect in org.projectnessie.model
Methods in org.projectnessie.model that return SqlView.Dialect Modifier and Type Method Description SqlView.DialectImmutableSqlView. getDialect()abstract SqlView.DialectSqlView. getDialect()static SqlView.DialectSqlView.Dialect. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlView.Dialect[]SqlView.Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectnessie.model with parameters of type SqlView.Dialect Modifier and Type Method Description ImmutableSqlView.BuilderImmutableSqlView.Builder. dialect(SqlView.Dialect dialect)Initializes the value for thedialectattribute.ImmutableSqlViewImmutableSqlView. withDialect(SqlView.Dialect value)Copy the current immutable object by setting a value for thedialectattribute.
-