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) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Table.setPrimaryKey(PrimaryKey primaryKey) |
Copyright © 2017 Liquibase.org. All rights reserved.