org.seasar.framework.util
クラス StatementUtil

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

public final class StatementUtil
extends Object

作成者:
higa

メソッドの概要
static void close(Statement statement)
           
static void setFetchSize(Statement statement, int fetchSize)
           
static void setMaxRows(Statement statement, int maxRows)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

setFetchSize

public static void setFetchSize(Statement statement,
                                int fetchSize)

setMaxRows

public static void setMaxRows(Statement statement,
                              int maxRows)

close

public static void close(Statement statement)


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