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 voidbindVariables(QueryObjectModelImpl qom)ConstraintImplgetConstraint1()ConstraintImplgetConstraint2()protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)StringtoString()
-
-
-
Constructor Detail
-
AndImpl
public AndImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-
-
Method Detail
-
getConstraint1
public ConstraintImpl getConstraint1()
- Specified by:
getConstraint1in interfaceAnd
-
getConstraint2
public ConstraintImpl getConstraint2()
- Specified by:
getConstraint2in interfaceAnd
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classConstraintImpl
-
-