Table of Contents
liquibase.preconditions
Interface CustomPrecondition
public interface CustomPrecondition
Method Summary
| void | check(Database database) |
|---|
Method Detail
check
void check(Database database)
Throws:
CustomPreconditionFailedException
CustomPreconditionErrorException
Info taken from liquibase-1.8.1/docs/api/liquibase/preconditions/CustomPrecondition.html
