Document-class: SQLite::API
This is a one-to-one bridge between Ruby code and the C interface for SQLite. It defines (more-or-less) one method per function (with set_result being one exception). It is generally not advisable to use these methods directly; instead, you should use the SQLite::Database class and related interfaces, which provide a more object-oriented view of this interface.