|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryException | |
|---|---|
| org.apache.ojb.odmg.oql | |
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||