Class LengthImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.DynamicOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.LengthImpl
-
- All Implemented Interfaces:
DynamicOperand
,Length
,Operand
public class LengthImpl extends DynamicOperandImpl implements Length
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description LengthImpl(PropertyValueImpl propertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValueImpl
getPropertyValue()
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
-
LengthImpl
public LengthImpl(PropertyValueImpl propertyValue)
-
-
Method Detail
-
getPropertyValue
public PropertyValueImpl getPropertyValue()
- Specified by:
getPropertyValue
in interfaceLength
-
-