Uses of Class
com.exasol.sql.expression.DoubleLiteral
-
Packages that use DoubleLiteral Package Description com.exasol.sql.expression 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 DoubleLiteralExpressionTerm. doubleLiteral(double value)Create a double literal.static DoubleLiteralDoubleLiteral. of(double value)Create a newDoubleLiteralfrom a double.Methods in com.exasol.sql.expression with parameters of type DoubleLiteral Modifier and Type Method Description voidValueExpressionVisitor. visit(DoubleLiteral 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 voidValueExpressionRenderer. visit(DoubleLiteral literal)
-