Uses of Class
com.exasol.sql.expression.literal.StringLiteral
-
Packages that use StringLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal com.exasol.sql.expression.rendering -
-
Uses of StringLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return StringLiteral Modifier and Type Method Description static StringLiteral
ExpressionTerm. stringLiteral(char value)
Create a string literal from a character.static StringLiteral
ExpressionTerm. stringLiteral(String value)
Create a string literal. -
Uses of StringLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return StringLiteral Modifier and Type Method Description static StringLiteral
StringLiteral. of(char literal)
Create a newStringLiteral
from a character.static StringLiteral
StringLiteral. of(String literal)
Create a newStringLiteral
from a string.Methods in com.exasol.sql.expression.literal with parameters of type StringLiteral Modifier and Type Method Description void
LiteralVisitor. visit(StringLiteral literal)
Visit a string literal. -
Uses of StringLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type StringLiteral Modifier and Type Method Description void
ValueExpressionRenderer. visit(StringLiteral literal)
Literal visitor
-