net.java.ao.sql
Class SqlUtils

java.lang.Object
  extended by net.java.ao.sql.SqlUtils

public final class SqlUtils
extends Object


Method Summary
static void closeQuietly(Connection connection)
           
static void closeQuietly(ResultSet resultSet)
           
static void closeQuietly(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

closeQuietly

public static void closeQuietly(Connection connection)

closeQuietly

public static void closeQuietly(Statement statement)

closeQuietly

public static void closeQuietly(ResultSet resultSet)


Copyright © 2007-2010. All Rights Reserved.