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