pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-04-10
2009-04-10 17:20:12 by Stephen R. van den Berg <srb@cuci.nl>
1824a0fd007396ca95728bbb204608736d8e3781 (
17
lines) (+
10
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Update documentation.
Rev: lib/modules/Sql.pmod/pgsql.pike:1.64
189:
//! references in the already cached prepared statements //! @member string client_encoding //! Character encoding for the client side, it defaults to using
-
//! the default encoding specified by the database, e.g.
:
"SQL
_
ASCII"
+
//! the default encoding specified by the database, e.g.
+
//!
@ref{UTF8@} or @ref{SQL
_
ASCII@}.
//! @member string standard_conforming_strings //! When on, backslashes in strings must not be escaped any longer, //! @[quote()] automatically adjusts quoting strategy accordingly
351:
//! Common values are: //! @mapping //! @member string client_encoding
-
//! Character encoding for the client side, e.g.
:
"SQL
_
ASCII"
+
//! Character encoding for the client side, e.g.
+
//!
@ref{UTF8@} or @ref{SQL
_
ASCII@}.
//! @member string server_encoding //! Character encoding for the server side as determined when the
-
//! database was created, e.g.
:
"SQL
_
ASCII"
+
//! database was created, e.g.
@ref{UTF8@} or @ref{SQL
_
ASCII@}
//! @member string DateStyle
-
//! Date parsing/display, e.g.
:
"ISO
,
DMY"
+
//! Date parsing/display, e.g.
@ref{ISO
,
DMY@}
//! @member string TimeZone
-
//! Default timezone used by the database, e.g.
:
"localtime"
+
//! Default timezone used by the database, e.g.
@ref{localtime@}
//! @member string standard_conforming_strings //! When on, backslashes in strings must not be escaped any longer //! @member string session_authorization
369:
//! @member string integer_datetimes //! Reports wether the database supports 64-bit-integer dates and times //! @member string server_version
-
//! Shows the server version, e.g.
:
"8
.3.
3"
+
//! Shows the server version, e.g.
@ref{8
.3.
3@}
//! @endmapping //! //! The values can be changed during a session using SET commands to the
1562:
//! Bindings are supported natively straight across the network. //! Special bindings supported are: //! @mapping
-
//! @member int
"
:_cache
"
+
//! @member int :_cache
//! Forces caching on or off for the query at hand. //! @endmapping //!