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