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 with parameters of type DDLForeignKey
protected  String DatabaseProvider.renderAlterTableAddKey(DDLForeignKey key)
          Generates the database-specific DDL statement required to add a foreign key to a table.
protected  String 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  String SQLServerDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  String PostgreSQLDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  String OracleDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key)
           
protected  String 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.