Uses of Class
com.exasol.sql.expression.literal.DoubleLiteral
-
Packages that use DoubleLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal com.exasol.sql.expression.rendering -
-
Uses of DoubleLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return DoubleLiteral Modifier and Type Method Description static DoubleLiteral
ExpressionTerm. doubleLiteral(double value)
Create a double literal. -
Uses of DoubleLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return DoubleLiteral Modifier and Type Method Description static DoubleLiteral
DoubleLiteral. of(double value)
Create a newDoubleLiteral
from a double.Methods in com.exasol.sql.expression.literal with parameters of type DoubleLiteral Modifier and Type Method Description void
LiteralVisitor. visit(DoubleLiteral literal)
Visit a double-precision floating point literal. -
Uses of DoubleLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type DoubleLiteral Modifier and Type Method Description void
ValueExpressionRenderer. visit(DoubleLiteral literal)
-