QueryId typedef

QueryId = int

An ID associated with a Query.

These IDs are allocated by the SQLite.prepare method as references to library-managed Query objects.

See also: SQLite.free and SQLite.query.

Implementation

typedef QueryId = int;