public class BatchDmlExecutablePreparedStatementGenerator extends AbstractSqlGenerator<BatchDmlExecutablePreparedStatement>
BatchDmlExecutablePreparedStatement
EMPTY_SQL, PRIORITY_DATABASE, PRIORITY_DEFAULT
COMPARATOR
Constructor and Description |
---|
BatchDmlExecutablePreparedStatementGenerator() |
Modifier and Type | Method and Description |
---|---|
Sql[] |
generateSql(BatchDmlExecutablePreparedStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Generate the actual Sql for the given statement and database.
|
ValidationErrors |
validate(BatchDmlExecutablePreparedStatement statement,
Database database,
SqlGeneratorChain sqlGeneratorChain)
Validate the data contained in the SqlStatement.
|
generateRollbackStatementsIsVolatile, generateStatementsIsVolatile, getPriority, looksLikeFunctionCall, supports, warn
public BatchDmlExecutablePreparedStatementGenerator()
public ValidationErrors validate(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
public Sql[] generateSql(BatchDmlExecutablePreparedStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
SqlGenerator
Copyright © 2023 Liquibase.org. All rights reserved.