Uses of Class
net.java.ao.schema.ddl.DDLForeignKey
Packages that use DDLForeignKey
-
Uses of DDLForeignKey in net.java.ao
Methods in net.java.ao that return types with arguments of type DDLForeignKeyModifier and TypeMethodDescriptionprotected Iterable<DDLForeignKey>
DatabaseProvider.findForeignKeysForField
(DDLTable table, DDLField field) Methods in net.java.ao with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionprotected SQLAction
DatabaseProvider.renderAlterTableAddKey
(DDLForeignKey key) Generates the database-specific DDL statement required to add a foreign key to a table.protected SQLAction
DatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) Generates the database-specific DDL statement required to remove a foreign key from a table.protected String
DatabaseProvider.renderForeignKey
(DDLForeignKey key) Renders the specified foreign key representation into the database-specific DDL. -
Uses of DDLForeignKey in net.java.ao.db
Methods in net.java.ao.db with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionprotected SQLAction
H2DatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected SQLAction
HSQLDatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected SQLAction
NuoDBDatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected SQLAction
OracleDatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected SQLAction
PostgreSQLDatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected SQLAction
SQLServerDatabaseProvider.renderAlterTableDropKey
(DDLForeignKey key) protected String
NuoDBDatabaseProvider.renderForeignKey
(DDLForeignKey key) Foreign keys which reference primary table aren't supported because of a open issue and are rendered in commentary block. -
Uses of DDLForeignKey in net.java.ao.schema.ddl
Methods in net.java.ao.schema.ddl that return DDLForeignKeyMethods in net.java.ao.schema.ddl with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionstatic DDLAction
DDLActions.newAlterAddKey
(DDLForeignKey key) void
DDLTable.setForeignKeys
(DDLForeignKey[] foreignKeys) void
DDLAction.setKey
(DDLForeignKey key) DDLActionBuilder.setKey
(DDLForeignKey key)