pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-01-07
2011-01-07 22:27:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e796b2f87bc696236f70b9d444e364754b0b325a (
16
lines) (+
9
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Sql.Null: Fixed AutoDoc ambiguity regarding the symbol type of Sql.Null.
3517:
add_ref(new_node); }
-
/*! @module
Sql
+
/*! @module
Builtin
*/
-
/*! @class
Null
+
/*! @class
SqlNull
*!
-
*! This class is used to implement the
SQL
NULL
value
.
+
*! This class is used to implement the
low-level
aspects
of @[Val
.
Null].
*! *! @note
-
*!
There's
typically
only
one
object
of
this
class: @[Sql
.
NULL],
-
*! but some databases (eg Oracle) have multiple types of NULL,
-
*!
in
which case they all inherit this class
.
+
*!
This
class
should
typically
not
be
used
directly
.
Use
+
*!
@[Val.Null]
instead
.
*!
-
+
*! @deprecated Val.Null
+
*!
*! @seealso
-
*! @[
Sql
.
NULL
]
+
*! @[
Val
.
Null
]
, @[Val.null]
*/ PIKECLASS SqlNull {