Class Literal
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Literal
- All Implemented Interfaces:
Serializable,ASTNode,Operand
- Direct Known Subclasses:
BooleanLiteral,DateLiteral,DoubleLiteral,IntegerLiteral,StringLiteral
- Author:
- Bogdan Stefanescu
- See Also:
-
Constructor Details
-
Literal
public Literal()
-
-
Method Details
-
asString
Gets a string representation of the value.- Returns:
- a string representation of the value
-