Uses of Class
net.java.ao.schema.ddl.DDLForeignKey

Packages that use DDLForeignKey
net.java.ao   
net.java.ao.db   
net.java.ao.schema.ddl   
 

Uses of DDLForeignKey in net.java.ao
 

Methods in net.java.ao that return types with arguments of type DDLForeignKey
protected  Iterable<DDLForeignKey> DatabaseProvider.findForeignKeysForField(DDLTable table, DDLField field)
           
 

Methods in net.java.ao with parameters of type DDLForeignKey
protected  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 DDLForeignKey
protected  SQLAction SQLServerDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  SQLAction PostgreSQLDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  SQLAction OracleDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  SQLAction HSQLDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
 

Uses of DDLForeignKey in net.java.ao.schema.ddl
 

Methods in net.java.ao.schema.ddl that return DDLForeignKey
 DDLForeignKey[] DDLTable.getForeignKeys()
           
 DDLForeignKey DDLAction.getKey()
           
 

Methods in net.java.ao.schema.ddl with parameters of type DDLForeignKey
static DDLAction DDLActions.newAlterAddKey(DDLForeignKey key)
           
 void DDLTable.setForeignKeys(DDLForeignKey[] foreignKeys)
           
 void DDLAction.setKey(DDLForeignKey key)
           
 



Copyright © 2007-2011. All Rights Reserved.