|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.quickbinder.api.common.sql.Execute
public class Execute
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 |
コンストラクタの詳細 |
---|
public Execute()
メソッドの詳細 |
---|
public PreparedStatement execute(PreparedStatement statement, DatabaseParameter[] params, int maxRow) throws SQLException
statement
- statementparams
- 任意maxRow
- 0の場合、全ての行
SQLException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |