|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.catalog.TableKey
A TableKey represents a immutable unique identifier for a SQL object. It has a schemaid and a name .
Field Summary | |
private UUID |
schemaId
|
private java.lang.String |
tableName
|
Constructor Summary | |
(package private) |
TableKey(UUID schemaUUID,
java.lang.String tableName)
Constructor for when you have both the table and schema names. |
Method Summary | |
boolean |
equals(java.lang.Object otherTableKey)
2 TableKeys are equal if their both their schemaIds and tableNames are equal. |
(package private) UUID |
getSchemaId()
Get the schema id. |
(package private) java.lang.String |
getTableName()
Get the table name (without the schema name). |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final java.lang.String tableName
private final UUID schemaId
Constructor Detail |
TableKey(UUID schemaUUID, java.lang.String tableName)
tableName
- The name of the table being referencedMethod Detail |
java.lang.String getTableName()
UUID getSchemaId()
public boolean equals(java.lang.Object otherTableKey)
otherTableKey
- The other TableKey, as Object.
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |