net.mlw.vlh.adapter.jdbc.util
Class JdbcUtil
java.lang.Object
net.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.