Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Sql
Sql.postgres

Method Sql.postgres()->streaming_query()


Method streaming_query

int|object streaming_query(object|string q, mapping(string|int:mixed)|void bindings)

Description

This is an alias for big_query() , since big_query() already supports streaming.

See also

big_query , Sql.Sql , Sql.sql_result