org.seasar.extension.jdbc.util
クラス ConnectionUtil

java.lang.Object
  拡張org.seasar.extension.jdbc.util.ConnectionUtil

public final class ConnectionUtil
extends Object

作成者:
higa

メソッドの概要
static void close(Connection connection)
           
static Statement createStatement(Connection connection)
           
static DatabaseMetaData getMetaData(Connection connection)
           
static CallableStatement prepareCall(Connection connection, String sql)
           
static PreparedStatement prepareStatement(Connection connection, String sql)
           
 
クラス 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.