Uses of Class
com.exasol.sql.expression.literal.IntegerLiteral
-
Packages that use IntegerLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal com.exasol.sql.expression.rendering -
-
Uses of IntegerLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return IntegerLiteral Modifier and Type Method Description static IntegerLiteral
ExpressionTerm. integerLiteral(int value)
Create an integer literal. -
Uses of IntegerLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return IntegerLiteral Modifier and Type Method Description static IntegerLiteral
IntegerLiteral. of(int value)
Create a newIntegerLiteral
from an integer.Methods in com.exasol.sql.expression.literal with parameters of type IntegerLiteral Modifier and Type Method Description void
LiteralVisitor. visit(IntegerLiteral literal)
Visit an integer literal. -
Uses of IntegerLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type IntegerLiteral Modifier and Type Method Description void
ValueExpressionRenderer. visit(IntegerLiteral literal)
-