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

Packages that use ExpressionEvaluationException
com.metamatrix.api.exception.query   
com.metamatrix.query.eval   
com.metamatrix.query.function   
com.metamatrix.query.function.aggregate   
com.metamatrix.query.processor.dynamic   
com.metamatrix.query.processor.relational   
com.metamatrix.query.tempdata   
com.metamatrix.query.xquery   
 

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

Subclasses of ExpressionEvaluationException in com.metamatrix.api.exception.query
 class FunctionExecutionException
          During processing, an invalid function was detected.
 class InvalidFunctionException
          During processing, an invalid function was detected.
 

Uses of ExpressionEvaluationException in com.metamatrix.query.eval
 

Methods in com.metamatrix.query.eval that throw ExpressionEvaluationException
static java.lang.Object Evaluator.evaluate(Expression expression)
           
 java.lang.Object Evaluator.evaluate(Expression expression, java.util.List tuple)
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.function
 

Methods in com.metamatrix.query.function that throw ExpressionEvaluationException
static java.lang.Object FunctionMethods.commandPayload(CommandContext context, java.lang.String param)
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.function.aggregate
 

Methods in com.metamatrix.query.function.aggregate that throw ExpressionEvaluationException
 void AggregateFunction.addInput(java.lang.Object input)
          Called for the element value in every row of a group.
 void Sum.addInput(java.lang.Object input)
           
 void Max.addInput(java.lang.Object value)
           
 void Min.addInput(java.lang.Object value)
           
 void NullFilter.addInput(java.lang.Object input)
           
 void Avg.addInput(java.lang.Object input)
           
 void ConstantFunction.addInput(java.lang.Object input)
           
 java.lang.Object AggregateFunction.getResult()
          Called after all values have been processed to get the result.
 java.lang.Object Sum.getResult()
           
 java.lang.Object Avg.getResult()
           
 java.lang.Object ConstantFunction.getResult()
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.processor.dynamic
 

Methods in com.metamatrix.query.processor.dynamic that throw ExpressionEvaluationException
 java.lang.Object SqlEval.getParameterValue(java.lang.String key)
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.processor.relational
 

Methods in com.metamatrix.query.processor.relational that throw ExpressionEvaluationException
 void DuplicateFilter.addInput(java.lang.Object input)
           
 

Constructors in com.metamatrix.query.processor.relational that throw ExpressionEvaluationException
DependentCriteriaProcessor(int maxSetSize, RelationalNode dependentNode, Criteria dependentCriteria)
           
DependentProcedureCriteriaProcessor(RelationalNode dependentNode, Criteria dependentCriteria, java.util.List references, java.util.List defaults)
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.tempdata
 

Methods in com.metamatrix.query.tempdata that throw ExpressionEvaluationException
 TupleSource TempTableStoreImpl.registerRequest(Command command)
           
 

Uses of ExpressionEvaluationException in com.metamatrix.query.xquery
 

Methods in com.metamatrix.query.xquery that throw ExpressionEvaluationException
 java.lang.Object XQuerySQLEvaluator.getParameterValue(java.lang.String key)
           
 



Copyright © 2009. All Rights Reserved.