public class LiteralImpl extends StaticOperandImpl implements javax.jcr.query.qom.Literal
| Constructor and Description |
|---|
LiteralImpl(javax.jcr.Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindVariables(QueryObjectModelImpl qom) |
static String |
escape(String v) |
javax.jcr.Value |
getLiteralValue() |
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 javax.jcr.Value getLiteralValue()
getLiteralValue in interface javax.jcr.query.qom.Literalpublic void bindVariables(QueryObjectModelImpl qom)
bindVariables in class StaticOperandImplCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.