public class RDBMSMapQuery extends Object implements DetachedQueryIF
Modifier and Type | Field and Description |
---|---|
protected boolean |
lookup_identities |
protected SQLStatementIF |
stm |
Constructor and Description |
---|
RDBMSMapQuery(SQLStatementIF stm,
boolean lookup_identities) |
Modifier and Type | Method and Description |
---|---|
protected Map |
createMap() |
Object |
executeQuery(Connection conn)
INTERNAL: Executes the query without any parameters.
|
Object |
executeQuery(Connection conn,
Map params)
INTERNAL: Executes the query with the given named parameters.
|
Object |
executeQuery(Connection conn,
Object[] params)
INTERNAL: Executes the query with the given parameters.
|
protected Object |
processResult(TicketIF ticket,
ResultSet rs) |
protected SQLStatementIF stm
protected boolean lookup_identities
public RDBMSMapQuery(SQLStatementIF stm, boolean lookup_identities)
protected Map createMap()
public Object executeQuery(Connection conn) throws Exception
DetachedQueryIF
executeQuery
in interface DetachedQueryIF
Exception
public Object executeQuery(Connection conn, Object[] params) throws Exception
DetachedQueryIF
executeQuery
in interface DetachedQueryIF
Exception
public Object executeQuery(Connection conn, Map params) throws Exception
DetachedQueryIF
executeQuery
in interface DetachedQueryIF
Exception