public interface ParameterProcessorIF
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
executeQuery(Connection conn,
String sql,
Map params) |
ResultSet |
executeQuery(Connection conn,
String sql,
Object[] params) |
ResultSet executeQuery(Connection conn, String sql, Object[] params) throws SQLException
SQLExceptionResultSet executeQuery(Connection conn, String sql, Map params) throws SQLException
SQLException