public class ComparisonImpl extends ConstraintImpl implements Comparison
| Constructor and Description |
|---|
ComparisonImpl(DynamicOperandImpl operand1,
Operator operator,
StaticOperandImpl operand2) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindVariables(QueryObjectModelImpl qom) |
DynamicOperandImpl |
getOperand1() |
StaticOperandImpl |
getOperand2() |
String |
getOperator() |
protected String |
protect(Object expression) |
protected String |
quoteColumnName(String name) |
protected String |
quoteNodeTypeName(String name) |
protected String |
quotePath(String path) |
protected String |
quotePropertyName(String name) |
protected String |
quoteSelectorName(String name) |
String |
toString() |
public ComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)
public DynamicOperandImpl getOperand1()
getOperand1 in interface Comparisonpublic String getOperator()
getOperator in interface Comparisonpublic StaticOperandImpl getOperand2()
getOperand2 in interface Comparisonpublic void bindVariables(QueryObjectModelImpl qom)
bindVariables in class ConstraintImplCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.