Uses of Class
org.projectnessie.model.SqlView
-
Packages that use SqlView Package Description org.projectnessie.model -
-
Uses of SqlView in org.projectnessie.model
Subclasses of SqlView in org.projectnessie.model Modifier and Type Class Description classImmutableSqlViewImmutable implementation ofSqlView.Methods in org.projectnessie.model with parameters of type SqlView Modifier and Type Method Description static ImmutableSqlViewImmutableSqlView. copyOf(SqlView instance)Creates an immutable copy of aSqlViewvalue.ImmutableSqlView.BuilderImmutableSqlView.Builder. from(SqlView instance)Fill a builder with attribute values from the providedorg.projectnessie.model.SqlViewinstance.
-