liquibase.precondition.core
Class TableIsEmptyPrecondition

java.lang.Object
  extended by liquibase.precondition.core.RowCountPrecondition
      extended by liquibase.precondition.core.TableIsEmptyPrecondition
All Implemented Interfaces:
Precondition

public class TableIsEmptyPrecondition
extends RowCountPrecondition


Constructor Summary
TableIsEmptyPrecondition()
           
 
Method Summary
protected  String getFailureMessage(int result)
           
 String getName()
           
 
Methods inherited from class liquibase.precondition.core.RowCountPrecondition
check, getCatalogName, getExpectedRows, getSchemaName, getTableName, setCatalogName, setExpectedRows, setSchemaName, setTableName, validate, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableIsEmptyPrecondition

public TableIsEmptyPrecondition()
Method Detail

getFailureMessage

protected String getFailureMessage(int result)
Overrides:
getFailureMessage in class RowCountPrecondition

getName

public String getName()
Specified by:
getName in interface Precondition
Overrides:
getName in class RowCountPrecondition


Copyright © 2014 Liquibase.org. All Rights Reserved.