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

Method Sql.mysql()->streaming_typed_query()


Method streaming_typed_query

Mysql.mysql_result streaming_typed_query(string query, mapping(string|int:mixed)|void bindings, void|string charset)

Description

Makes a streaming typed SQL query.

This function acts as the combination of streaming_query() and big_typed_query() .

See also

big_typed_query() , streaming_typed_query()