| Package | Description |
|---|---|
| com.exasol.sql.expression | |
| com.exasol.sql.expression.rendering |
| Modifier and Type | Method and Description |
|---|---|
StringLiteral |
Comparison.getLeftOperand()
Get the left-hand side operator of the comparison
|
StringLiteral |
Comparison.getRightOperand()
Get the right-hand side operator of the comparison
|
static StringLiteral |
StringLiteral.of(String literal)
Create a new
StringLiteral from a string |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueExpressionVisitor.visit(StringLiteral literal) |
| Constructor and Description |
|---|
Comparison(ComparisonOperator equal,
StringLiteral leftOperand,
StringLiteral rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BooleanExpressionRenderer.appendOperand(StringLiteral leftOperand) |
void |
ValueExpressionRenderer.visit(StringLiteral literal) |
Copyright © 2018–2019. All rights reserved.