net.mlw.vlh.adapter.jdbc.util
Class JdbcUtil

java.lang.Object
  extended bynet.mlw.vlh.adapter.jdbc.util.JdbcUtil

public final class JdbcUtil
extends Object

Author:
mwilson TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

Method Detail

close

public static void close(Statement statement,
                         Connection connection)
Cleans up resources.

Parameters:
statement - Statement to close.
connection - Connection to close.

close

public static void close(ResultSet result,
                         Statement statement,
                         Connection connection)
Cleans up resources.

Parameters:
result - ResultSet to close.
statement - Statement to close.
connection - Connection to close.


Copyright © 2003-2006 mlavilson. All Rights Reserved.