[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
|