Method Sql.mysql()->streaming_query()
- Method streaming_query
Mysql.mysql_resultstreaming_query(stringquery,mapping(string|int:mixed)|voidbindings,void|stringcharset)- Description
Makes a streaming SQL query.
This function sends the SQL query
queryto the Mysql-server. The result of the query is streamed through the returned Mysql.mysql_result object. Note that the involved database tables are locked until all the results has been read.In all other respects, it behaves like big_query.
- See also