Uses of Class
liquibase.database.structure.ForeignKeyInfo

Packages that use ForeignKeyInfo
liquibase.snapshot.jvm   
 

Uses of ForeignKeyInfo in liquibase.snapshot.jvm
 

Methods in liquibase.snapshot.jvm that return ForeignKeyInfo
protected  ForeignKeyInfo JdbcDatabaseSnapshotGenerator.fillForeignKeyInfo(ResultSet rs)
          Fill foreign key information from the current register of a getImportedKeys resultset
protected  ForeignKeyInfo MySQLDatabaseSnapshotGenerator.fillForeignKeyInfo(ResultSet rs)
           
 

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



Copyright © 2004-2011 Liquibase.org. All Rights Reserved.