sk.baka.tools
Class SqlUtils
java.lang.Object
sk.baka.tools.SqlUtils
public final class SqlUtils
- extends Object
Contains several utility methods related to the java.sql package.
- Author:
- Martin Vysny
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closeQuietly
public static void closeQuietly(Connection conn)
- Closes given
Connection quietly.
- Parameters:
conn - the connection, if null then nothing is done
Copyright © 2009-2010. All Rights Reserved.