Method SQLite.SQLite()->big_query()


Method big_query

Result big_query(string query, mapping(string|int:mixed)|void bindings)

Description

Perform a streaming query against a SQLite database.

Note

In Pike 8.0 and earlier this function behaved as big_typed_query().

See also

Sql.Sql()->big_query(), big_typed_query()