org.seasar.extension.jdbc.util
クラス ConnectionUtil
java.lang.Object
org.seasar.extension.jdbc.util.ConnectionUtil
- public final class ConnectionUtil
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
close
public static void close(Connection connection)
createStatement
public static Statement createStatement(Connection connection)
prepareStatement
public static PreparedStatement prepareStatement(Connection connection,
String sql)
prepareCall
public static CallableStatement prepareCall(Connection connection,
String sql)
getMetaData
public static DatabaseMetaData getMetaData(Connection connection)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.