net.ontopia.persistence.query.sql
Class RDBMSMatrixQuery
java.lang.Object
net.ontopia.persistence.query.sql.RDBMSMatrixQuery
- All Implemented Interfaces:
- DetachedQueryIF
public class RDBMSMatrixQuery
- extends Object
- implements DetachedQueryIF
INTERNAL: RDBMS query implementation that performs queries that
return an instance of QueryResultIF.
stm
protected SQLStatementIF stm
lookup_identities
protected boolean lookup_identities
RDBMSMatrixQuery
public RDBMSMatrixQuery(SQLStatementIF stm,
boolean lookup_identities)
executeQuery
public Object executeQuery(Connection conn)
throws Exception
- Description copied from interface:
DetachedQueryIF
- INTERNAL: Executes the query without any parameters. The query
result is returned. The actual type of the query result is
specific to the query implementation.
- Specified by:
executeQuery
in interface DetachedQueryIF
- Throws:
Exception
executeQuery
public Object executeQuery(Connection conn,
Object[] params)
throws Exception
- Description copied from interface:
DetachedQueryIF
- INTERNAL: Executes the query with the given parameters. The query
result is returned. The actual type of the query result is
specific to the query implementation.
- Specified by:
executeQuery
in interface DetachedQueryIF
- Throws:
Exception
executeQuery
public Object executeQuery(Connection conn,
Map params)
throws Exception
- Description copied from interface:
DetachedQueryIF
- INTERNAL: Executes the query with the given named parameters. The
query result is returned. The actual type of the query result is
specific to the query implementation.
- Specified by:
executeQuery
in interface DetachedQueryIF
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Ontopia.