Class LowerCaseImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.DynamicOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.LowerCaseImpl
-
- All Implemented Interfaces:
DynamicOperand,LowerCase,Operand
public class LowerCaseImpl extends DynamicOperandImpl implements LowerCase
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description LowerCaseImpl(DynamicOperandImpl operand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicOperandImplgetOperand()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
-
LowerCaseImpl
public LowerCaseImpl(DynamicOperandImpl operand)
-
-
Method Detail
-
getOperand
public DynamicOperandImpl getOperand()
- Specified by:
getOperandin interfaceLowerCase
-
-