Uses of Class
org.odmg.QueryException

Packages that use QueryException
org.apache.ojb.odmg.oql   
org.apache.ojb.otm.core   
org.odmg   
 

Uses of QueryException in org.apache.ojb.odmg.oql
 

Methods in org.apache.ojb.odmg.oql that throw QueryException
 Object OQLQueryImpl.execute()
          Execute the query.
 

Uses of QueryException in org.apache.ojb.otm.core
 

Methods in org.apache.ojb.otm.core that throw QueryException
 Object BaseConnection.OTMOQLQueryImpl.execute()
          Execute the query.
 

Uses of QueryException in org.odmg
 

Subclasses of QueryException in org.odmg
 class QueryInvalidException
          This exception is thrown if the query is not a valid OQL query.
 class QueryParameterCountInvalidException
          This exception is thrown when the number of bound parameters for a query does not match the number of placeholders.
 class QueryParameterTypeInvalidException
          This exception is thrown when the type of a query parameter is not compatible with the expected type.
 

Methods in org.odmg that throw QueryException
 Object OQLQuery.execute()
          Execute the query.
 



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