com.atlassian.core.db
Class JDBCUtils

java.lang.Object
  extended by com.atlassian.core.db.JDBCUtils

public class JDBCUtils
extends Object

JDBC utilities. Initially from Confluence


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

Constructor Detail

JDBCUtils

public JDBCUtils()
Method Detail

close

public static void close(Statement stmt)

close

public static void close(ResultSet rs)

close

public static void close(Connection conn)


Copyright © 2015 Atlassian. All rights reserved.