@Beta public final class PiTableId extends Identifier<String> implements TableId
TableId.Typeidentifier| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TableId other)
Compares table ID.
|
static PiTableId |
of(String name)
Returns an identifier for the given table name.
|
TableId.Type |
type()
Gets type of this table ID.
|
equals, hashCode, id, toStringpublic static PiTableId of(String name)
name - table namepublic TableId.Type type()
TableId