Uses of Class
com.exasol.sql.expression.NullLiteral
-
Packages that use NullLiteral Package Description com.exasol.sql.expression 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.static NullLiteralNullLiteral. nullLiteral()Methods in com.exasol.sql.expression with parameters of type NullLiteral Modifier and Type Method Description voidValueExpressionVisitor. visit(NullLiteral nullLiteral) -
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)
-