| Subclasses of MqlBinaryOperator in org.makumba.providers.query.mql |
class |
MqlAritmeticNode
We need to treat arithmetic operations specially because
* an operation with a parameter will determine the parameter type |
class |
MqlComparisonNode
We need to treat comparisons specially because:
1) a comparison with 'blabla' of an intEnum will be transformed into its int
2) a comparison to a '7charPointer' will be transformed into that value
3) a comparison to a parameter will determine the parameter type |
class |
MqlLogicalNode
We need to treat logical operations specially because
* an operation with a parameter will determine the parameter type |