Package liquibase.sqlgenerator.core
Class BatchDmlExecutablePreparedStatementGenerator
java.lang.Object
liquibase.sqlgenerator.core.AbstractSqlGenerator<BatchDmlExecutablePreparedStatement>
liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
- All Implemented Interfaces:
- PrioritizedService,- SqlGenerator<BatchDmlExecutablePreparedStatement>
public class BatchDmlExecutablePreparedStatementGenerator
extends AbstractSqlGenerator<BatchDmlExecutablePreparedStatement>
Dummy SQL generator for $
BatchDmlExecutablePreparedStatement- 
Field SummaryFields inherited from interface liquibase.servicelocator.PrioritizedServiceCOMPARATORFields inherited from interface liquibase.sqlgenerator.SqlGeneratorEMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSql[]generateSql(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Generate the actual Sql for the given statement and database.validate(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Validate the data contained in the SqlStatement.Methods inherited from class liquibase.sqlgenerator.core.AbstractSqlGeneratorgenerateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, supports, warn
- 
Constructor Details- 
BatchDmlExecutablePreparedStatementGeneratorpublic BatchDmlExecutablePreparedStatementGenerator()
 
- 
- 
Method Details- 
validatepublic ValidationErrors validate(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Description copied from interface:SqlGeneratorValidate 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.
- 
generateSqlpublic Sql[] generateSql(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain) Description copied from interface:SqlGeneratorGenerate the actual Sql for the given statement and database.
 
-