Uses of Class
com.exasol.sql.expression.IntegerLiteral
-
Packages that use IntegerLiteral Package Description com.exasol.sql.expression 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.static IntegerLiteralIntegerLiteral. of(int value)Create a newIntegerLiteralfrom an integer.Methods in com.exasol.sql.expression with parameters of type IntegerLiteral Modifier and Type Method Description voidValueExpressionVisitor. visit(IntegerLiteral 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)
-