| Modifier and Type | Field and Description |
|---|---|
protected RDBMSAccess |
access |
protected DetachedQueryIF |
query |
| Constructor and Description |
|---|
RDBMSQuery(RDBMSAccess access,
DetachedQueryIF query) |
| Modifier and Type | Method and Description |
|---|---|
Object |
executeQuery()
INTERNAL: Executes the query without any parameters.
|
Object |
executeQuery(Map params)
INTERNAL: Executes the query with the given named parameters.
|
Object |
executeQuery(Object[] params)
INTERNAL: Executes the query with the given parameters.
|
protected RDBMSAccess access
protected DetachedQueryIF query
public RDBMSQuery(RDBMSAccess access, DetachedQueryIF query)
public Object executeQuery() throws Exception
QueryIFexecuteQuery in interface QueryIFExceptionpublic Object executeQuery(Object[] params) throws Exception
QueryIFexecuteQuery in interface QueryIFExceptionpublic Object executeQuery(Map params) throws Exception
QueryIFexecuteQuery in interface QueryIFException