liquibase.statement.core
Class ReorganizeTableStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.ReorganizeTableStatement
- All Implemented Interfaces:
- SqlStatement
public class ReorganizeTableStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReorganizeTableStatement
public ReorganizeTableStatement(String catalogName,
String schemaName,
String tableName)
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getTableName
public String getTableName()
Copyright © 2015 Liquibase.org. All rights reserved.