@Beta public final class PiTableId extends Identifier<String> implements TableId
TableId.Type
identifier
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, toString
public static PiTableId of(String name)
name
- table namepublic TableId.Type type()
TableId