liquibase.sqlgenerator.core
Class DropIndexGenerator
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<DropIndexStatement>
liquibase.sqlgenerator.core.DropIndexGenerator
- All Implemented Interfaces:
- PrioritizedService, SqlGenerator<DropIndexStatement>
public class DropIndexGenerator
- extends AbstractSqlGenerator<DropIndexStatement>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexGenerator
public DropIndexGenerator()
validate
public ValidationErrors validate(DropIndexStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
- Description copied from interface:
SqlGenerator
- Validate the data contained in the SqlStatement. If there are no errors, return an empty ValidationErrors object,
not a null value. Liquibase will inspect the ValidationErrors result before attempting to call generateSql.
generateSql
public Sql[] generateSql(DropIndexStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
- Description copied from interface:
SqlGenerator
- Generate the actual Sql for the given statement and database.
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.