public class CreateIndexWithWhereStatement
extends liquibase.statement.core.CreateIndexStatement
implements liquibase.statement.SqlStatement
Constructor and Description |
---|
CreateIndexWithWhereStatement(liquibase.statement.core.CreateIndexStatement statement,
String where) |
CreateIndexWithWhereStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
liquibase.change.AddColumnConfig... columns) |
Modifier and Type | Method and Description |
---|---|
String |
getWhere() |
CreateIndexWithWhereStatement |
setWhere(String where) |
getAssociatedWith, getColumns, getIndexName, getTableCatalogName, getTableName, getTableSchemaName, getTablespace, isClustered, isUnique, setAssociatedWith, setClustered, setTablespace
continueOnError, setContinueOnError, skipOnUnsupported
public CreateIndexWithWhereStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, liquibase.change.AddColumnConfig... columns)
public CreateIndexWithWhereStatement(liquibase.statement.core.CreateIndexStatement statement, String where)
public String getWhere()
public CreateIndexWithWhereStatement setWhere(String where)
Copyright © 2021. All rights reserved.