Uses of Class
com.exasol.sql.expression.literal.NullLiteral
-
Packages that use NullLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal com.exasol.sql.expression.rendering -
-
Uses of NullLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return NullLiteral Modifier and Type Method Description static NullLiteralExpressionTerm. nullLiteral()Create a NULL literal. -
Uses of NullLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return NullLiteral Modifier and Type Method Description static NullLiteralNullLiteral. nullLiteral()Create a NULL literal.Methods in com.exasol.sql.expression.literal with parameters of type NullLiteral Modifier and Type Method Description voidLiteralVisitor. visit(NullLiteral nullLiteral)Visit a literal null. -
Uses of NullLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type NullLiteral Modifier and Type Method Description voidValueExpressionRenderer. visit(NullLiteral nullLiteral)
-