Uses of Class
liquibase.database.structure.PrimaryKey

Packages that use PrimaryKey
liquibase.database.structure   
liquibase.diff   
liquibase.snapshot   
 

Uses of PrimaryKey in liquibase.database.structure
 

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

Uses of PrimaryKey in liquibase.diff
 

Methods in liquibase.diff that return types with arguments of type PrimaryKey
 SortedSet<PrimaryKey> DiffResult.getMissingPrimaryKeys()
           
 SortedSet<PrimaryKey> DiffResult.getUnexpectedPrimaryKeys()
           
 

Methods in liquibase.diff with parameters of type PrimaryKey
 void DiffResult.addMissingPrimaryKey(PrimaryKey primaryKey)
           
 void DiffResult.addUnexpectedPrimaryKey(PrimaryKey primaryKey)
           
 

Uses of PrimaryKey in liquibase.snapshot
 

Methods in liquibase.snapshot that return PrimaryKey
 PrimaryKey DatabaseSnapshot.getPrimaryKey(String pkName)
           
 PrimaryKey DatabaseSnapshot.getPrimaryKeyForTable(String tableName)
           
 

Methods in liquibase.snapshot that return types with arguments of type PrimaryKey
 Set<PrimaryKey> DatabaseSnapshot.getPrimaryKeys()
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.