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