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 IntegerLiteralExpressionTerm. 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 IntegerLiteralIntegerLiteral. of(int value)Create a newIntegerLiteralfrom an integer.Methods in com.exasol.sql.expression.literal with parameters of type IntegerLiteral Modifier and Type Method Description voidLiteralVisitor. 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 voidValueExpressionRenderer. visit(IntegerLiteral literal)
-