Interface StatementSupplier<S extends Statement>
- Type Parameters:
S-Statementimplementation class
public interface StatementSupplier<S extends Statement>
StatementSupplier provides a callback function to generate a Statement.-
Method Summary
-
Method Details
-
get
Return aStatementfor use within the current thread.- Returns:
- statement
- Throws:
SQLException- if callback fails when producing the statement
-