Uses of Class
org.exolab.castor.jdo.QueryException

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 The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking.  
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
 java.lang.String AbstractTransactionContext.getNamedQuery(ClassMolder molder, java.lang.String name)
           
 java.lang.String TransactionContext.getNamedQuery(ClassMolder molder, java.lang.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(java.lang.String oql)
           
 java.lang.String OQLQueryImpl.getSQL()
          Get the generated SQL statement for this OQLQuery.
 QueryResults SimpleQueryExecutor.execute(java.sql.Connection conn, QueryExpression expr, java.lang.Object[] bindValues)
          Executes a simple query and returns the results.
 PersistenceQuery SQLEngine.createQuery(QueryExpression query, java.lang.Class[] types, org.exolab.castor.mapping.AccessMode accessMode)
           
 

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(java.lang.String userDefinedType, java.lang.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(java.lang.String userDefinedType, java.lang.String systemType, JDOFieldDescriptor desc, java.lang.ClassLoader classLoader)
          Creates a new ParamInfo.
ParseTreeWalker(LockEngine dbEngine, ParseTreeNode parseTree, java.lang.ClassLoader classLoader, DbMetaInfo dbInfo)
          Creates a new parse tree walker.
 

Uses of QueryException in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that throw QueryException
 ClassMolder PersistenceInfoGroup.findClassMolderByQuery(java.lang.String query)
          Returns the ClassMolder associated with a given named query (by the means of the mapping file).
 

Uses of QueryException in org.exolab.castor.persist.spi
 

Methods in org.exolab.castor.persist.spi that throw QueryException
 void AbstractCallQuery.execute(java.lang.Object conn, org.exolab.castor.mapping.AccessMode accessMode, boolean scrollable)
           
protected abstract  void AbstractCallQuery.execute(java.lang.Object conn, org.exolab.castor.mapping.AccessMode accessMode)
           
 PersistenceQuery Persistence.createQuery(QueryExpression query, java.lang.Class[] types, org.exolab.castor.mapping.AccessMode accessMode)
          Creates and returns a new query object.
 java.lang.String QueryExpression.getStatement(boolean writeLock)
          Return the query expression as an SQL statement.
 



Copyright 2008 null. All Rights Reserved.