pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-15
2014-11-15 01:21:26 by Stephen R. van den Berg <srb@cuci.nl>
0f8ddec00868cfb83923cda5559e675c5ac941eb (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Update docs.
1815:
//! This can speed up parsing by increased parallelism. //! @endmapping //!
+
//! @note
+
//! The bindings-parameter passed to this function must remain unaltered
+
//! until the parameters have been sent to the database. The driver
+
//! currently does not expose this moment, but to avoid a race condition
+
//! it is sufficient to keep them unaltered until the first resultrow
+
//! has been fetched (or EOF is reached, in case of no resultrows).
+
//!
//! @returns //! A @[Sql.pgsql_util.sql_result] object (which conforms to the //! @[Sql.sql_result] standard interface for accessing data). It is