Uses of Class
com.metamatrix.api.exception.query.QueryProcessingException

Packages that use QueryProcessingException
com.metamatrix.api.exception.query   
com.metamatrix.query.tempdata   
com.metamatrix.query.util   
 

Uses of QueryProcessingException in com.metamatrix.api.exception.query
 

Subclasses of QueryProcessingException in com.metamatrix.api.exception.query
 class FunctionMetadataException
          Detected invalid function metadata during validation.
 class QueryParserException
          Thrown when a query cannot be parsed.
 class QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 class QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 class QueryValidatorException
          This exception is thrown if an error is discovered while validating the query.
 

Uses of QueryProcessingException in com.metamatrix.query.tempdata
 

Methods in com.metamatrix.query.tempdata that throw QueryProcessingException
 void TempTableStoreImpl.addTempTable(java.lang.String tempTableName, java.util.List columns, boolean removeExistingTable)
           
 TupleSource TempTableStoreImpl.registerRequest(Command command)
           
 

Uses of QueryProcessingException in com.metamatrix.query.util
 

Methods in com.metamatrix.query.util that throw QueryProcessingException
 void CommandContext.pushCall(java.lang.String value)
           
 



Copyright © 2009. All Rights Reserved.