Memory Allocation Routines
Mutex Verification Routines
Convenience Routines For Running Queries
可加载分机Thunk typedefstructsqlite3_api_routinessqlite3_api_routines; 指向不透明sqlite3_api_routines结构的指针作为第三个参数传递给可加载扩展的入口点
withthreeargumentsandexpectsanintegerresultasifthesignatureoftheentrypointwhereasfollows: intxEntryPoint( sqlite3*db, constchar**pzErrMsg, conststructsqlite3_api_routines
SQLite对象列表 对象列表: sqlite3 sqlite3_api_routines sqlite3_backup sqlite3_blob sqlite3_context sqlite3_data_directory
endifintsqlite3_extension_init(/*<==Changethisname,maybe*/sqlite3*db,char**pzErrMsg,constsqlite3_api_routines
ListOfObjects: sqlite3 sqlite3_api_routines sqlite3_backup sqlite3_blob sqlite3_context sqlite3_data_directory
_printf()routines.Addedthesqlite_interrupt()interface.Intheshell,sqlite_interrupt()isinvokedwhentheuserpressesControl-CFixedsomeinstanceswheresqlite_exec