Method SQLite.SQLite()->big_typed_query()


Method big_typed_query

TypedResult big_typed_query(string query, mapping(string|int:mixed)|void bindings)

Description

Perform a streaming typed query against a SQLite database.

Note

This was the behavior of big_query() in Pike 8.0 and earlier.

See also

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