Uses of Class
liquibase.database.structure.ForeignKey

Packages that use ForeignKey
liquibase.database.structure   
liquibase.diff   
liquibase.snapshot   
liquibase.snapshot.jvm   
 

Uses of ForeignKey in liquibase.database.structure
 

Methods in liquibase.database.structure with parameters of type ForeignKey
 int ForeignKey.compareTo(ForeignKey o)
           
 

Uses of ForeignKey in liquibase.diff
 

Methods in liquibase.diff that return types with arguments of type ForeignKey
 SortedSet<ForeignKey> DiffResult.getMissingForeignKeys()
           
 SortedSet<ForeignKey> DiffResult.getUnexpectedForeignKeys()
           
 

Methods in liquibase.diff with parameters of type ForeignKey
 void DiffResult.addMissingForeignKey(ForeignKey fkName)
           
 void DiffResult.addUnexpectedForeignKey(ForeignKey fkName)
           
 

Uses of ForeignKey in liquibase.snapshot
 

Methods in liquibase.snapshot that return ForeignKey
 ForeignKey DatabaseSnapshot.getForeignKey(String foreignKeyName)
           
 ForeignKey DatabaseSnapshotGenerator.getForeignKeyByForeignKeyTable(String schemaName, String tableName, String fkName, Database database)
           
 

Methods in liquibase.snapshot that return types with arguments of type ForeignKey
 Set<ForeignKey> DatabaseSnapshot.getForeignKeys()
           
 List<ForeignKey> DatabaseSnapshotGenerator.getForeignKeys(String schemaName, String tableName, Database database)
           
 

Uses of ForeignKey in liquibase.snapshot.jvm
 

Methods in liquibase.snapshot.jvm that return ForeignKey
 ForeignKey JdbcDatabaseSnapshotGenerator.generateForeignKey(ForeignKeyInfo fkInfo, Database database, List<ForeignKey> fkList)
          Generation of Foreign Key based on information about it.
 ForeignKey JdbcDatabaseSnapshotGenerator.getForeignKeyByForeignKeyTable(String schemaName, String foreignKeyTableName, String fkName, Database database)
           
 

Methods in liquibase.snapshot.jvm that return types with arguments of type ForeignKey
 List<ForeignKey> JdbcDatabaseSnapshotGenerator.getAdditionalForeignKeys(String schemaName, Database database)
          It finds only all database-specific Foreign Keys.
 List<ForeignKey> OracleDatabaseSnapshotGenerator.getAdditionalForeignKeys(String schemaName, Database database)
           
 List<ForeignKey> InformixDatabaseSnapshotGenerator.getForeignKeys(String schemaName, String foreignKeyTableName, Database database)
           
 List<ForeignKey> JdbcDatabaseSnapshotGenerator.getForeignKeys(String schemaName, String foreignKeyTableName, Database database)
           
 

Method parameters in liquibase.snapshot.jvm with type arguments of type ForeignKey
 ForeignKey JdbcDatabaseSnapshotGenerator.generateForeignKey(ForeignKeyInfo fkInfo, Database database, List<ForeignKey> fkList)
          Generation of Foreign Key based on information about it.
 



Copyright © 2012 Liquibase.org. All Rights Reserved.