org.exolab.castor.jdo.engine
Class OQLQueryImpl
java.lang.Object
org.exolab.castor.jdo.engine.OQLQueryImpl
- OQLQuery, Query
public class OQLQueryImpl
extends java.lang.Object
An OQLQuery implementation to execute a query based upon an OQL statement.
$Revision: 7272 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $(package private) class | OQLQueryImpl.OQLEnumeration java.util.Enumeration implementation to traverse the result as returned by the
execution of the OQL query.
|
OQLQueryImpl
(package private) OQLQueryImpl(Database database)
Creates an instance to execute a query based upon an OQL statement.
database
- The Castor database to run the query against.
bind
public void bind(Object value)
- bind in interface Query
org.exolab.castor.jdo.Query.bind(java.lang.Object)
bind
public void bind(boolean value)
- bind in interface Query
bind
public void bind(double value)
- bind in interface Query
bind
public void bind(float value)
- bind in interface Query
bind
public void bind(int value)
- bind in interface Query
bind
public void bind(long value)
- bind in interface Query
bind
public void bind(short value)
- bind in interface Query
getSQL
public String getSQL()
throws QueryException
Get the generated SQL statement for this OQLQuery.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com