org.apache.ojb.odmg.oql
Interface EnhancedOQLQuery

All Superinterfaces:
OQLQuery
All Known Implementing Classes:
OQLQueryImpl

public interface EnhancedOQLQuery
extends OQLQuery

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.

Version:
$Id: EnhancedOQLQuery.java,v 1.1 2007-08-24 22:17:36 ewestfal Exp $

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

create

void create(String queryString,
            int startAtIndex,
            int endAtIndex)
            throws QueryInvalidException
An extension of the OQLQuery.create(String) method, which additionally allow to specify an start- and end-Index for the query.

Parameters:
queryString - An oql query string.
startAtIndex - The start index.
endAtIndex - The end index.
Throws:
QueryInvalidException - The type of the parameter does not correspond with the type of the parameter in the query.

fullSize

int fullSize()
Deprecated. 

Deprecated method.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.