pike.git/
lib/
modules/
Sql.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-24
2017-11-24 12:54:51 by Stephen R. van den Berg <srb@cuci.nl>
23fa714538d0180b2c36eb0b1aeb82f5ce4a7143 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Sql.Promise: Improve docs.
70:
inherit __builtin.Sql.Connection; }
-
//! Base class for the result from @[Connection
()->
big_query()] et al.
+
//! Base class for the result from @[Connection
.
big_query()] et al.
class Result { //!
84:
inherit __builtin.Sql.FutureResult; }
-
//! Base class for the result from @[Connection
()->
promise_query()].
+
//! Base class for the result from @[Connection
.
promise_query()].
class Promise { //!