Interface StatementBuilder.Executor<T>

Type Parameters:
T - the result type
Enclosing class:
StatementBuilder

public static interface StatementBuilder.Executor<T>
The executor to execute the statement
  • Method Summary

    Modifier and Type
    Method
    Description
    Apply the statement and return the result
  • Method Details

    • apply

      T apply(PreparedStatement statement) throws SQLException
      Apply the statement and return the result
      Parameters:
      statement - the statement
      Returns:
      the result
      Throws:
      SQLException - if a SQL error occurs