create(String queryString, int startAtIndex, int endAtIndex) An extension of the
org.odmg.OQLQuery.create(String) method, which
additionally allow to specify an start- and end-Index for
the query.
An extension of the
org.odmg.OQLQuery.create(String) method, which
additionally allow to specify an start- and end-Index for
the query.
Parameters: queryString - An oql query string. Parameters: startAtIndex - The start index. Parameters: endAtIndex - The end index. throws: QueryInvalidException - The type of the parameter doesnot correspond with the type of the parameter in the query.