org.kuali.common.jdbc.service
Class JdbcUtils

java.lang.Object
  extended by org.kuali.common.jdbc.service.JdbcUtils

public class JdbcUtils
extends Object


Constructor Summary
JdbcUtils()
           
 
Method Summary
static void closeQuietly(DataSource dataSource, Connection conn)
           
static void closeQuietly(DataSource dataSource, Connection conn, Statement statement)
           
static void closeQuietly(ResultSet rs)
           
static void closeQuietly(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcUtils

public JdbcUtils()
Method Detail

closeQuietly

public static final void closeQuietly(DataSource dataSource,
                                      Connection conn,
                                      Statement statement)

closeQuietly

public static final void closeQuietly(Statement statement)

closeQuietly

public static final void closeQuietly(ResultSet rs)

closeQuietly

public static final void closeQuietly(DataSource dataSource,
                                      Connection conn)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.