Class IsNullNode

java.lang.Object
com.j_spaces.jdbc.parser.ExpNode
com.j_spaces.jdbc.parser.IsNullNode
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Cloneable

public class IsNullNode extends ExpNode
This is the IS NULL operator Node. it can also represent an IS NOT NULL
Author:
Michael Mitrani, 2Train4, 2004
See Also: