|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKeyInfo | |
---|---|
org.clazzes.jdbc2xml.schema | |
org.clazzes.jdbc2xml.schema.impl |
Uses of ForeignKeyInfo in org.clazzes.jdbc2xml.schema |
---|
Methods in org.clazzes.jdbc2xml.schema that return ForeignKeyInfo | |
---|---|
ForeignKeyInfo |
TableInfo.getForeignKeyInfo(java.lang.String fkName)
Get a ForeignKeyInfo for a specified foreign-key-name. |
Methods in org.clazzes.jdbc2xml.schema that return types with arguments of type ForeignKeyInfo | |
---|---|
java.util.List<ForeignKeyInfo> |
TableInfo.getForeignKeys()
|
Methods in org.clazzes.jdbc2xml.schema with parameters of type ForeignKeyInfo | |
---|---|
void |
TableInfo.addForeignKey(ForeignKeyInfo fki)
Add a foreign key to our list of foreign key descriptions. |
TableInfo |
ISchemaEngine.addForeignKey(TableInfo ti,
ForeignKeyInfo fkInfo)
Add a foreign key to an existing table. |
void |
Dialect.pushAddForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
Push the add foreign key command to a command queue. |
void |
Dialect.pushDropForeignKey(SqlCommandQueue queue,
TableInfo ti,
ForeignKeyInfo fki)
Push the drop foreign key command to a command queue. |
Method parameters in org.clazzes.jdbc2xml.schema with type arguments of type ForeignKeyInfo | |
---|---|
void |
TableInfo.setForeignKeys(java.util.List<ForeignKeyInfo> foreignKeys)
|
Uses of ForeignKeyInfo in org.clazzes.jdbc2xml.schema.impl |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |