public class CreateIndexStatement extends AbstractSqlStatement implements CompoundStatement
EMPTY_SQL_STATEMENT
Constructor and Description |
---|
CreateIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
AddColumnConfig... columns) |
Modifier and Type | Method and Description |
---|---|
String |
getAssociatedWith() |
AddColumnConfig[] |
getColumns() |
String |
getIndexName() |
String |
getTableCatalogName() |
String |
getTableName() |
String |
getTableSchemaName() |
String |
getTablespace() |
Boolean |
isClustered() |
Boolean |
isUnique() |
void |
setAssociatedWith(String associatedWith) |
CreateIndexStatement |
setClustered(Boolean clustered) |
CreateIndexStatement |
setTablespace(String tablespace) |
continueOnError, setContinueOnError, skipOnUnsupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
continueOnError, skipOnUnsupported
public String getTableCatalogName()
public String getTableSchemaName()
public String getIndexName()
public String getTableName()
public AddColumnConfig[] getColumns()
public String getTablespace()
public CreateIndexStatement setTablespace(String tablespace)
public Boolean isUnique()
public String getAssociatedWith()
public void setAssociatedWith(String associatedWith)
public Boolean isClustered()
public CreateIndexStatement setClustered(Boolean clustered)
Copyright © 2023 Liquibase.org. All rights reserved.