| Package | Description |
|---|---|
| com.exasol.sql.expression | |
| com.exasol.sql.expression.literal | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
static BooleanLiteral |
ExpressionTerm.booleanLiteral(boolean value)
Create a boolean literal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanExpressionVisitor.visit(BooleanLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanLiteral |
BooleanLiteral.of(boolean value) |
static BooleanLiteral |
BooleanLiteral.of(String value)
Create a new
BooleanLiteral instance from a String. |
| Modifier and Type | Method and Description |
|---|---|
void |
LiteralVisitor.visit(BooleanLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExpressionRenderer.appendBooleanLiteral(BooleanLiteral literal) |
void |
ValueExpressionRenderer.visit(BooleanLiteral literal) |
Copyright © 2018–2021. All rights reserved.