jp.co.quickbinder.api.common.sql
クラス Execute

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.common.sql.Execute

public class Execute
extends Object

SQL実行クラス

 SQL文を実行します。
 


コンストラクタの概要
Execute()
          コンストラクタ
 
メソッドの概要
 PreparedStatement execute(PreparedStatement statement, DatabaseParameter[] params, int maxRow)
          PreparedStatement,DatabaseParameter(任意)を渡してExecuteする。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Execute

public Execute()
コンストラクタ

メソッドの詳細

execute

public PreparedStatement execute(PreparedStatement statement,
                                 DatabaseParameter[] params,
                                 int maxRow)
                          throws SQLException
PreparedStatement,DatabaseParameter(任意)を渡してExecuteする。

パラメータ:
statement - statement
params - 任意
maxRow - 0の場合、全ての行
戻り値:
{PreparedStatement}statement
例外:
SQLException