liquibase.ext.vacuum
Class VacuumStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.ext.vacuum.VacuumStatement
All Implemented Interfaces:
liquibase.statement.SqlStatement

public class VacuumStatement
extends liquibase.statement.AbstractSqlStatement


Constructor Summary
VacuumStatement(String catalogName, String schemaName, String tableName)
           
 
Method Summary
 String getCatalogName()
           
 String getSchemaName()
           
 String getTableName()
           
 void setCatalogName(String catalogName)
           
 
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

VacuumStatement

public VacuumStatement(String catalogName,
                       String schemaName,
                       String tableName)
Method Detail

getTableName

public String getTableName()

getCatalogName

public String getCatalogName()

setCatalogName

public void setCatalogName(String catalogName)

getSchemaName

public String getSchemaName()


Copyright © 2014 Liquibase.org. All rights reserved.