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 tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
String... columns)
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 © 2012 Liquibase.org. All Rights Reserved.