Class ConstraintImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- All Implemented Interfaces:
Constraint
- Direct Known Subclasses:
AndImpl,ChildNodeImpl,ComparisonImpl,DescendantNodeImpl,FullTextSearchImpl,NotImpl,OrImpl,PropertyExistenceImpl,SameNodeImpl
public abstract class ConstraintImpl extends Object implements Constraint
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description ConstraintImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidbindVariables(QueryObjectModelImpl qom)protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)
-
-
-
Method Detail
-
bindVariables
public abstract void bindVariables(QueryObjectModelImpl qom)
-
-