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

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.ModifyCommand<UpdateQuery>
      上位を拡張 org.seasar.doma.internal.jdbc.command.UpdateCommand
すべての実装されたインタフェース:
Command<Integer,UpdateQuery>

public class UpdateCommand
extends ModifyCommand<UpdateQuery>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.command.ModifyCommand から継承されたフィールド
query, sql
 
コンストラクタの概要
UpdateCommand(UpdateQuery query)
           
 
メソッドの概要
protected  int executeInternal(PreparedStatement preparedStatement)
           
 
クラス org.seasar.doma.internal.jdbc.command.ModifyCommand から継承されたメソッド
bindValues, execute, executeUpdate, log, setupOptions, validateRows
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UpdateCommand

public UpdateCommand(UpdateQuery query)
メソッドの詳細

executeInternal

protected int executeInternal(PreparedStatement preparedStatement)
                       throws SQLException
定義:
クラス ModifyCommand<UpdateQuery> 内の executeInternal
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.