Uses of Package
com.metamatrix.api.exception.query

Packages that use com.metamatrix.api.exception.query
com.metamatrix.api.exception.query   
com.metamatrix.dqp.client   
com.metamatrix.modeler.transformation.metadata   
com.metamatrix.query.eval   
com.metamatrix.query.function   
com.metamatrix.query.function.aggregate   
com.metamatrix.query.function.metadata   
com.metamatrix.query.function.source   
com.metamatrix.query.metadata   
com.metamatrix.query.optimizer   
com.metamatrix.query.optimizer.batch   
com.metamatrix.query.optimizer.proc   
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.optimizer.relational.rules   
com.metamatrix.query.optimizer.xml   
com.metamatrix.query.optimizer.xquery   
com.metamatrix.query.parser   
com.metamatrix.query.processor.dynamic   
com.metamatrix.query.processor.relational   
com.metamatrix.query.resolver   
com.metamatrix.query.resolver.command   
com.metamatrix.query.resolver.util   
com.metamatrix.query.rewriter   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.symbol   
com.metamatrix.query.sql.util   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.tempdata   
com.metamatrix.query.util   
com.metamatrix.query.validator   
com.metamatrix.query.xquery   
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.api.exception.query
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
QueryProcessingException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
UnresolvedSymbolDescription
          This helper object describes an unresolved symbol found during query resolution.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.dqp.client
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.modeler.transformation.metadata
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.eval
CriteriaEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL criteria.
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.function
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
FunctionExecutionException
          During processing, an invalid function was detected.
InvalidFunctionException
          During processing, an invalid function was detected.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.function.aggregate
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
FunctionExecutionException
          During processing, an invalid function was detected.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.function.metadata
FunctionMetadataException
          Detected invalid function metadata during validation.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.function.source
FunctionExecutionException
          During processing, an invalid function was detected.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.metadata
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.batch
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.proc
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.relational
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.relational.rules
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.xml
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.optimizer.xquery
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryPlannerException
          This exception is thrown when an error occurs while planning the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.parser
QueryParserException
          Thrown when a query cannot be parsed.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.processor.dynamic
QueryParserException
          Thrown when a query cannot be parsed.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.processor.relational
CriteriaEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL criteria.
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
FunctionExecutionException
          During processing, an invalid function was detected.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.resolver
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.resolver.command
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.resolver.util
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.rewriter
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
QueryValidatorException
          This exception is thrown if an error is discovered while validating the query.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.sql.lang
CriteriaEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL criteria.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.sql.symbol
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.sql.util
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.sql.visitor
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.tempdata
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.util
QueryProcessingException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.validator
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in com.metamatrix.api.exception.query used by com.metamatrix.query.xquery
QueryParserException
          Thrown when a query cannot be parsed.
 



Copyright © 2009. All Rights Reserved.