Class BindVariableValueImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.StaticOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.BindVariableValueImpl
-
- All Implemented Interfaces:
BindVariableValue,Operand,StaticOperand
public class BindVariableValueImpl extends StaticOperandImpl implements BindVariableValue
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description BindVariableValueImpl(String bindVariableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindVariables(QueryObjectModelImpl qom)StringgetBindVariableName()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
-
BindVariableValueImpl
public BindVariableValueImpl(String bindVariableName)
-
-
Method Detail
-
getBindVariableName
public String getBindVariableName()
- Specified by:
getBindVariableNamein interfaceBindVariableValue
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classStaticOperandImpl
-
-