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