Method SQLite.SQLite()->typed_query()


Method typed_query

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

Description

Perform a typed_query against a SQLite database.

Note

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

See also

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