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 catalogName, String schemaName, String tableName)
           
 
Method Summary
 String getCatalogName()
           
 String getSchemaName()
           
 String getTableName()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, 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 catalogName,
                        String schemaName,
                        String tableName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()


Copyright © 2016 Liquibase.org. All rights reserved.