Uses of Class
liquibase.structure.core.PrimaryKey
-
Packages that use PrimaryKey Package Description liquibase.sqlgenerator.core liquibase.structure.core -
-
Uses of PrimaryKey in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return PrimaryKey Modifier and Type Method Description protected PrimaryKeyAddPrimaryKeyGenerator. getAffectedPrimaryKey(AddPrimaryKeyStatement statement)protected PrimaryKeyDropPrimaryKeyGenerator. getAffectedPrimaryKey(DropPrimaryKeyStatement statement) -
Uses of PrimaryKey in liquibase.structure.core
Methods in liquibase.structure.core that return PrimaryKey Modifier and Type Method Description PrimaryKeyPrimaryKey. addColumn(int position, Column column)Adds a new column to the column list of this PrimaryKey.PrimaryKeyTable. getPrimaryKey()PrimaryKeyPrimaryKey. setBackingIndex(Index backingIndex)PrimaryKeyPrimaryKey. setCertainName(boolean certainName)PrimaryKeyPrimaryKey. setName(String name)PrimaryKeyPrimaryKey. setShouldValidate(boolean shouldValidate)PrimaryKeyPrimaryKey. setTable(Table table)Sets the Table object this PrimaryKey belongs to.PrimaryKeyPrimaryKey. setTablespace(String tablespace)Methods in liquibase.structure.core with parameters of type PrimaryKey Modifier and Type Method Description voidTable. setPrimaryKey(PrimaryKey primaryKey)
-