public class CollectionParameterProcessor extends Object implements ParameterProcessorIF
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
coll_indexes |
protected FieldHandlerIF[] |
param_fields |
protected String[] |
param_names |
protected int[] |
param_offsets |
| Constructor and Description |
|---|
CollectionParameterProcessor(FieldHandlerIF[] param_fields,
String[] param_names,
int[] coll_indexes,
int[] param_offsets) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
executeQuery(Connection conn,
String sql,
Map params) |
ResultSet |
executeQuery(Connection conn,
String sql,
Object[] params) |
String |
process(String sql,
Object[] params) |
protected FieldHandlerIF[] param_fields
protected String[] param_names
protected int[] coll_indexes
protected int[] param_offsets
public CollectionParameterProcessor(FieldHandlerIF[] param_fields, String[] param_names, int[] coll_indexes, int[] param_offsets)
public ResultSet executeQuery(Connection conn, String sql, Map params) throws SQLException
executeQuery in interface ParameterProcessorIFSQLExceptionpublic ResultSet executeQuery(Connection conn, String sql, Object[] params) throws SQLException
executeQuery in interface ParameterProcessorIFSQLException