Class SameNodeImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.SameNodeImpl
-
- All Implemented Interfaces:
Constraint
,SameNode
public class SameNodeImpl extends ConstraintImpl implements SameNode
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description SameNodeImpl(String selectorName, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bindVariables(QueryObjectModelImpl qom)
String
getPath()
String
getSelectorName()
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()
-
-
-
Method Detail
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorName
in interfaceSameNode
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariables
in classConstraintImpl
-
-