public class DataAccess
extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataAccess.PACL
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
| Constructor and Description |
|---|
DataAccess() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanUp(Connection connection) |
static void |
cleanUp(Connection connection,
Statement statement) |
static void |
cleanUp(Connection connection,
Statement statement,
ResultSet resultSet) |
static void |
cleanUp(ResultSet resultSet) |
static void |
cleanUp(Statement statement) |
static void |
cleanUp(Statement statement,
ResultSet resultSet) |
static void |
deepCleanUp(ResultSet resultSet) |
static Connection |
getConnection() |
static Connection |
getConnection(String location) |
static Connection |
getUpgradeOptimizedConnection()
Deprecated.
As of Judson (7.1.x), replaced by
getConnection() |
public static void cleanUp(Connection connection)
public static void cleanUp(Connection connection,
Statement statement)
public static void cleanUp(Connection connection,
Statement statement,
ResultSet resultSet)
public static void cleanUp(ResultSet resultSet)
public static void cleanUp(Statement statement)
public static void cleanUp(Statement statement,
ResultSet resultSet)
public static void deepCleanUp(ResultSet resultSet)
public static Connection getConnection()
throws SQLException
SQLExceptionpublic static Connection getConnection(String location)
throws javax.naming.NamingException,
SQLException
javax.naming.NamingExceptionSQLException@Deprecated
public static Connection getUpgradeOptimizedConnection()
throws SQLException
getConnection()SQLException