Uses of Class
org.projectnessie.model.ImmutableSqlView
-
Packages that use ImmutableSqlView Package Description org.projectnessie.model -
-
Uses of ImmutableSqlView in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableSqlView Modifier and Type Method Description ImmutableSqlViewImmutableSqlView.Builder. build()Builds a newImmutableSqlView.static ImmutableSqlViewImmutableSqlView. copyOf(SqlView instance)Creates an immutable copy of aSqlViewvalue.ImmutableSqlViewImmutableSqlView. withDialect(SqlView.Dialect value)Copy the current immutable object by setting a value for thedialectattribute.ImmutableSqlViewImmutableSqlView. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableSqlViewImmutableSqlView. withSqlText(String value)Copy the current immutable object by setting a value for thesqlTextattribute.
-