|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectits.SQL.ForeignData
Used by the SDD Schema parser to maintain foreign reference data. Each instance of this class represents a single FOREIGN KEY constraint statement, and each Table object has a list of them.
| Field Summary | |
java.util.Vector |
foreignCols
a list of String objects containing column names. |
java.lang.String |
foreignTable
|
int |
line
|
java.util.Vector |
localCols
a list of String objects containing column names |
| Constructor Summary | |
ForeignData()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.util.Vector localCols
public java.util.Vector foreignCols
public java.lang.String foreignTable
public int line
| Constructor Detail |
public ForeignData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||