Package | Description |
---|---|
liquibase.sqlgenerator.core | |
liquibase.structure.core |
Modifier and Type | Method and Description |
---|---|
protected PrimaryKey |
AddPrimaryKeyGenerator.getAffectedPrimaryKey(AddPrimaryKeyStatement statement) |
protected PrimaryKey |
DropPrimaryKeyGenerator.getAffectedPrimaryKey(DropPrimaryKeyStatement statement) |
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
PrimaryKey.addColumn(int position,
Column column)
Adds a new column to the column list of this PrimaryKey.
|
PrimaryKey |
Table.getPrimaryKey() |
PrimaryKey |
PrimaryKey.setBackingIndex(Index backingIndex) |
PrimaryKey |
PrimaryKey.setCertainName(boolean certainName) |
PrimaryKey |
PrimaryKey.setName(String name) |
PrimaryKey |
PrimaryKey.setShouldValidate(boolean shouldValidate) |
PrimaryKey |
PrimaryKey.setTable(Table table)
Sets the Table object this PrimaryKey belongs to.
|
PrimaryKey |
PrimaryKey.setTablespace(String tablespace) |
Modifier and Type | Method and Description |
---|---|
void |
Table.setPrimaryKey(PrimaryKey primaryKey) |
Copyright © 2020 Liquibase.org. All rights reserved.