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

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

public class InsertCommand
extends ModifyCommand<InsertQuery>

作成者:
taedium

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

コンストラクタの詳細

InsertCommand

public InsertCommand(InsertQuery query)
メソッドの詳細

executeInternal

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.