Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[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