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