Method Sql.mysql()->streaming_query()
- Method
streaming_query
variantResultstreaming_query(stringquery,mapping(string|int:mixed)|voidbindings,void|__deprecated__(string)charset)- 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 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