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 TypeMethodDescriptionapply
(PreparedStatement statement) Apply the statement and return the result
-
Method Details
-
apply
Apply the statement and return the result- Parameters:
statement
- the statement- Returns:
- the result
- Throws:
SQLException
- if a SQL error occurs
-