|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
---|---|
org.gswing.components.input.dbcreator | Package contains the gswing database creator classes. |
Uses of ForeignKey in org.gswing.components.input.dbcreator |
---|
Methods in org.gswing.components.input.dbcreator that return ForeignKey | |
---|---|
ForeignKey |
DbField.getForeignKey()
Get the foreign key of the field. |
Constructors in org.gswing.components.input.dbcreator with parameters of type ForeignKey | |
---|---|
DbField(String name,
String type,
boolean primaryKey,
boolean canBeNull,
ForeignKey foreignKey)
Constructor. |
|
DbField(String name,
String type,
boolean primaryKey,
ForeignKey foreignKey)
Constructor. |
|
DbField(String name,
String type,
ForeignKey foreignKey)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |