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 LongLiteralExpressionTerm. 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 LongLiteralLongLiteral. of(long value)Create a newLongLiteralfrom a long.Methods in com.exasol.sql.expression.literal with parameters of type LongLiteral Modifier and Type Method Description voidLiteralVisitor. 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 voidValueExpressionRenderer. visit(LongLiteral literal)
-