|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.util.PreparedStatementUtil
PreparedStatement
用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
PreparedStatementUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static void |
addBatch(java.sql.PreparedStatement ps)
バッチを追加します。 |
static boolean |
execute(java.sql.PreparedStatement ps)
実行します。 |
static int[] |
executeBatch(java.sql.PreparedStatement ps)
バッチ更新を行ないます。 |
static java.sql.ResultSet |
executeQuery(java.sql.PreparedStatement ps)
クエリを実行します。 |
static int |
executeUpdate(java.sql.PreparedStatement ps)
更新を実行します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected PreparedStatementUtil()
メソッドの詳細 |
public static java.sql.ResultSet executeQuery(java.sql.PreparedStatement ps) throws SQLRuntimeException
ps
-
ResultSet
SQLRuntimeException
- SQLException
が発生した場合public static int executeUpdate(java.sql.PreparedStatement ps) throws SQLRuntimeException
ps
-
SQLRuntimeException
- SQLException
が発生した場合public static boolean execute(java.sql.PreparedStatement ps) throws SQLRuntimeException
ps
-
SQLRuntimeException
- SQLException
が発生した場合PreparedStatement.execute()
public static int[] executeBatch(java.sql.PreparedStatement ps) throws SQLRuntimeException
ps
-
SQLRuntimeException
- SQLException
が発生した場合public static void addBatch(java.sql.PreparedStatement ps) throws SQLRuntimeException
ps
-
SQLRuntimeException
- SQLException
が発生した場合
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |