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

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.command.BatchModifyCommand から継承されたフィールド
query
 
コンストラクタの概要
BatchInsertCommand(BatchInsertQuery query)
           
 
メソッドの概要
protected  int[] executeInternal(PreparedStatement preparedStatement, List<PreparedSql> sqls)
           
protected  int executeUpdate(PreparedStatement preparedStatement, PreparedSql sql)
           
 
クラス org.seasar.doma.internal.jdbc.command.BatchModifyCommand から継承されたメソッド
bindParameters, execute, executeBatch, executeBatch, log, setupOptions, validateRows
 
クラス 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.