public class JDBCPreparedQuery<C,R> extends JDBCQueryAction<C,R>
helper, options| Constructor and Description |
|---|
JDBCPreparedQuery(JDBCStatementHelper helper,
SQLOptions options,
ExtendedQueryCommand<R> query,
Collector<Row,C,R> collector,
Tuple params) |
| Modifier and Type | Method and Description |
|---|---|
JDBCResponse<R> |
execute(Connection conn) |
convertSqlValue, decode, decodeapplyStatementOptionspublic JDBCPreparedQuery(JDBCStatementHelper helper, SQLOptions options, ExtendedQueryCommand<R> query, Collector<Row,C,R> collector, Tuple params)
public JDBCResponse<R> execute(Connection conn) throws SQLException
execute in class AbstractJDBCAction<JDBCResponse<R>>SQLExceptionCopyright © 2021. All rights reserved.