Class ComparisonImpl
java.lang.Object
org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
org.apache.jackrabbit.oak.jcr.query.qom.ComparisonImpl
- All Implemented Interfaces:
- Comparison,- Constraint
The implementation of the corresponding JCR interface.
- 
Constructor SummaryConstructorsConstructorDescriptionComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected Stringprotected StringquoteColumnName(String name) protected StringquoteNodeTypeName(String name) protected Stringprotected StringquotePropertyName(String name) protected StringquoteSelectorName(String name) toString()
- 
Constructor Details- 
ComparisonImpl
 
- 
- 
Method Details- 
getOperand1- Specified by:
- getOperand1in interface- Comparison
 
- 
getOperator- Specified by:
- getOperatorin interface- Comparison
 
- 
getOperand2- Specified by:
- getOperand2in interface- Comparison
 
- 
toString
- 
bindVariables- Specified by:
- bindVariablesin class- ConstraintImpl
 
- 
protect
- 
quotePath
- 
quoteSelectorName
- 
quotePropertyName
- 
quoteColumnName
- 
quoteNodeTypeName
 
-