public interface ExecutablePreparedStatement extends SqlStatement
EMPTY_SQL_STATEMENT
Modifier and Type | Method and Description |
---|---|
void |
execute(PreparedStatementFactory factory)
Execute the prepared statement
|
continueOnError, skipOnUnsupported
void execute(PreparedStatementFactory factory) throws DatabaseException
factory
- for creating a PreparedStatement
objectDatabaseException
Copyright © 2023 Liquibase.org. All rights reserved.