|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnhancedOQLQuery
Offers useful none odmg-standard methods of the odmg OQLQuery interface.
Note: All listed methods are not part of the standard ODMG-api - they are special (proprietary) OJB extensions.
| Method Summary | |
|---|---|
void |
create(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. |
| Methods inherited from interface org.odmg.OQLQuery |
|---|
bind, create, execute |
| Method Detail |
|---|
void create(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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||