pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-06
2011-03-06 15:51:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
31b2308d33eb153213548b3febccd3be2b59fbf3 (
23
lines) (+
17
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Sql.mysql: Fixed Autodoc mk II markup.
14:
//! types are represented like this: //! //! @dl
-
//! @item
The
NULL
value
+
//! @item NULL
//! Returned as @[Val.null]. //!
-
//! @item BIT
,
TINYINT
,
BOOL
,
SMALLINT
,
MEDIUMINT
,
INT
,
BIGINT
+
//! @item BIT
+
//!
@item
TINYINT
+
//!
@item
BOOL
+
//!
@item
SMALLINT
+
//!
@item
MEDIUMINT
+
//!
@item
INT
+
//!
@item
BIGINT
//! Returned as pike integers. //!
-
//! @item FLOAT
,
DOUBLE
+
//! @item FLOAT
+
//!
@item
DOUBLE
//! Returned as pike floats. //! //! @item DECIMAL //! Returned as pike integers for fields that are declared to //! contain zero decimals, otherwise returned as @[Gmp.mpq] objects. //!
-
//! @item DATE
,
DATETIME
,
TIME
,
YEAR
+
//! @item DATE
+
//!
@item
DATETIME
+
//!
@item
TIME
+
//!
@item
YEAR
//! Returned as strings in their display representation (see the //! MySQL manual). //!
44:
//! @tt{UNIX_TIMESTAMP@} function in the queries to retrieve them as //! unix timestamps on integer form. //!
-
//! @item String types
+
//! @item
"
String types
"
//! All string types are returned as pike strings. The MySQL glue //! can handle charset conversions for text strings - see //! @[set_charset] and @[set_unicode_decode_mode]. //! //! @enddl //!
-
//!
@section
+
//!
@endsection
#pike __REAL_VERSION__