Interface ExecutablePreparedStatement

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

public interface ExecutablePreparedStatement extends SqlStatement
To be implemented by instances that use a prepared statement for execution
  • Method Details

    • execute

      void execute(PreparedStatementFactory factory) throws DatabaseException
      Executes the prepared statement created by the given factory.
      Parameters:
      factory - a factory for creating a PreparedStatement object.
      Throws:
      DatabaseException - if an exception occurs while executing the prepared statement.