liquibase.precondition
Interface CustomPrecondition


public interface CustomPrecondition


Method Summary
 void check(Database database)
           
 

Method Detail

check

void check(Database database)
           throws CustomPreconditionFailedException,
                  CustomPreconditionErrorException
Throws:
CustomPreconditionFailedException
CustomPreconditionErrorException


Copyright © 2012 Liquibase.org. All Rights Reserved.