Uses of Class
org.clazzes.jdbc2xml.schema.ForeignKeyInfo

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.
abstract  TableInfo SchemaEngine.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
 

Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type ForeignKeyInfo
 TableInfo SchemaEngineImpl.addForeignKey(TableInfo ti, ForeignKeyInfo foreignKeyInfo)
           
static java.lang.String DDLHelper.buildAddForeignKey(java.lang.String tableName, ForeignKeyInfo foreignKeyInfo)
           
 void MSSQLServerDialect.pushAddForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 void DerbyDialect.pushAddForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 void MySQLDialect.pushAddForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 void MSSQLServerDialect.pushDropForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 void DerbyDialect.pushDropForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 void MySQLDialect.pushDropForeignKey(SqlCommandQueue queue, TableInfo ti, ForeignKeyInfo fki)
           
 



Copyright © 2008. All Rights Reserved.