| Package | Description |
|---|---|
| com.exasol.sql.expression | |
| com.exasol.sql.expression.literal | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
static StringLiteral |
ExpressionTerm.stringLiteral(char value)
Create a string literal from a character.
|
static StringLiteral |
ExpressionTerm.stringLiteral(String value)
Create a string literal.
|
| Modifier and Type | Method and Description |
|---|---|
static StringLiteral |
StringLiteral.of(char literal)
Create a new
StringLiteral from a character. |
static StringLiteral |
StringLiteral.of(String literal)
Create a new
StringLiteral from a string. |
| Modifier and Type | Method and Description |
|---|---|
void |
LiteralVisitor.visit(StringLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionRenderer.visit(StringLiteral literal)
Literal visitor
|
Copyright © 2018–2021. All rights reserved.