Uses of Class
liquibase.structure.core.PrimaryKey
Packages that use PrimaryKey
-
Uses of PrimaryKey in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return PrimaryKeyModifier and TypeMethodDescriptionprotected 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 PrimaryKeyModifier 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) Methods in liquibase.structure.core with parameters of type PrimaryKey