Class OrImpl
java.lang.Object
org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
org.apache.jackrabbit.oak.jcr.query.qom.OrImpl
- All Implemented Interfaces:
Constraint
,Or
The implementation of the corresponding JCR interface.
-
Constructor Summary
Constructors -
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
-
OrImpl
-
-
Method Details
-
getConstraint1
- Specified by:
getConstraint1
in interfaceOr
-
getConstraint2
- Specified by:
getConstraint2
in interfaceOr
-
toString
-
bindVariables
- Specified by:
bindVariables
in classConstraintImpl
-
protect
-
quotePath
-
quoteSelectorName
-
quotePropertyName
-
quoteColumnName
-
quoteNodeTypeName
-