| Package | Description |
|---|---|
| com.exasol.sql.expression | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
static IntegerLiteral |
ExpressionTerm.integerLiteral(int value)
Create an integer literal.
|
static IntegerLiteral |
IntegerLiteral.of(int value)
Create a new
IntegerLiteral from an integer |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionVisitor.visit(IntegerLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionRenderer.visit(IntegerLiteral literal) |
Copyright © 2018–2019. All rights reserved.