| Modifier and Type | Class and Description |
|---|---|
static class |
WhereBinaryOperation.Operator |
| Constructor and Description |
|---|
WhereBinaryOperation(WhereNode left,
WhereNode right,
WhereBinaryOperation.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.util.Map<java.lang.Object,java.lang.Object> vars,
java.util.Map<java.lang.Object,java.lang.Object> vars2) |
java.lang.String |
toString() |
public WhereBinaryOperation(WhereNode left, WhereNode right, WhereBinaryOperation.Operator operator)
Copyright © 2019. All Rights Reserved.