[Top]
Sql
Sql.pgsql
|
Method Sql.pgsql()->streaming_query()
- Method
streaming_query
object streaming_query(string q, void|mapping(string|int:mixed) bindings)
- Description
This is an alias for big_query() , since big_query() already supports
streaming of multiple simultaneous queries through the same connection.
- See also
big_query() , big_typed_query() , Sql.Sql , Sql.sql_result
|