liquibase.statement
Interface ExecutablePreparedStatement

All Superinterfaces:
SqlStatement
All Known Implementing Classes:
ExecutablePreparedStatementBase, InsertExecutablePreparedStatement, UpdateExecutablePreparedStatement

public interface ExecutablePreparedStatement
extends SqlStatement

To be implemented by instances that use a prepared statement for execution


Method Summary
 void execute(PreparedStatementFactory factory)
          Execute the prepared statement
 
Methods inherited from interface liquibase.statement.SqlStatement
continueOnError, skipOnUnsupported
 

Method Detail

execute

void execute(PreparedStatementFactory factory)
             throws DatabaseException
Execute the prepared statement

Parameters:
factory - for creating a PreparedStatement object
Throws:
DatabaseException


Copyright © 2016 Liquibase.org. All rights reserved.