| Package | Description |
|---|---|
| com.exasol.sql.expression | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
static DoubleLiteral |
ExpressionTerm.doubleLiteral(double value)
Create a double literal.
|
static DoubleLiteral |
DoubleLiteral.of(double value)
Create a new
DoubleLiteral from a double. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionVisitor.visit(DoubleLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionRenderer.visit(DoubleLiteral literal) |
Copyright © 2018–2020. All rights reserved.