org.seasar.framework.util
クラス PreparedStatementUtil

java.lang.Object
  拡張org.seasar.framework.util.PreparedStatementUtil

public final class PreparedStatementUtil
extends Object

作成者:
higa

メソッドの概要
static void addBatch(PreparedStatement ps)
           
static int[] executeBatch(PreparedStatement ps)
           
static ResultSet executeQuery(PreparedStatement ps)
           
static int executeUpdate(PreparedStatement ps)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

executeQuery

public static ResultSet executeQuery(PreparedStatement ps)

executeUpdate

public static int executeUpdate(PreparedStatement ps)

executeBatch

public static int[] executeBatch(PreparedStatement ps)

addBatch

public static void addBatch(PreparedStatement ps)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.