public abstract class AbstractJDBCAction<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JDBCStatementHelper |
helper |
protected SQLOptions |
options |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJDBCAction(JDBCStatementHelper helper,
SQLOptions options) |
protected |
AbstractJDBCAction(SQLOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyStatementOptions(Statement statement) |
abstract T |
execute(Connection conn) |
protected final SQLOptions options
protected final JDBCStatementHelper helper
protected AbstractJDBCAction(SQLOptions options)
protected AbstractJDBCAction(JDBCStatementHelper helper, SQLOptions options)
public abstract T execute(Connection conn) throws SQLException
SQLExceptionprotected void applyStatementOptions(Statement statement) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.