[Top]
Sql
Sql.Sql
|
Method Sql.Sql()->big_query()
- Method
big_query
-
int|object big_query(object|string q, mixed ... extraargs)
- Description
-
Send an SQL query to the underlying SQL-server. The result is
returned as an Sql.sql_result object. This allows for having some
more info about the result as well as processing the result in a
streaming fashion, although the result itself wasn't obtained
streamingly from the server. Returns 0 if the query didn't
return any result (e.g. INSERT or similar). For the other
arguments, they are the same as for the query() function.
- See also
-
query , streaming_query
|