org.apache.jackrabbit.oak.jcr.query.qom
Class SourceImpl

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.query.qom.SourceImpl
All Implemented Interfaces:
javax.jcr.query.qom.Source
Direct Known Subclasses:
JoinImpl, SelectorImpl

public abstract class SourceImpl
extends Object
implements javax.jcr.query.qom.Source

The base class for sources.


Constructor Summary
SourceImpl()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceImpl

public SourceImpl()
Method Detail

protect

protected String protect(Object expression)

quotePath

protected String quotePath(String path)

quoteSelectorName

protected String quoteSelectorName(String name)

quotePropertyName

protected String quotePropertyName(String name)

quoteColumnName

protected String quoteColumnName(String name)

quoteNodeTypeName

protected String quoteNodeTypeName(String name)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.