public final class IndexTableId extends Identifier<Integer> implements TableId
TableId.Typeidentifier| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(TableId other)
Compares table ID. 
 | 
static IndexTableId | 
of(int index)
Returns a table identifier for the given index. 
 | 
TableId.Type | 
type()
Gets type of this table ID. 
 | 
equals, hashCode, id, toStringpublic TableId.Type type()
TableIdpublic int compareTo(TableId other)
TableIdpublic static IndexTableId of(int index)
index - table index