Class SubqueryExpressionParseContext
java.lang.Object
com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
com.inductiveautomation.reporting.gateway.data.queries.SubqueryExpressionParseContext
- All Implemented Interfaces:
 ExpressionParseContext
- 
Constructor Summary
ConstructorsConstructorDescriptionSubqueryExpressionParseContext(ReportExecutionContext reportExecutionContext, QueryResults parentQuery, int parentRow)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected ExpressionThis function should create the expression if possible.Methods inherited from class com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
createBoundExpression, getBaseFunctionFactory, getDelegateParseContext, getFunctionFactory 
- 
Constructor Details
- 
SubqueryExpressionParseContext
public SubqueryExpressionParseContext(ReportExecutionContext reportExecutionContext, QueryResults parentQuery, int parentRow)  
 - 
 - 
Method Details
- 
tryCreateBoundExpression
Description copied from class:AbstractMultiLevelExpressionParseContextThis function should create the expression if possible. If not, it should return null instead of throwing the error, in which case the parent parse context will be tried.- Specified by:
 tryCreateBoundExpressionin classAbstractMultiLevelExpressionParseContext
 
 -