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