pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-24
2014-11-24 12:43:28 by Stephen R. van den Berg <srb@cuci.nl>
bbb4cee5a575fbdf56f42bc38cdb88f5e0700905 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Docs tuned.
529:
return sizeof(datarowtypes); }
+
//! @note
+
//! This method returns the number of rows already received from
+
//! the database for the current query. Note that this number
+
//! can still increase between subsequent calls if the results from
+
//! the query are not complete yet. This function is only guaranteed to
+
//! return the correct count after EOF has been reached.
//! @seealso //! @[Sql.sql_result()->num_rows()] /*semi*/final int num_rows() {