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 Summary
ConstructorsConstructorDescriptionComparisonImpl
(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected String
protected String
quoteColumnName
(String name) protected String
quoteNodeTypeName
(String name) protected String
protected String
quotePropertyName
(String name) protected String
quoteSelectorName
(String name) toString()
-
Constructor Details
-
ComparisonImpl
-
-
Method Details
-
getOperand1
- Specified by:
getOperand1
in interfaceComparison
-
getOperator
- Specified by:
getOperator
in interfaceComparison
-
getOperand2
- Specified by:
getOperand2
in interfaceComparison
-
toString
-
bindVariables
- Specified by:
bindVariables
in classConstraintImpl
-
protect
-
quotePath
-
quoteSelectorName
-
quotePropertyName
-
quoteColumnName
-
quoteNodeTypeName
-