Uses of Package
org.teiid.api.exception.query

Packages that use org.teiid.api.exception.query
org.teiid.api.exception.query   
org.teiid.query.eval   
org.teiid.query.function   
org.teiid.query.function.aggregate   
org.teiid.query.function.metadata   
org.teiid.query.function.source   
org.teiid.query.metadata   
org.teiid.query.optimizer   
org.teiid.query.optimizer.relational   
org.teiid.query.optimizer.relational.rules   
org.teiid.query.optimizer.xml   
org.teiid.query.parser   
org.teiid.query.processor   
org.teiid.query.processor.relational   
org.teiid.query.processor.xml   
org.teiid.query.resolver   
org.teiid.query.resolver.command   
org.teiid.query.resolver.util   
org.teiid.query.rewriter   
org.teiid.query.sql.lang   
org.teiid.query.sql.symbol   
org.teiid.query.sql.util   
org.teiid.query.sql.visitor   
org.teiid.query.util   
org.teiid.query.xquery.saxon   
 

Classes in org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.query.eval
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

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

Classes in org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.query.function.metadata
FunctionMetadataException
          Detected invalid function metadata during validation.
 

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

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

Classes in org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.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.
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 org.teiid.api.exception.query used by org.teiid.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.
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 

Classes in org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.query.parser
QueryParserException
          Thrown when a query cannot be parsed.
 

Classes in org.teiid.api.exception.query used by org.teiid.query.processor
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

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

Classes in org.teiid.api.exception.query used by org.teiid.query.processor.xml
FunctionExecutionException
          During processing, an invalid function was detected.
 

Classes in org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.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 org.teiid.api.exception.query used by org.teiid.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
 

Classes in org.teiid.api.exception.query used by org.teiid.query.sql.lang
ExpressionEvaluationException
          This exception is thrown when an error occurs while evaluating a SQL expression.
 

Classes in org.teiid.api.exception.query used by org.teiid.query.sql.symbol
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 org.teiid.api.exception.query used by org.teiid.query.sql.util
QueryMetadataException
          This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade.
 

Classes in org.teiid.api.exception.query used by org.teiid.query.sql.visitor
QueryValidatorException
          This exception is thrown if an error is discovered while validating the query.
 

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

Classes in org.teiid.api.exception.query used by org.teiid.query.xquery.saxon
QueryResolverException
          This exception represents the case where the query submitted could not resolved when it is checked against the metadata
 



Copyright © 2010. All Rights Reserved.