|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fk | |
|---|---|
| org.plasma.text.ddl | Package level documentation for package org.plasma.text.ddl. |
| Uses of Fk in org.plasma.text.ddl |
|---|
| Fields in org.plasma.text.ddl with type parameters of type Fk | |
|---|---|
protected java.util.List<Fk> |
Table.fks
|
| Methods in org.plasma.text.ddl that return Fk | |
|---|---|
Fk |
ObjectFactory.createFk()
Create an instance of Fk |
| Methods in org.plasma.text.ddl that return types with arguments of type Fk | |
|---|---|
java.util.List<Fk> |
Table.getFks()
Gets the value of the fks property. |
| Methods in org.plasma.text.ddl with parameters of type Fk | |
|---|---|
java.lang.String |
MySQLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DefaultDDLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DDLFactory.createForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
MySQLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DefaultDDLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
DDLFactory.dropForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable)
|
java.lang.String |
MySQLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
java.lang.String |
DefaultDDLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
java.lang.String |
DDLFactory.enableForeignKeyConstraint(Schema schema,
Table table,
Fk fk,
Table toTable,
boolean enable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||