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 StringLiteralExpressionTerm. stringLiteral(char value)Create a string literal from a character.static StringLiteralExpressionTerm. 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 StringLiteralStringLiteral. of(char literal)Create a newStringLiteralfrom a character.static StringLiteralStringLiteral. of(String literal)Create a newStringLiteralfrom a string.Methods in com.exasol.sql.expression.literal with parameters of type StringLiteral Modifier and Type Method Description voidLiteralVisitor. 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 voidValueExpressionRenderer. visit(StringLiteral literal)Literal visitor
-