public class RDBMSCollectionQuery extends Object implements DetachedQueryIF
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
lookup_identities |
protected SQLStatementIF |
stm |
| Constructor and Description |
|---|
RDBMSCollectionQuery(SQLStatementIF stm,
boolean lookup_identities) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection |
createCollection() |
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 RDBMSCollectionQuery(SQLStatementIF stm, boolean lookup_identities)
protected Collection createCollection()
public Object executeQuery(Connection conn) throws Exception
DetachedQueryIFexecuteQuery in interface DetachedQueryIFExceptionpublic Object executeQuery(Connection conn, Object[] params) throws Exception
DetachedQueryIFexecuteQuery in interface DetachedQueryIFExceptionpublic Object executeQuery(Connection conn, Map params) throws Exception
DetachedQueryIFexecuteQuery in interface DetachedQueryIFException