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

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

public class BatchDeleteCommand
extends BatchModifyCommand<BatchDeleteQuery>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.command.BatchModifyCommand から継承されたフィールド
query
 
コンストラクタの概要
BatchDeleteCommand(BatchDeleteQuery 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
 

コンストラクタの詳細

BatchDeleteCommand

public BatchDeleteCommand(BatchDeleteQuery query)
メソッドの詳細

executeInternal

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.