public interface DBAccessWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRowSetMetaData(CachedRowSet crs) |
int[] |
executeBatchUpdate(Connection con,
String sql,
List<List<Object>> parameters) |
int[] |
executeBatchUpdate(String sql,
List<List<Object>> parameters) |
CachedRowSet |
executeSelect(Connection con,
String sql,
List<Object> parameters) |
CachedRowSet |
executeSelect(String sql,
List<Object> parameters) |
int |
executeUpdate(Connection con,
String sql,
List<Object> parameters) |
int |
executeUpdate(String sql,
List<Object> parameters) |
Connection |
getConnection() |
void |
releaseConnection(Connection con) |
Connection getConnection() throws Exception
Exceptionvoid releaseConnection(Connection con)
CachedRowSet executeSelect(String sql, List<Object> parameters) throws Exception
ExceptionCachedRowSet executeSelect(Connection con, String sql, List<Object> parameters) throws Exception
Exceptionint executeUpdate(String sql, List<Object> parameters) throws Exception
Exceptionint executeUpdate(Connection con, String sql, List<Object> parameters) throws Exception
Exceptionint[] executeBatchUpdate(String sql, List<List<Object>> parameters) throws Exception
Exceptionint[] executeBatchUpdate(Connection con, String sql, List<List<Object>> parameters) throws Exception
Exceptionvoid dumpRowSetMetaData(CachedRowSet crs)
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"