pike.git/
lib/
modules/
Sql.pmod/
sql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-14
2006-09-14 12:44:46 by Martin Nilsson <mani@lysator.liu.se>
e5c550428af7d8e08b01857848be42358b0f89b5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Removed illegal autodoc syntax.
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.14
1:
/*
-
* $Id: sql_util.pmod,v 1.
13
2006/
08
/
15
14:
39
:
23
grubba
Exp $
+
* $Id: sql_util.pmod,v 1.
14
2006/
09
/
14
12
:
44
:
46
nilsson
Exp $
* * Some SQL utility functions. * They are kept here to avoid circular references.
65:
//! Useful for eg Mysql connections which have been set to utf8-mode //! using eg @expr{"SET NAMES 'utf8'"@}. class UnicodeWrapper (
-
//
!
The wrapped result object.
+
// The wrapped result object.
static object master_result ) {