|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.rdbms.key.Key
org.jpox.store.rdbms.key.CandidateKey
org.jpox.store.rdbms.key.PrimaryKey
Representation of the primary key of a table.
Field Summary |
Fields inherited from class org.jpox.store.rdbms.key.CandidateKey |
columns, name, table |
Constructor Summary | |
PrimaryKey(DatastoreContainerObject table)
Creates a primary key. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Equality operator |
java.lang.String |
toString()
Stringifier method. |
Methods inherited from class org.jpox.store.rdbms.key.CandidateKey |
addDatastoreField, assertSameDatastoreObject, getColumnList, getColumnList, getColumns, getDatastoreContainerObject, getName, hashCode, setDatastoreField, setMinSize, setName, size, startsWith |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PrimaryKey(DatastoreContainerObject table)
table
- Table that this is the PK forMethod Detail |
public boolean equals(java.lang.Object obj)
equals
in class CandidateKey
obj
- The object to compare against
public java.lang.String toString()
toString
in class CandidateKey
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |