liquibase.statement.core
Class CreateIndexStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.CreateIndexStatement
- All Implemented Interfaces:
- SqlStatement
public class CreateIndexStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateIndexStatement
public CreateIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
String... columns)
getTableCatalogName
public String getTableCatalogName()
getTableSchemaName
public String getTableSchemaName()
getIndexName
public String getIndexName()
getTableName
public String getTableName()
getColumns
public String[] getColumns()
getTablespace
public String getTablespace()
setTablespace
public CreateIndexStatement setTablespace(String tablespace)
isUnique
public Boolean isUnique()
getAssociatedWith
public String getAssociatedWith()
setAssociatedWith
public void setAssociatedWith(String associatedWith)
Copyright © 2013 Liquibase.org. All Rights Reserved.