Uses of Class
liquibase.structure.core.PrimaryKey

Packages that use PrimaryKey
liquibase.sqlgenerator.core   
liquibase.structure.core   
 

Uses of PrimaryKey in liquibase.sqlgenerator.core
 

Methods in liquibase.sqlgenerator.core that return PrimaryKey
protected  PrimaryKey AddPrimaryKeyGenerator.getAffectedPrimaryKey(AddPrimaryKeyStatement statement)
           
protected  PrimaryKey DropPrimaryKeyGenerator.getAffectedPrimaryKey(DropPrimaryKeyStatement statement)
           
 

Uses of PrimaryKey in liquibase.structure.core
 

Methods in liquibase.structure.core that return PrimaryKey
 PrimaryKey PrimaryKey.addColumn(int position, Column column)
           
 PrimaryKey Table.getPrimaryKey()
           
 PrimaryKey PrimaryKey.setBackingIndex(Index backingIndex)
           
 PrimaryKey PrimaryKey.setCertainName(boolean certainName)
           
 PrimaryKey PrimaryKey.setName(String name)
           
 PrimaryKey PrimaryKey.setTable(Table table)
           
 PrimaryKey PrimaryKey.setTablespace(String tablespace)
           
 

Methods in liquibase.structure.core with parameters of type PrimaryKey
 void Table.setPrimaryKey(PrimaryKey primaryKey)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.