|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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が発生した場合
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||