Class AndImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.AndImpl
-
- All Implemented Interfaces:
And
,Constraint
public class AndImpl extends ConstraintImpl implements And
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description AndImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bindVariables(QueryObjectModelImpl qom)
ConstraintImpl
getConstraint1()
ConstraintImpl
getConstraint2()
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()
-
-
-
Constructor Detail
-
AndImpl
public AndImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-
-
Method Detail
-
getConstraint1
public ConstraintImpl getConstraint1()
- Specified by:
getConstraint1
in interfaceAnd
-
getConstraint2
public ConstraintImpl getConstraint2()
- Specified by:
getConstraint2
in interfaceAnd
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariables
in classConstraintImpl
-
-