Method SQLite.SQLite()->query()


Method query

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

Description

Perform a query against a SQLite database.

Note

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

See also

Sql.Sql()->query(), typed_query()