pike.git/
lib/
modules/
Sql.pmod/
module.pmod
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 (
19
lines) (+
17
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Sql.Null: Fixed AutoDoc ambiguity regarding the symbol type of Sql.Null.
19:
Val.Null `->NULL() {return Val->null;} //! @endignore
-
//!
@decl
program
Null
;
+
//!
@class
Null
+
//!
Class used to implement the SQL NULL value.
+
//!
+
//! @deprecated Val.NULL
+
//!
+
//! @seealso
+
//! @[Val.
Null
], @[Val.null], @[Sql.NULL]
+
+
//! @endclass
+
//! @decl Val.Null NULL; //!
-
//! @deprecated Val.
Null,
Val.null
+
//!
The SQL NULL value.
+
//!
+
//!
@deprecated Val.
null
+
//!
+
//!
@seealso
+
//! @[
Val.null
]