Interface | Description |
---|---|
ConnectionCallback<R> |
SQL callback interface that helps with handling SQLException.
|
JdbcOperations |
Simple JDBC operations interface.
|
PreparedStatementCallback<R> |
SQL PreparedStatement callback interface that helps with dealing with SQLException.
|