pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-16
2017-11-16 00:41:24 by Stephen R. van den Berg <srb@cuci.nl>
c6d661422863124537db22b41bae0d2396b30340 (
7
lines) (+
3
/-
4
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Update docs.
699:
//! @[affected_rows()] //! //! @note
-
//! This function is PostgreSQL-specific
, and thus it is not available
-
//! through the generic SQL-interface
.
+
//! This function is PostgreSQL-specific.
/*semi*/final string status_command_complete() { return statuscmdcomplete; }
711:
//! @[status_command_complete()] //! //! @note
-
//! This function is PostgreSQL-specific
, and thus it is not available
-
//! through the generic SQL-interface
.
+
//! This function is PostgreSQL-specific.
/*semi*/final int affected_rows() { int rows; if(statuscmdcomplete)