ExprCaseNode
Represents the case-when-then-else control flow function is an expression tree.
|
ExprCaseNodeForge |
ExprCastNode
Represents the CAST(expression, type) function is an expression tree.
|
ExprCastNode.CasterParserComputer
Casting and parsing computer.
|
ExprCastNode.CasterParserComputerForge
Casting and parsing computer.
|
ExprCastNode.StringToDateLongWExprFormatForge |
ExprCastNode.StringToDateLongWExprormatEval |
ExprCastNode.StringToDateLongWStaticFormat |
ExprCastNode.StringToJava8WExprFormatComputerEval |
ExprCastNode.StringToJava8WExprFormatComputerForge |
ExprCastNode.StringToJava8WStaticFormatComputer |
ExprCastNodeForge
Represents the CAST(expression, type) function is an expression tree.
|
ExprCoalesceNode
Represents the COALESCE(a,b,...) function is an expression tree.
|
ExprCoalesceNodeForge |
ExprInstanceofNode
Represents the INSTANCEOF(a,b,...) function is an expression tree.
|
ExprInstanceofNodeForge |
ExprMinMaxRowNode
Represents the MAX(a,b) and MIN(a,b) functions is an expression tree.
|
ExprMinMaxRowNodeForge |
ExprPlugInSingleRowNode
Represents an invocation of a plug-in single-row function in the expression tree.
|
ExprPlugInSingleRowNodeForge |
ExprTypeofNode
Represents the TYPEOF(a) function is an expression tree.
|
ExprTypeofNodeForge |