Class ColumnImpl
java.lang.Object
org.apache.jackrabbit.oak.jcr.query.qom.ColumnImpl
- All Implemented Interfaces:
Column
The implementation of the corresponding JCR interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
quoteColumnName
(String name) protected String
quoteNodeTypeName
(String name) protected String
protected String
quotePropertyName
(String name) protected String
quoteSelectorName
(String name) toString()
-
Constructor Details
-
ColumnImpl
-
-
Method Details
-
getColumnName
- Specified by:
getColumnName
in interfaceColumn
-
getPropertyName
- Specified by:
getPropertyName
in interfaceColumn
-
getSelectorName
- Specified by:
getSelectorName
in interfaceColumn
-
toString
-
protect
-
quotePath
-
quoteSelectorName
-
quotePropertyName
-
quoteColumnName
-
quoteNodeTypeName
-