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