Class __builtin.Sql.Promise
- Description
This class is the base class for promise based SQL queries. future() will return a future which carries FutureResult objects to contain the result of the query.
- See also
- Inherit
Promise
inherit Concurrent.Promise : Promise