org.seasar.framework.util
クラス StatementUtil
java.lang.Object
org.seasar.framework.util.StatementUtil
- public final class StatementUtil
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public static boolean execute(Statement statement,
String sql)
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-2007 The Seasar Foundation. All Rights Reserved.