Uses of Class
liquibase.structure.core.PrimaryKey
-
Uses of PrimaryKey in liquibase.sqlgenerator.core
Modifier and TypeMethodDescriptionprotected PrimaryKey
AddPrimaryKeyGenerator.getAffectedPrimaryKey
(AddPrimaryKeyStatement statement) protected PrimaryKey
DropPrimaryKeyGenerator.getAffectedPrimaryKey
(DropPrimaryKeyStatement statement) -
Uses of PrimaryKey in liquibase.structure.core
Modifier and TypeMethodDescriptionAdds a new column to the column list of this PrimaryKey.Table.getPrimaryKey()
PrimaryKey.setBackingIndex
(Index backingIndex) PrimaryKey.setCertainName
(boolean certainName) PrimaryKey.setShouldValidate
(boolean shouldValidate) Sets the Table object this PrimaryKey belongs to.PrimaryKey.setTablespace
(String tablespace)