|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryException | |
|---|---|
| org.castor.persist | |
| org.exolab.castor.jdo.engine | Implementation of the Castor JDO engine. |
| org.exolab.castor.jdo.oql | |
| org.exolab.castor.persist.spi | Defines the interfaces for persistence engine service providers. |
| Uses of QueryException in org.castor.persist |
|---|
| Methods in org.castor.persist that throw QueryException | |
|---|---|
NamedNativeQuery |
TransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the mapping file. |
NamedNativeQuery |
AbstractTransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the mapping file. |
String |
TransactionContext.getNamedQuery(ClassMolder molder,
String name)
Creates an OQL query based upon a named query as defined in the mapping file. |
String |
AbstractTransactionContext.getNamedQuery(ClassMolder molder,
String name)
Creates an OQL query based upon a named query as defined in the mapping file. |
| Uses of QueryException in org.exolab.castor.jdo.engine |
|---|
| Methods in org.exolab.castor.jdo.engine that throw QueryException | |
|---|---|
void |
OQLQueryImpl.createCall(String oql)
|
PersistenceQuery |
SQLEngine.createQuery(QueryExpression query,
Class[] types,
AccessMode accessMode)
|
QueryResults |
SimpleQueryExecutor.execute(Connection conn,
QueryExpression expr,
Object[] bindValues)
Executes a simple query and returns the results. |
String |
OQLQueryImpl.getSQL()
Get the generated SQL statement for this OQLQuery. |
| Uses of QueryException in org.exolab.castor.jdo.oql |
|---|
| Subclasses of QueryException in org.exolab.castor.jdo.oql | |
|---|---|
class |
InvalidCharException
Exception thrown to indicate that an invalid character was encountered by the Lexer. |
class |
OQLSyntaxException
Exception thrown to indicate that invalid syntax was encountered by the Parser. |
class |
SyntaxNotSupportedException
Exception thrown to indicate that a feature is not supported by a particular database. |
| Methods in org.exolab.castor.jdo.oql that throw QueryException | |
|---|---|
void |
ParamInfo.check(String userDefinedType,
String systemType)
Checks whether the userDefinedType and systemType match those previousle specified in the constructor. |
| Constructors in org.exolab.castor.jdo.oql that throw QueryException | |
|---|---|
ParamInfo(String userDefinedType,
String systemType,
FieldDescriptor desc,
ClassLoader classLoader)
Creates a new ParamInfo. |
|
ParseTreeWalker(LockEngine dbEngine,
ParseTreeNode parseTree,
ClassLoader classLoader,
DbMetaInfo dbInfo)
Creates a new parse tree walker. |
|
| Uses of QueryException in org.exolab.castor.persist.spi |
|---|
| Methods in org.exolab.castor.persist.spi that throw QueryException | |
|---|---|
PersistenceQuery |
Persistence.createQuery(QueryExpression query,
Class<?>[] types,
AccessMode accessMode)
Creates and returns a new query object. |
String |
QueryExpression.getStatement(boolean writeLock)
Return the query expression as an SQL statement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||