pike.git
/
lib
/
modules
/
Sql.pmod
/
null.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/null.pike:1:
//! The NULL Sql handler. //! //! This is an empty Sql handler typically used to test other //! functionality of the Sql module.
+
#pike __REAL_VERSION__
+
//! @returns //! @expr{@[sprintf]("quote(%q)", s)@}. string quote(string s) { return sprintf("quote(%q)", s); } //! @returns //! Returns an array with a single element: //! @mapping