public class RDBMSMatrixQuery extends Object implements DetachedQueryIF
Modifier and Type | Field and Description |
---|---|
protected boolean |
lookup_identities |
protected SQLStatementIF |
stm |
Constructor and Description |
---|
RDBMSMatrixQuery(SQLStatementIF stm,
boolean lookup_identities) |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString() |
protected SQLStatementIF stm
protected boolean lookup_identities
public RDBMSMatrixQuery(SQLStatementIF stm, boolean lookup_identities)
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