Class UntypedNullConstantNode

All Implemented Interfaces:
Visitable

public final class UntypedNullConstantNode extends ConstantNode
An UntypedNullConstantNode represents a SQL NULL before it has been bound. The bind() operation will replace the UntypedNullConstantNodes with typed ConstantNodes.