Uses of Class
org.projectnessie.model.TableReference
-
Packages that use TableReference Package Description org.projectnessie.model -
-
Uses of TableReference in org.projectnessie.model
Subclasses of TableReference in org.projectnessie.model Modifier and Type Class Description classImmutableTableReferenceImmutable implementation ofTableReference.Methods in org.projectnessie.model that return TableReference Modifier and Type Method Description static TableReferenceTableReference. parse(String tableReference)Parses the string representation of a table-reference to aTableReferenceobject.Methods in org.projectnessie.model with parameters of type TableReference Modifier and Type Method Description static ImmutableTableReferenceImmutableTableReference. copyOf(TableReference instance)Creates an immutable copy of aTableReferencevalue.ImmutableTableReference.BuilderImmutableTableReference.Builder. from(TableReference instance)Fill a builder with attribute values from the providedTableReferenceinstance.
-