org.shiftone.exq.impl.util
Class JDBCUtil

java.lang.Object
  extended byorg.shiftone.exq.impl.util.JDBCUtil

public class JDBCUtil
extends java.lang.Object

Class JDBCUtil

Author:
Jeff Drost

Constructor Summary
JDBCUtil()
           
 
Method Summary
static void close(java.sql.Connection connection)
          Method closeConnection
static void close(java.sql.ResultSet rs)
          Method closeResultSet
static void close(java.sql.Statement statement)
          Method closeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCUtil

public JDBCUtil()
Method Detail

close

public static void close(java.sql.Connection connection)
Method closeConnection

Parameters:
connection -

close

public static void close(java.sql.Statement statement)
Method closeStatement

Parameters:
statement -

close

public static void close(java.sql.ResultSet rs)
Method closeResultSet

Parameters:
rs -