public class Literal extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Literal(java.lang.Object o)
Creates a new instance of
Literal. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getLiteral()
Gets the literal object.
|
java.lang.String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Literal(java.lang.Object o)
Literal.o - The literal.public java.lang.Object getLiteral()
public java.lang.String translate()
Expressiontranslate in class ExpressionCopyright © 2018 Feedzai. All Rights Reserved.