Nullable type
Wikipedia, the free encyclopedia - Cite This SourceIn most programming languages object references or pointers can be set to NULL, meaning that the pointer points to nowhere or that no object is assigned. For value types like integers and booleans such behavior is mostly not possible. Nullable Type support allows for the programmer to make value types NULL. This can be very useful when working with databases, because it's possible that the database returns no result for a query. A language with Nullable Type support can then return a NULL value.
Languages with Nullable Type support
Wikipedia, the free encyclopedia © 2001-2006 Wikipedia contributors (Disclaimer)
This article is licensed under the GNU Free Documentation License.
Last updated on Wednesday February 27, 2008 at 01:49:02 PST (GMT -0800)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation