public class BatchInsertCommand extends BatchModifyCommand<BatchInsertQuery>
query| Constructor and Description |
|---|
BatchInsertCommand(BatchInsertQuery query) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
executeInternal(java.sql.PreparedStatement preparedStatement,
java.util.List<PreparedSql> sqls) |
protected int |
executeUpdate(java.sql.PreparedStatement preparedStatement,
PreparedSql sql) |
bindParameters, execute, executeBatch, executeBatch, getQuery, log, prepareStatement, setupOptions, validateRowspublic BatchInsertCommand(BatchInsertQuery query)
protected int[] executeInternal(java.sql.PreparedStatement preparedStatement,
java.util.List<PreparedSql> sqls)
throws java.sql.SQLException
executeInternal in class BatchModifyCommand<BatchInsertQuery>java.sql.SQLExceptionprotected int executeUpdate(java.sql.PreparedStatement preparedStatement,
PreparedSql sql)
throws java.sql.SQLException
java.sql.SQLException