liquibase.statement.core
Class ReindexStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.ReindexStatement
All Implemented Interfaces:
SqlStatement

public class ReindexStatement
extends AbstractSqlStatement


Constructor Summary
ReindexStatement(String schemaName, String tableName)
           
 
Method Summary
 String getSchemaName()
           
 String getTableName()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReindexStatement

public ReindexStatement(String schemaName,
                        String tableName)
Method Detail

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()


Copyright © 2012 Liquibase.org. All Rights Reserved.