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 void
bindVariables(QueryObjectModelImpl qom)
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)
-
-
-
Method Detail
-
bindVariables
public abstract void bindVariables(QueryObjectModelImpl qom)
-
-