org.seasar.doma.internal.jdbc.command
クラス BatchUpdateCommand

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.BatchModifyCommand<BatchUpdateQuery>
      上位を拡張 org.seasar.doma.internal.jdbc.command.BatchUpdateCommand
すべての実装されたインタフェース:
Command<int[],BatchUpdateQuery>

public class BatchUpdateCommand
extends BatchModifyCommand<BatchUpdateQuery>

作成者:
taedium

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

コンストラクタの詳細

BatchUpdateCommand

public BatchUpdateCommand(BatchUpdateQuery query)
メソッドの詳細

executeInternal

protected int[] executeInternal(PreparedStatement preparedStatement,
                                List<PreparedSql> sqls)
                         throws SQLException
定義:
クラス BatchModifyCommand<BatchUpdateQuery> 内の executeInternal
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.