org.postgresql.pljava.jdbc
Class SQLUtils

java.lang.Object
  extended by org.postgresql.pljava.jdbc.SQLUtils

public abstract class SQLUtils
extends Object

Helpful utility commands when dealing with JDBC

Author:
Thomas Hallgren

Constructor Summary
SQLUtils()
           
 
Method Summary
static void close(Connection conn)
           
static void close(ResultSet rs)
           
static void close(Statement stmt)
           
static Connection getDefaultConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLUtils

public SQLUtils()
Method Detail

getDefaultConnection

public static Connection getDefaultConnection()

close

public static void close(Connection conn)

close

public static void close(Statement stmt)

close

public static void close(ResultSet rs)