- java.lang.Object
-
- org.postgresql.pljava.jdbc.SQLUtils
-
public abstract class SQLUtils extends Object
Helpful utility commands when dealing with JDBC- Author:
- Thomas Hallgren
-
-
Constructor Summary
Constructors Constructor Description SQLUtils()
-
Method Summary
Modifier and Type Method Description static void
close(Connection conn)
static void
close(ResultSet rs)
static void
close(Statement stmt)
static Connection
getDefaultConnection()
-
-
-
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)
-
-