public class FullTextSearchImpl extends ConstraintImpl implements javax.jcr.query.qom.FullTextSearch
| Constructor and Description |
|---|
FullTextSearchImpl(String selectorName,
String propertyName,
StaticOperandImpl fullTextSearchExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindVariables(QueryObjectModelImpl qom) |
StaticOperandImpl |
getFullTextSearchExpression() |
String |
getPropertyName() |
String |
getSelectorName() |
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() |
public FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
public StaticOperandImpl getFullTextSearchExpression()
getFullTextSearchExpression in interface javax.jcr.query.qom.FullTextSearchpublic String getPropertyName()
getPropertyName in interface javax.jcr.query.qom.FullTextSearchpublic String getSelectorName()
getSelectorName in interface javax.jcr.query.qom.FullTextSearchpublic void bindVariables(QueryObjectModelImpl qom)
bindVariables in class ConstraintImplCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.