org.seasar.doma.internal.jdbc.command
クラス BatchInsertCommand
java.lang.Object
org.seasar.doma.internal.jdbc.command.BatchModifyCommand<BatchInsertQuery>
org.seasar.doma.internal.jdbc.command.BatchInsertCommand
- すべての実装されたインタフェース:
- Command<int[],BatchInsertQuery>
public class BatchInsertCommand
- extends BatchModifyCommand<BatchInsertQuery>
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchInsertCommand
public BatchInsertCommand(BatchInsertQuery query)
executeInternal
protected int[] executeInternal(PreparedStatement preparedStatement,
List<PreparedSql> sqls)
throws SQLException
- 定義:
- クラス
BatchModifyCommand<BatchInsertQuery>
内の executeInternal
- 例外:
SQLException
executeUpdate
protected int executeUpdate(PreparedStatement preparedStatement,
PreparedSql sql)
throws SQLException
- 例外:
SQLException
Copyright © 2009 The Seasar Foundation. All Rights Reserved.