クラス
org.seasar.util.exception.SQLRuntimeException の使用

SQLRuntimeException を使用しているパッケージ
org.seasar.util.sql JDBCを扱うユーティリティを提供します。 
 

org.seasar.util.sql での SQLRuntimeException の使用
 

SQLRuntimeException をスローする org.seasar.util.sql のメソッド
static boolean ResultSetUtil.absolute(ResultSet resultSet, int index)
          カーソルを指定した位置まで進めます。
static void PreparedStatementUtil.addBatch(PreparedStatement ps)
          バッチを追加します。
static boolean PreparedStatementUtil.execute(PreparedStatement ps)
          実行します。
static int[] PreparedStatementUtil.executeBatch(PreparedStatement ps)
          バッチ更新を行ないます。
static ResultSet PreparedStatementUtil.executeQuery(PreparedStatement ps)
          クエリを実行します。
static int PreparedStatementUtil.executeUpdate(PreparedStatement ps)
          更新を実行します。
 



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.