pike.git
/
lib
/
modules
/
Sql.pmod
/
module.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/module.pmod:8:
//! @example //! string people_in_group(string group) { //! Sql.Sql db = Sql.Sql("mysql://localhost/testdb"); //! return db->query("SELECT name FROM users WHERE " //! "group=%s", group)->name * ","; //! } constant Null = Builtin.SqlNull; //! The SQL NULL marker.
-
object(Null)
NULL =
Null()
;
+
constant
NULL =
Builtin.SqlNULL
;