1. Summary The following two objects and eight methods comprise the essential elements of the SQLite interface: sqlite3 â The database connection object. Created by sqlite3_open() and destroyed by sqlite3_close(). sqlite3_stmt â The prepared statement object. Created by sqlite3_prepare() and destroyed by sqlite3_finalize(). sqlite3_open() â Open a connection to a new or existing SQLite database. T


{{#tags}}- {{label}}
{{/tags}}