public class ComparisonImpl extends ConstraintImpl implements javax.jcr.query.qom.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 javax.jcr.query.qom.Comparisonpublic String getOperator()
getOperator in interface javax.jcr.query.qom.Comparisonpublic StaticOperandImpl getOperand2()
getOperand2 in interface javax.jcr.query.qom.Comparisonpublic void bindVariables(QueryObjectModelImpl qom)
bindVariables in class ConstraintImplCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.