Uses of Class
org.apache.qpid.server.query.engine.parsing.expression.literal.NullLiteralExpression
-
Packages that use NullLiteralExpression Package Description org.apache.qpid.server.query.engine.parsing.factory -
-
Uses of NullLiteralExpression in org.apache.qpid.server.query.engine.parsing.factory
Methods in org.apache.qpid.server.query.engine.parsing.factory that return NullLiteralExpression Modifier and Type Method Description static <T,R>
NullLiteralExpression<T,R>LiteralExpressionFactory. createNull()Creates a NullLiteralExpression instance
-