public class CreateIndexStatement extends AbstractSqlStatement
Constructor and Description |
---|
CreateIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
String... columns) |
Modifier and Type | Method and Description |
---|---|
String |
getAssociatedWith() |
String[] |
getColumns() |
String |
getIndexName() |
String |
getTableCatalogName() |
String |
getTableName() |
String |
getTableSchemaName() |
String |
getTablespace() |
Boolean |
isUnique() |
void |
setAssociatedWith(String associatedWith) |
CreateIndexStatement |
setTablespace(String tablespace) |
skipOnUnsupported
public String getTableCatalogName()
public String getTableSchemaName()
public String getIndexName()
public String getTableName()
public String[] getColumns()
public String getTablespace()
public CreateIndexStatement setTablespace(String tablespace)
public Boolean isUnique()
public String getAssociatedWith()
public void setAssociatedWith(String associatedWith)
Copyright © 2017 Liquibase.org. All rights reserved.