public interface EnhancedOQLQuery extends OQLQuery
OQLQuery
interface.
Note: All listed methods are not part of the standard ODMG-api - they are special (proprietary) OJB extensions.
Modifier and Type | Method and Description |
---|---|
void |
create(java.lang.String queryString,
int startAtIndex,
int endAtIndex)
An extension of the
OQLQuery.create(String) method, which
additionally allow to specify an start- and end-Index for
the query. |
int |
fullSize()
Deprecated.
|
void create(java.lang.String queryString, int startAtIndex, int endAtIndex) throws QueryInvalidException
OQLQuery.create(String)
method, which
additionally allow to specify an start- and end-Index for
the query.queryString
- An oql query string.startAtIndex
- The start index.endAtIndex
- The end index.QueryInvalidException
- The type of the parameter does
not correspond with the type of the parameter in the query.int fullSize()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30