pike.git/
lib/
modules/
Sql.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-22
2017-11-22 14:54:23 by Stephen R. van den Berg <srb@cuci.nl>
63fcaeb5e95a8b6d6cdf85e47a538d39a464d25e (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Sql.FutureResult: Add a Concurrent.Promise interface to Sql.Connection.
77:
inherit __builtin.Sql.Result; }
+
//! Base class for the result from @[Connection()->promise_query()] et al.
+
class FutureResult
+
{
+
//!
+
inherit __builtin.Sql.FutureResult;
+
}
+
protected program(Connection) find_dbm(string program_name) { program(Connection) p;