liquibase.precondition.core
Class TableIsEmptyPrecondition
java.lang.Object
liquibase.precondition.core.RowCountPrecondition
liquibase.precondition.core.TableIsEmptyPrecondition
- All Implemented Interfaces:
- Precondition
public class TableIsEmptyPrecondition
- extends RowCountPrecondition
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 |
TableIsEmptyPrecondition
public TableIsEmptyPrecondition()
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.