public class JDBCBatch extends AbstractJDBCAction<List<Integer>>
helper, options| Constructor and Description |
|---|
JDBCBatch(JDBCStatementHelper helper,
SQLOptions options,
List<String> sql) |
JDBCBatch(JDBCStatementHelper helper,
SQLOptions options,
String sql,
List<JsonArray> in) |
JDBCBatch(JDBCStatementHelper helper,
SQLOptions options,
String sql,
List<JsonArray> in,
List<JsonArray> out) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
execute(Connection conn) |
applyStatementOptionspublic JDBCBatch(JDBCStatementHelper helper, SQLOptions options, List<String> sql)
public JDBCBatch(JDBCStatementHelper helper, SQLOptions options, String sql, List<JsonArray> in)
public JDBCBatch(JDBCStatementHelper helper, SQLOptions options, String sql, List<JsonArray> in, List<JsonArray> out)
public List<Integer> execute(Connection conn) throws SQLException
execute in class AbstractJDBCAction<List<Integer>>SQLExceptionCopyright © 2021. All rights reserved.