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