pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-10
2014-11-10 14:27:45 by Stephen R. van den Berg <srb@cuci.nl>
ae952fa02217ff42dc2835e09c2696fd6e0f0efd (
14
lines) (+
8
/-
6
)
[
Show
|
Annotate
]
Branch:
8.1
Doc fixes.
407:
//! that generated them. //! @member int "skipped_describe_count" //! Number of times the driver skipped asking the database to
-
//! describe the statement parameters because it was already
-
//!
cached.
Depends
on
the
PG_STATS
define
being
set
.
+
//! describe the statement parameters because it was already
cached.
+
//!
Only
available
if
PG_STATS
is
compile-time
enabled
.
//! @member int "used_prepared_statements"
-
//! Numer of times prepared statements were used from cache instead
-
//!
of
reparsing in the current session.
Depends on the PG_STATS
-
//!
define
being
set
.
+
//! Numer of times prepared statements were used from cache instead
of
+
//! reparsing in the current session.
+
//!
Only available if
PG_STATS
is
compile-time
enabled
.
//! @member int "current_prepared_statements" //! Cache size of currently prepared statements. //! @member int "current_prepared_statement_hits"
421:
//! Total number of prepared statements generated. //! @member int "portals_opened_count" //! Total number of portals opened, i.e. number of statements issued
-
//! to the database.
Depends
on
the
PG_STATS
define
being
set
.
+
//! to the database.
+
//!
Only available if
PG_STATS
is
compile-time
enabled
.
//! @member int "bytes_received" //! Total number of bytes received from the database so far. //! @member int "messages_received"