@Beta public final class PiTableId extends Identifier<java.lang.String> implements TableId
TableId.Typeidentifier| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name()
Returns the name of this table.
|
static PiTableId |
of(java.lang.String name)
Returns a table identifier for the given table name.
|
static PiTableId |
of(java.lang.String scope,
java.lang.String name)
Returns a table identifier for the given table scope and name.
|
java.util.Optional<java.lang.String> |
scope()
Returns the scope of this table, if present.
|
TableId.Type |
type() |
equals, hashCode, id, toStringpublic static PiTableId of(java.lang.String scope, java.lang.String name)
scope - table scopename - table namepublic static PiTableId of(java.lang.String name)
name - table namepublic java.lang.String name()
public java.util.Optional<java.lang.String> scope()
public TableId.Type type()