public abstract class JDBCQueryAction<C,R> extends AbstractJDBCAction<JDBCResponse<R>>
helper, options| Constructor and Description |
|---|
JDBCQueryAction(JDBCStatementHelper helper,
SQLOptions options,
Collector<Row,C,R> collector) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertSqlValue(Object value) |
protected JDBCResponse<R> |
decode(Statement statement,
boolean returnedResultSet,
boolean returnedKeys,
List<Integer> out) |
protected JDBCResponse<R> |
decode(Statement statement,
int[] returnedBatchResult) |
applyStatementOptions, executepublic JDBCQueryAction(JDBCStatementHelper helper, SQLOptions options, Collector<Row,C,R> collector)
protected JDBCResponse<R> decode(Statement statement, boolean returnedResultSet, boolean returnedKeys, List<Integer> out) throws SQLException
SQLExceptionprotected JDBCResponse<R> decode(Statement statement, int[] returnedBatchResult) throws SQLException
SQLExceptionpublic static Object convertSqlValue(Object value) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.