|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.triactive.jdo.store.sql.Key
com.triactive.jdo.store.sql.ForeignKey
public class ForeignKey
| Field Summary |
|---|
| Fields inherited from class com.triactive.jdo.store.sql.Key |
|---|
columns, table |
| Constructor Summary | |
|---|---|
ForeignKey(boolean initiallyDeferred)
|
|
ForeignKey(Column col,
ClassBaseTable refTable,
boolean initiallyDeferred)
|
|
| Method Summary | |
|---|---|
void |
addColumn(Column col,
Column refCol)
|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
void |
setColumn(int seq,
Column col,
Column refCol)
|
java.lang.String |
toString()
|
| Methods inherited from class com.triactive.jdo.store.sql.Key |
|---|
assertSameTable, getColumnList, getColumnList, getColumns, getTable, setMinSize, startsWith |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForeignKey(boolean initiallyDeferred)
public ForeignKey(Column col,
ClassBaseTable refTable,
boolean initiallyDeferred)
| Method Detail |
|---|
public void addColumn(Column col,
Column refCol)
public void setColumn(int seq,
Column col,
Column refCol)
public int hashCode()
hashCode in class Keypublic boolean equals(java.lang.Object obj)
equals in class Keypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||