net.ontopia.persistence.query.sql
Class RDBMSQuery
java.lang.Object
net.ontopia.persistence.query.sql.RDBMSQuery
- All Implemented Interfaces:
- QueryIF
public class RDBMSQuery
- extends Object
- implements QueryIF
INTERNAL:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
access
protected RDBMSAccess access
query
protected DetachedQueryIF query
RDBMSQuery
public RDBMSQuery(RDBMSAccess access,
DetachedQueryIF query)
executeQuery
public Object executeQuery()
throws Exception
- Description copied from interface:
QueryIF
- 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 QueryIF
- Throws:
Exception
executeQuery
public Object executeQuery(Object[] params)
throws Exception
- Description copied from interface:
QueryIF
- 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 QueryIF
- Throws:
Exception
executeQuery
public Object executeQuery(Map params)
throws Exception
- Description copied from interface:
QueryIF
- 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 QueryIF
- Throws:
Exception
Copyright © 2000-2012 Ontopia.