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
QueryIF
executeQuery
in interface QueryIF
Exception
public Object executeQuery(Object[] params) throws Exception
QueryIF
executeQuery
in interface QueryIF
Exception
public Object executeQuery(Map params) throws Exception
QueryIF
executeQuery
in interface QueryIF
Exception