- sqlite3_aggregate_contextvoid* sqlite3_aggregate_context(sqlite3_context* , int nBytes) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_aggregate_countint sqlite3_aggregate_count(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_auto_extensionint sqlite3_auto_extension(void function() xEntryPoint) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_autovacuum_pagesint sqlite3_autovacuum_pages(sqlite3* db, uint function(void*, const(char)*, uint, uint, uint) , void* , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_backup_finishint sqlite3_backup_finish(sqlite3_backup* p) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_backup_initsqlite3_backup* sqlite3_backup_init(sqlite3* pDest, const(char)* zDestName, sqlite3* pSource, const(char)* zSourceName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_backup_pagecountint sqlite3_backup_pagecount(sqlite3_backup* p) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_backup_remainingint sqlite3_backup_remaining(sqlite3_backup* p) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_backup_stepint sqlite3_backup_step(sqlite3_backup* p, int nPage) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_blobint sqlite3_bind_blob(sqlite3_stmt* , int , const(void)* , int n, void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_blob64int sqlite3_bind_blob64(sqlite3_stmt* , int , const(void)* , sqlite3_uint64 , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_doubleint sqlite3_bind_double(sqlite3_stmt* , int , double ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_intint sqlite3_bind_int(sqlite3_stmt* , int , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_int64int sqlite3_bind_int64(sqlite3_stmt* , int , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_nullint sqlite3_bind_null(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_parameter_countint sqlite3_bind_parameter_count(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_parameter_indexint sqlite3_bind_parameter_index(sqlite3_stmt* , const(char)* zName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_parameter_nameconst(char)* sqlite3_bind_parameter_name(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_pointerint sqlite3_bind_pointer(sqlite3_stmt* , int , void* , const(char)* , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_textint sqlite3_bind_text(sqlite3_stmt* , int , const(char)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_text16int sqlite3_bind_text16(sqlite3_stmt* , int , const(void)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_text64int sqlite3_bind_text64(sqlite3_stmt* , int , const(char)* , sqlite3_uint64 , void function(void*) , ubyte encoding) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_valueint sqlite3_bind_value(sqlite3_stmt* , int , const(sqlite3_value)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_zeroblobint sqlite3_bind_zeroblob(sqlite3_stmt* , int , int n) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_bind_zeroblob64int sqlite3_bind_zeroblob64(sqlite3_stmt* , int , sqlite3_uint64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_bytesint sqlite3_blob_bytes(sqlite3_blob* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_closeint sqlite3_blob_close(sqlite3_blob* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_openint sqlite3_blob_open(sqlite3* , const(char)* zDb, const(char)* zTable, const(char)* zColumn, sqlite3_int64 iRow, int flags, sqlite3_blob** ppBlob) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_readint sqlite3_blob_read(sqlite3_blob* , void* Z, int N, int iOffset) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_reopenint sqlite3_blob_reopen(sqlite3_blob* , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_blob_writeint sqlite3_blob_write(sqlite3_blob* , const(void)* z, int n, int iOffset) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_busy_handlerint sqlite3_busy_handler(sqlite3* , int function(void*, int) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_busy_timeoutint sqlite3_busy_timeout(sqlite3* , int ms) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_cancel_auto_extensionint sqlite3_cancel_auto_extension(void function() xEntryPoint) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_changesint sqlite3_changes(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_changes64sqlite3_int64 sqlite3_changes64(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_clear_bindingsint sqlite3_clear_bindings(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_closeint sqlite3_close(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_close_v2int sqlite3_close_v2(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_collation_neededint sqlite3_collation_needed(sqlite3* , void* , void function(void*, sqlite3*, int eTextRep, const(char)*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_collation_needed16int sqlite3_collation_needed16(sqlite3* , void* , void function(void*, sqlite3*, int eTextRep, const(void)*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_blobconst(void)* sqlite3_column_blob(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_bytesint sqlite3_column_bytes(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_bytes16int sqlite3_column_bytes16(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_countint sqlite3_column_count(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_database_nameconst(char)* sqlite3_column_database_name(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_database_name16const(void)* sqlite3_column_database_name16(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_decltypeconst(char)* sqlite3_column_decltype(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_decltype16const(void)* sqlite3_column_decltype16(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_doubledouble sqlite3_column_double(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_intint sqlite3_column_int(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_int64sqlite3_int64 sqlite3_column_int64(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_nameconst(char)* sqlite3_column_name(sqlite3_stmt* , int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_name16const(void)* sqlite3_column_name16(sqlite3_stmt* , int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_origin_nameconst(char)* sqlite3_column_origin_name(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_origin_name16const(void)* sqlite3_column_origin_name16(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_table_nameconst(char)* sqlite3_column_table_name(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_table_name16const(void)* sqlite3_column_table_name16(sqlite3_stmt* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_textconst(ubyte)* sqlite3_column_text(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_text16const(void)* sqlite3_column_text16(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_typeint sqlite3_column_type(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_column_valuesqlite3_value* sqlite3_column_value(sqlite3_stmt* , int iCol) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_commit_hookvoid* sqlite3_commit_hook(sqlite3* , int function(void*) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_compileoption_getconst(char)* sqlite3_compileoption_get(int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_compileoption_usedint sqlite3_compileoption_used(const(char)* zOptName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_completeint sqlite3_complete(const(char)* sql) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_complete16int sqlite3_complete16(const(void)* sql) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_configint sqlite3_config(int , ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_context_db_handlesqlite3* sqlite3_context_db_handle(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_collationint sqlite3_create_collation(sqlite3* , const(char)* zName, int eTextRep, void* pArg, int function(void*, int, const(void)*, int, const(void)*) xCompare) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_collation16int sqlite3_create_collation16(sqlite3* , const(void)* zName, int eTextRep, void* pArg, int function(void*, int, const(void)*, int, const(void)*) xCompare) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_collation_v2int sqlite3_create_collation_v2(sqlite3* , const(char)* zName, int eTextRep, void* pArg, int function(void*, int, const(void)*, int, const(void)*) xCompare, void function(void*) xDestroy) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_filenamesqlite3_filename sqlite3_create_filename(const(char)* zDatabase, const(char)* zJournal, const(char)* zWal, int nParam, const(char*)* azParam) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_functionint sqlite3_create_function(sqlite3* db, const(char)* zFunctionName, int nArg, int eTextRep, void* pApp, void function(sqlite3_context*, int, sqlite3_value**) xFunc, void function(sqlite3_context*, int, sqlite3_value**) xStep, void function(sqlite3_context*) xFinal) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_function16int sqlite3_create_function16(sqlite3* db, const(void)* zFunctionName, int nArg, int eTextRep, void* pApp, void function(sqlite3_context*, int, sqlite3_value**) xFunc, void function(sqlite3_context*, int, sqlite3_value**) xStep, void function(sqlite3_context*) xFinal) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_function_v2int sqlite3_create_function_v2(sqlite3* db, const(char)* zFunctionName, int nArg, int eTextRep, void* pApp, void function(sqlite3_context*, int, sqlite3_value**) xFunc, void function(sqlite3_context*, int, sqlite3_value**) xStep, void function(sqlite3_context*) xFinal, void function(void*) xDestroy) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_moduleint sqlite3_create_module(sqlite3* db, const(char)* zName, const(sqlite3_module)* p, void* pClientData) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_module_v2int sqlite3_create_module_v2(sqlite3* db, const(char)* zName, const(sqlite3_module)* p, void* pClientData, void function(void*) xDestroy) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_create_window_functionint sqlite3_create_window_function(sqlite3* db, const(char)* zFunctionName, int nArg, int eTextRep, void* pApp, void function(sqlite3_context*, int, sqlite3_value**) xStep, void function(sqlite3_context*) xFinal, void function(sqlite3_context*) xValue, void function(sqlite3_context*, int, sqlite3_value**) xInverse, void function(void*) xDestroy) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_data_countint sqlite3_data_count(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_database_file_objectsqlite3_file* sqlite3_database_file_object(const(char)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_cacheflushint sqlite3_db_cacheflush(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_configint sqlite3_db_config(sqlite3* , int op, ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_filenamesqlite3_filename sqlite3_db_filename(sqlite3* db, const(char)* zDbName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_handlesqlite3* sqlite3_db_handle(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_mutexsqlite3_mutex* sqlite3_db_mutex(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_nameconst(char)* sqlite3_db_name(sqlite3* db, int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_readonlyint sqlite3_db_readonly(sqlite3* db, const(char)* zDbName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_release_memoryint sqlite3_db_release_memory(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_db_statusint sqlite3_db_status(sqlite3* , int op, int* pCur, int* pHiwtr, int resetFlg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_declare_vtabint sqlite3_declare_vtab(sqlite3* , const(char)* zSQL) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_deserializeint sqlite3_deserialize(sqlite3* db, const(char)* zSchema, ubyte* pData, sqlite3_int64 szDb, sqlite3_int64 szBuf, uint mFlags) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_drop_modulesint sqlite3_drop_modules(sqlite3* db, const(char*)* azKeep) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_enable_load_extensionint sqlite3_enable_load_extension(sqlite3* db, int onoff) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_enable_shared_cacheint sqlite3_enable_shared_cache(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_errcodeint sqlite3_errcode(sqlite3* db) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_errmsgconst(char)* sqlite3_errmsg(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_errmsg16const(void)* sqlite3_errmsg16(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_error_offsetint sqlite3_error_offset(sqlite3* db) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_errstrconst(char)* sqlite3_errstr(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_execint sqlite3_exec(sqlite3* , const(char)* sql, int function(void*, int, char**, char**) callback, void* , char** errmsg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_expanded_sqlchar* sqlite3_expanded_sql(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_expiredint sqlite3_expired(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_extended_errcodeint sqlite3_extended_errcode(sqlite3* db) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_extended_result_codesint sqlite3_extended_result_codes(sqlite3* , int onoff) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_file_controlint sqlite3_file_control(sqlite3* , const(char)* zDbName, int op, void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_filename_databaseconst(char)* sqlite3_filename_database(sqlite3_filename ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_filename_journalconst(char)* sqlite3_filename_journal(sqlite3_filename ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_filename_walconst(char)* sqlite3_filename_wal(sqlite3_filename ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_finalizeint sqlite3_finalize(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_freevoid sqlite3_free(void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_free_filenamevoid sqlite3_free_filename(sqlite3_filename ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_free_tablevoid sqlite3_free_table(char** result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_get_autocommitint sqlite3_get_autocommit(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_get_auxdatavoid* sqlite3_get_auxdata(sqlite3_context* , int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_get_clientdatavoid* sqlite3_get_clientdata(sqlite3* , const(char)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_get_tableint sqlite3_get_table(sqlite3* db, const(char)* zSql, char*** pazResult, int* pnRow, int* pnColumn, char** pzErrmsg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_global_recoverint sqlite3_global_recover() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_hard_heap_limit64sqlite3_int64 sqlite3_hard_heap_limit64(sqlite3_int64 N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_initializeint sqlite3_initialize() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_interruptvoid sqlite3_interrupt(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_is_interruptedint sqlite3_is_interrupted(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_keyword_checkint sqlite3_keyword_check(const(char)* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_keyword_countint sqlite3_keyword_count() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_keyword_nameint sqlite3_keyword_name(int , const(char*)* , int* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_last_insert_rowidsqlite3_int64 sqlite3_last_insert_rowid(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_libversionconst(char)* sqlite3_libversion() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_libversion_numberint sqlite3_libversion_number() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_limitint sqlite3_limit(sqlite3* , int id, int newVal) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_load_extensionint sqlite3_load_extension(sqlite3* db, const(char)* zFile, const(char)* zProc, char** pzErrMsg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_logvoid sqlite3_log(int iErrCode, const(char)* zFormat, ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mallocvoid* sqlite3_malloc(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_malloc64void* sqlite3_malloc64(sqlite3_uint64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_memory_alarmint sqlite3_memory_alarm(void function(void*, sqlite3_int64, int) , void* , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_memory_highwatersqlite3_int64 sqlite3_memory_highwater(int resetFlag) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_memory_usedsqlite3_int64 sqlite3_memory_used() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mprintfchar* sqlite3_mprintf(const(char)* , ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_msizesqlite3_uint64 sqlite3_msize(void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_allocsqlite3_mutex* sqlite3_mutex_alloc(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_entervoid sqlite3_mutex_enter(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_freevoid sqlite3_mutex_free(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_heldint sqlite3_mutex_held(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_leavevoid sqlite3_mutex_leave(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_notheldint sqlite3_mutex_notheld(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_mutex_tryint sqlite3_mutex_try(sqlite3_mutex* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_next_stmtsqlite3_stmt* sqlite3_next_stmt(sqlite3* pDb, sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_openint sqlite3_open(const(char)* filename, sqlite3** ppDb) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_open16int sqlite3_open16(const(void)* filename, sqlite3** ppDb) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_open_v2int sqlite3_open_v2(const(char)* filename, sqlite3** ppDb, int flags, const(char)* zVfs) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_os_endint sqlite3_os_end() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_os_initint sqlite3_os_init() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_overload_functionint sqlite3_overload_function(sqlite3* , const(char)* zFuncName, int nArg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepareint sqlite3_prepare(sqlite3* db, const(char)* zSql, int nByte, sqlite3_stmt** ppStmt, const(char*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepare16int sqlite3_prepare16(sqlite3* db, const(void)* zSql, int nByte, sqlite3_stmt** ppStmt, const(void*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepare16_v2int sqlite3_prepare16_v2(sqlite3* db, const(void)* zSql, int nByte, sqlite3_stmt** ppStmt, const(void*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepare16_v3int sqlite3_prepare16_v3(sqlite3* db, const(void)* zSql, int nByte, uint prepFlags, sqlite3_stmt** ppStmt, const(void*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepare_v2int sqlite3_prepare_v2(sqlite3* db, const(char)* zSql, int nByte, sqlite3_stmt** ppStmt, const(char*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_prepare_v3int sqlite3_prepare_v3(sqlite3* db, const(char)* zSql, int nByte, uint prepFlags, sqlite3_stmt** ppStmt, const(char*)* pzTail) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_profilevoid* sqlite3_profile(sqlite3* , void function(void*, const(char)*, sqlite3_uint64) xProfile, void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_progress_handlervoid sqlite3_progress_handler(sqlite3* , int , int function(void*) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_randomnessvoid sqlite3_randomness(int N, void* P) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_reallocvoid* sqlite3_realloc(void* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_realloc64void* sqlite3_realloc64(void* , sqlite3_uint64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_release_memoryint sqlite3_release_memory(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_resetint sqlite3_reset(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_reset_auto_extensionvoid sqlite3_reset_auto_extension() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_blobvoid sqlite3_result_blob(sqlite3_context* , const(void)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_blob64void sqlite3_result_blob64(sqlite3_context* , const(void)* , sqlite3_uint64 , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_doublevoid sqlite3_result_double(sqlite3_context* , double ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_errorvoid sqlite3_result_error(sqlite3_context* , const(char)* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_error16void sqlite3_result_error16(sqlite3_context* , const(void)* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_error_codevoid sqlite3_result_error_code(sqlite3_context* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_error_nomemvoid sqlite3_result_error_nomem(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_error_toobigvoid sqlite3_result_error_toobig(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_intvoid sqlite3_result_int(sqlite3_context* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_int64void sqlite3_result_int64(sqlite3_context* , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_nullvoid sqlite3_result_null(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_pointervoid sqlite3_result_pointer(sqlite3_context* , void* , const(char)* , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_subtypevoid sqlite3_result_subtype(sqlite3_context* , uint ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_textvoid sqlite3_result_text(sqlite3_context* , const(char)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_text16void sqlite3_result_text16(sqlite3_context* , const(void)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_text16bevoid sqlite3_result_text16be(sqlite3_context* , const(void)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_text16levoid sqlite3_result_text16le(sqlite3_context* , const(void)* , int , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_text64void sqlite3_result_text64(sqlite3_context* , const(char)* , sqlite3_uint64 , void function(void*) , ubyte encoding) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_valuevoid sqlite3_result_value(sqlite3_context* , sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_zeroblobvoid sqlite3_result_zeroblob(sqlite3_context* , int n) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_result_zeroblob64int sqlite3_result_zeroblob64(sqlite3_context* , sqlite3_uint64 n) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_rollback_hookvoid* sqlite3_rollback_hook(sqlite3* , void function(void*) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_rtree_geometry_callbackint sqlite3_rtree_geometry_callback(sqlite3* db, const(char)* zGeom, int function(sqlite3_rtree_geometry*, int, sqlite3_rtree_dbl*, int*) xGeom, void* pContext) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_rtree_query_callbackint sqlite3_rtree_query_callback(sqlite3* db, const(char)* zQueryFunc, int function(sqlite3_rtree_query_info*) xQueryFunc, void* pContext, void function(void*) xDestructor) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_serializeubyte* sqlite3_serialize(sqlite3* db, const(char)* zSchema, sqlite3_int64* piSize, uint mFlags) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_set_authorizerint sqlite3_set_authorizer(sqlite3* , int function(void*, int, const(char)*, const(char)*, const(char)*, const(char)*) xAuth, void* pUserData) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_set_auxdatavoid sqlite3_set_auxdata(sqlite3_context* , int N, void* , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_set_clientdataint sqlite3_set_clientdata(sqlite3* , const(char)* , void* , void function(void*) ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_set_last_insert_rowidvoid sqlite3_set_last_insert_rowid(sqlite3* , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_shutdownint sqlite3_shutdown() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_sleepint sqlite3_sleep(int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snapshot_cmpint sqlite3_snapshot_cmp(sqlite3_snapshot* p1, sqlite3_snapshot* p2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snapshot_freevoid sqlite3_snapshot_free(sqlite3_snapshot* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snapshot_getint sqlite3_snapshot_get(sqlite3* db, const(char)* zSchema, sqlite3_snapshot** ppSnapshot) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snapshot_openint sqlite3_snapshot_open(sqlite3* db, const(char)* zSchema, sqlite3_snapshot* pSnapshot) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snapshot_recoverint sqlite3_snapshot_recover(sqlite3* db, const(char)* zDb) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_snprintfchar* sqlite3_snprintf(int , char* , const(char)* , ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_soft_heap_limitvoid sqlite3_soft_heap_limit(int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_soft_heap_limit64sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_sourceidconst(char)* sqlite3_sourceid() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_sqlconst(char)* sqlite3_sql(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_statusint sqlite3_status(int op, int* pCurrent, int* pHighwater, int resetFlag) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_status64int sqlite3_status64(int op, sqlite3_int64* pCurrent, sqlite3_int64* pHighwater, int resetFlag) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stepint sqlite3_step(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_busyint sqlite3_stmt_busy(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_explainint sqlite3_stmt_explain(sqlite3_stmt* pStmt, int eMode) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_isexplainint sqlite3_stmt_isexplain(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_readonlyint sqlite3_stmt_readonly(sqlite3_stmt* pStmt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_scanstatusint sqlite3_stmt_scanstatus(sqlite3_stmt* pStmt, int idx, int iScanStatusOp, void* pOut) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_scanstatus_resetvoid sqlite3_stmt_scanstatus_reset(sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_scanstatus_v2int sqlite3_stmt_scanstatus_v2(sqlite3_stmt* pStmt, int idx, int iScanStatusOp, int flags, void* pOut) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stmt_statusint sqlite3_stmt_status(sqlite3_stmt* , int op, int resetFlg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_appendvoid sqlite3_str_append(sqlite3_str* , const(char)* zIn, int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_appendallvoid sqlite3_str_appendall(sqlite3_str* , const(char)* zIn) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_appendcharvoid sqlite3_str_appendchar(sqlite3_str* , int N, char C) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_appendfvoid sqlite3_str_appendf(sqlite3_str* , const(char)* zFormat, ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_errcodeint sqlite3_str_errcode(sqlite3_str* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_finishchar* sqlite3_str_finish(sqlite3_str* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_lengthint sqlite3_str_length(sqlite3_str* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_newsqlite3_str* sqlite3_str_new(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_resetvoid sqlite3_str_reset(sqlite3_str* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_valuechar* sqlite3_str_value(sqlite3_str* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_str_vappendfvoid sqlite3_str_vappendf(sqlite3_str* , const(char)* zFormat, va_list ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_strglobint sqlite3_strglob(const(char)* zGlob, const(char)* zStr) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_stricmpint sqlite3_stricmp(const(char)* , const(char)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_strlikeint sqlite3_strlike(const(char)* zGlob, const(char)* zStr, uint cEsc) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_strnicmpint sqlite3_strnicmp(const(char)* , const(char)* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_system_errnoint sqlite3_system_errno(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_table_column_metadataint sqlite3_table_column_metadata(sqlite3* db, const(char)* zDbName, const(char)* zTableName, const(char)* zColumnName, const(char*)* pzDataType, const(char*)* pzCollSeq, int* pNotNull, int* pPrimaryKey, int* pAutoinc) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_test_controlint sqlite3_test_control(int op, ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_thread_cleanupvoid sqlite3_thread_cleanup() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_threadsafeint sqlite3_threadsafe() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_total_changesint sqlite3_total_changes(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_total_changes64sqlite3_int64 sqlite3_total_changes64(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_tracevoid* sqlite3_trace(sqlite3* , void function(void*, const(char)*) xTrace, void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_trace_v2int sqlite3_trace_v2(sqlite3* , uint uMask, int function(uint, void*, void*, void*) xCallback, void* pCtx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_transfer_bindingsint sqlite3_transfer_bindings(sqlite3_stmt* , sqlite3_stmt* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_txn_stateint sqlite3_txn_state(sqlite3* , const(char)* zSchema) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_unlock_notifyint sqlite3_unlock_notify(sqlite3* pBlocked, void function(void** apArg, int nArg) xNotify, void* pNotifyArg) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_update_hookvoid* sqlite3_update_hook(sqlite3* , void function(void*, int, const(char)*, const(char)*, sqlite3_int64) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_uri_booleanint sqlite3_uri_boolean(sqlite3_filename z, const(char)* zParam, int bDefault) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_uri_int64sqlite3_int64 sqlite3_uri_int64(sqlite3_filename , const(char)* , sqlite3_int64 ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_uri_keyconst(char)* sqlite3_uri_key(sqlite3_filename z, int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_uri_parameterconst(char)* sqlite3_uri_parameter(sqlite3_filename z, const(char)* zParam) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_user_datavoid* sqlite3_user_data(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_blobconst(void)* sqlite3_value_blob(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_bytesint sqlite3_value_bytes(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_bytes16int sqlite3_value_bytes16(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_doubledouble sqlite3_value_double(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_dupsqlite3_value* sqlite3_value_dup(const(sqlite3_value)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_encodingint sqlite3_value_encoding(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_freevoid sqlite3_value_free(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_frombindint sqlite3_value_frombind(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_intint sqlite3_value_int(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_int64sqlite3_int64 sqlite3_value_int64(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_nochangeint sqlite3_value_nochange(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_numeric_typeint sqlite3_value_numeric_type(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_pointervoid* sqlite3_value_pointer(sqlite3_value* , const(char)* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_subtypeuint sqlite3_value_subtype(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_textconst(ubyte)* sqlite3_value_text(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_text16const(void)* sqlite3_value_text16(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_text16beconst(void)* sqlite3_value_text16be(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_text16leconst(void)* sqlite3_value_text16le(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_value_typeint sqlite3_value_type(sqlite3_value* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vfs_findsqlite3_vfs* sqlite3_vfs_find(const(char)* zVfsName) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vfs_registerint sqlite3_vfs_register(sqlite3_vfs* , int makeDflt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vfs_unregisterint sqlite3_vfs_unregister(sqlite3_vfs* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vmprintfchar* sqlite3_vmprintf(const(char)* , va_list ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vsnprintfchar* sqlite3_vsnprintf(int , char* , const(char)* , va_list ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_collationconst(char)* sqlite3_vtab_collation(sqlite3_index_info* , int ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_configint sqlite3_vtab_config(sqlite3* , int op, ...) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_distinctint sqlite3_vtab_distinct(sqlite3_index_info* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_inint sqlite3_vtab_in(sqlite3_index_info* , int iCons, int bHandle) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_in_firstint sqlite3_vtab_in_first(sqlite3_value* pVal, sqlite3_value** ppOut) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_in_nextint sqlite3_vtab_in_next(sqlite3_value* pVal, sqlite3_value** ppOut) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_nochangeint sqlite3_vtab_nochange(sqlite3_context* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_on_conflictint sqlite3_vtab_on_conflict(sqlite3* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_vtab_rhs_valueint sqlite3_vtab_rhs_value(sqlite3_index_info* , int , sqlite3_value** ppVal) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_wal_autocheckpointint sqlite3_wal_autocheckpoint(sqlite3* db, int N) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_wal_checkpointint sqlite3_wal_checkpoint(sqlite3* db, const(char)* zDb) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_wal_checkpoint_v2int sqlite3_wal_checkpoint_v2(sqlite3* db, const(char)* zDb, int eMode, int* pnLog, int* pnCkpt) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_wal_hookvoid* sqlite3_wal_hook(sqlite3* , int function(void*, sqlite3*, const(char)*, int) , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_win32_set_directoryint sqlite3_win32_set_directory(c_ulong type, void* zValue) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_win32_set_directory16int sqlite3_win32_set_directory16(c_ulong type, const(void)* zValue) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sqlite3_win32_set_directory8int sqlite3_win32_set_directory8(c_ulong type, const(char)* zValue) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FTS5_TOKENIZE_AUXenum FTS5_TOKENIZE_AUX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FTS5_TOKENIZE_DOCUMENTenum FTS5_TOKENIZE_DOCUMENT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FTS5_TOKENIZE_PREFIXenum FTS5_TOKENIZE_PREFIX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FTS5_TOKENIZE_QUERYenum FTS5_TOKENIZE_QUERY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FTS5_TOKEN_COLOCATEDenum FTS5_TOKEN_COLOCATED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- FULLY_WITHINenum FULLY_WITHIN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- NOT_WITHINenum NOT_WITHIN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- PARTLY_WITHINenum PARTLY_WITHIN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE3_TEXTenum SQLITE3_TEXT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ABORTenum SQLITE_ABORT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ABORT_ROLLBACKenum SQLITE_ABORT_ROLLBACK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ACCESS_EXISTSenum SQLITE_ACCESS_EXISTS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ACCESS_READenum SQLITE_ACCESS_READ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ACCESS_READWRITEenum SQLITE_ACCESS_READWRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ALTER_TABLEenum SQLITE_ALTER_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ANALYZEenum SQLITE_ANALYZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ANYenum SQLITE_ANY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ATTACHenum SQLITE_ATTACH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_AUTHenum SQLITE_AUTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_AUTH_USERenum SQLITE_AUTH_USER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_BLOBenum SQLITE_BLOB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_BUSYenum SQLITE_BUSY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_BUSY_RECOVERYenum SQLITE_BUSY_RECOVERY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_BUSY_SNAPSHOTenum SQLITE_BUSY_SNAPSHOT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_BUSY_TIMEOUTenum SQLITE_BUSY_TIMEOUT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPENenum SQLITE_CANTOPEN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_CONVPATHenum SQLITE_CANTOPEN_CONVPATH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_DIRTYWALenum SQLITE_CANTOPEN_DIRTYWAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_FULLPATHenum SQLITE_CANTOPEN_FULLPATH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_ISDIRenum SQLITE_CANTOPEN_ISDIR; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_NOTEMPDIRenum SQLITE_CANTOPEN_NOTEMPDIR; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CANTOPEN_SYMLINKenum SQLITE_CANTOPEN_SYMLINK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CHECKPOINT_FULLenum SQLITE_CHECKPOINT_FULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CHECKPOINT_PASSIVEenum SQLITE_CHECKPOINT_PASSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CHECKPOINT_RESTARTenum SQLITE_CHECKPOINT_RESTART; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CHECKPOINT_TRUNCATEenum SQLITE_CHECKPOINT_TRUNCATE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_COVERING_INDEX_SCANenum SQLITE_CONFIG_COVERING_INDEX_SCAN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_GETMALLOCenum SQLITE_CONFIG_GETMALLOC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_GETMUTEXenum SQLITE_CONFIG_GETMUTEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_GETPCACHEenum SQLITE_CONFIG_GETPCACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_GETPCACHE2enum SQLITE_CONFIG_GETPCACHE2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_HEAPenum SQLITE_CONFIG_HEAP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_LOGenum SQLITE_CONFIG_LOG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_LOOKASIDEenum SQLITE_CONFIG_LOOKASIDE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MALLOCenum SQLITE_CONFIG_MALLOC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MEMDB_MAXSIZEenum SQLITE_CONFIG_MEMDB_MAXSIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MEMSTATUSenum SQLITE_CONFIG_MEMSTATUS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MMAP_SIZEenum SQLITE_CONFIG_MMAP_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MULTITHREADenum SQLITE_CONFIG_MULTITHREAD; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_MUTEXenum SQLITE_CONFIG_MUTEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_PAGECACHEenum SQLITE_CONFIG_PAGECACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_PCACHEenum SQLITE_CONFIG_PCACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_PCACHE2enum SQLITE_CONFIG_PCACHE2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_PCACHE_HDRSZenum SQLITE_CONFIG_PCACHE_HDRSZ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_PMASZenum SQLITE_CONFIG_PMASZ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_ROWID_IN_VIEWenum SQLITE_CONFIG_ROWID_IN_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SCRATCHenum SQLITE_CONFIG_SCRATCH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SERIALIZEDenum SQLITE_CONFIG_SERIALIZED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SINGLETHREADenum SQLITE_CONFIG_SINGLETHREAD; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SMALL_MALLOCenum SQLITE_CONFIG_SMALL_MALLOC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SORTERREF_SIZEenum SQLITE_CONFIG_SORTERREF_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_SQLLOGenum SQLITE_CONFIG_SQLLOG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_STMTJRNL_SPILLenum SQLITE_CONFIG_STMTJRNL_SPILL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_URIenum SQLITE_CONFIG_URI; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONFIG_WIN32_HEAPSIZEenum SQLITE_CONFIG_WIN32_HEAPSIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINTenum SQLITE_CONSTRAINT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_CHECKenum SQLITE_CONSTRAINT_CHECK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_COMMITHOOKenum SQLITE_CONSTRAINT_COMMITHOOK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_DATATYPEenum SQLITE_CONSTRAINT_DATATYPE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_FOREIGNKEYenum SQLITE_CONSTRAINT_FOREIGNKEY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_FUNCTIONenum SQLITE_CONSTRAINT_FUNCTION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_NOTNULLenum SQLITE_CONSTRAINT_NOTNULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_PINNEDenum SQLITE_CONSTRAINT_PINNED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_PRIMARYKEYenum SQLITE_CONSTRAINT_PRIMARYKEY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_ROWIDenum SQLITE_CONSTRAINT_ROWID; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_TRIGGERenum SQLITE_CONSTRAINT_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_UNIQUEenum SQLITE_CONSTRAINT_UNIQUE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CONSTRAINT_VTABenum SQLITE_CONSTRAINT_VTAB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_COPYenum SQLITE_COPY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CORRUPTenum SQLITE_CORRUPT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CORRUPT_INDEXenum SQLITE_CORRUPT_INDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CORRUPT_SEQUENCEenum SQLITE_CORRUPT_SEQUENCE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CORRUPT_VTABenum SQLITE_CORRUPT_VTAB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_INDEXenum SQLITE_CREATE_INDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TABLEenum SQLITE_CREATE_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TEMP_INDEXenum SQLITE_CREATE_TEMP_INDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TEMP_TABLEenum SQLITE_CREATE_TEMP_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TEMP_TRIGGERenum SQLITE_CREATE_TEMP_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TEMP_VIEWenum SQLITE_CREATE_TEMP_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_TRIGGERenum SQLITE_CREATE_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_VIEWenum SQLITE_CREATE_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_CREATE_VTABLEenum SQLITE_CREATE_VTABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_DEFENSIVEenum SQLITE_DBCONFIG_DEFENSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_DQS_DDLenum SQLITE_DBCONFIG_DQS_DDL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_DQS_DMLenum SQLITE_DBCONFIG_DQS_DML; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_FKEYenum SQLITE_DBCONFIG_ENABLE_FKEY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZERenum SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSIONenum SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_QPSGenum SQLITE_DBCONFIG_ENABLE_QPSG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_TRIGGERenum SQLITE_DBCONFIG_ENABLE_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_ENABLE_VIEWenum SQLITE_DBCONFIG_ENABLE_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_LEGACY_ALTER_TABLEenum SQLITE_DBCONFIG_LEGACY_ALTER_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_LEGACY_FILE_FORMATenum SQLITE_DBCONFIG_LEGACY_FILE_FORMAT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_LOOKASIDEenum SQLITE_DBCONFIG_LOOKASIDE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_MAINDBNAMEenum SQLITE_DBCONFIG_MAINDBNAME; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_MAXenum SQLITE_DBCONFIG_MAX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_NO_CKPT_ON_CLOSEenum SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_RESET_DATABASEenum SQLITE_DBCONFIG_RESET_DATABASE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_REVERSE_SCANORDERenum SQLITE_DBCONFIG_REVERSE_SCANORDER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_STMT_SCANSTATUSenum SQLITE_DBCONFIG_STMT_SCANSTATUS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_TRIGGER_EQPenum SQLITE_DBCONFIG_TRIGGER_EQP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_TRUSTED_SCHEMAenum SQLITE_DBCONFIG_TRUSTED_SCHEMA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBCONFIG_WRITABLE_SCHEMAenum SQLITE_DBCONFIG_WRITABLE_SCHEMA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_HITenum SQLITE_DBSTATUS_CACHE_HIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_MISSenum SQLITE_DBSTATUS_CACHE_MISS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_SPILLenum SQLITE_DBSTATUS_CACHE_SPILL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_USEDenum SQLITE_DBSTATUS_CACHE_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_USED_SHAREDenum SQLITE_DBSTATUS_CACHE_USED_SHARED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_CACHE_WRITEenum SQLITE_DBSTATUS_CACHE_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_DEFERRED_FKSenum SQLITE_DBSTATUS_DEFERRED_FKS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_LOOKASIDE_HITenum SQLITE_DBSTATUS_LOOKASIDE_HIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_LOOKASIDE_MISS_FULLenum SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZEenum SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_LOOKASIDE_USEDenum SQLITE_DBSTATUS_LOOKASIDE_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_MAXenum SQLITE_DBSTATUS_MAX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_SCHEMA_USEDenum SQLITE_DBSTATUS_SCHEMA_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DBSTATUS_STMT_USEDenum SQLITE_DBSTATUS_STMT_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DELETEenum SQLITE_DELETE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DENYenum SQLITE_DENY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DESERIALIZE_FREEONCLOSEenum SQLITE_DESERIALIZE_FREEONCLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DESERIALIZE_READONLYenum SQLITE_DESERIALIZE_READONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DESERIALIZE_RESIZEABLEenum SQLITE_DESERIALIZE_RESIZEABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DETACHenum SQLITE_DETACH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DETERMINISTICenum SQLITE_DETERMINISTIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DIRECTONLYenum SQLITE_DIRECTONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DONEenum SQLITE_DONE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_INDEXenum SQLITE_DROP_INDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TABLEenum SQLITE_DROP_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TEMP_INDEXenum SQLITE_DROP_TEMP_INDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TEMP_TABLEenum SQLITE_DROP_TEMP_TABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TEMP_TRIGGERenum SQLITE_DROP_TEMP_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TEMP_VIEWenum SQLITE_DROP_TEMP_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_TRIGGERenum SQLITE_DROP_TRIGGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_VIEWenum SQLITE_DROP_VIEW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_DROP_VTABLEenum SQLITE_DROP_VTABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_EMPTYenum SQLITE_EMPTY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ERRORenum SQLITE_ERROR; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ERROR_MISSING_COLLSEQenum SQLITE_ERROR_MISSING_COLLSEQ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ERROR_RETRYenum SQLITE_ERROR_RETRY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ERROR_SNAPSHOTenum SQLITE_ERROR_SNAPSHOT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FAILenum SQLITE_FAIL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_BEGIN_ATOMIC_WRITEenum SQLITE_FCNTL_BEGIN_ATOMIC_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_BUSYHANDLERenum SQLITE_FCNTL_BUSYHANDLER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_CHUNK_SIZEenum SQLITE_FCNTL_CHUNK_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_CKPT_DONEenum SQLITE_FCNTL_CKPT_DONE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_CKPT_STARTenum SQLITE_FCNTL_CKPT_START; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_CKSM_FILEenum SQLITE_FCNTL_CKSM_FILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_COMMIT_ATOMIC_WRITEenum SQLITE_FCNTL_COMMIT_ATOMIC_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_COMMIT_PHASETWOenum SQLITE_FCNTL_COMMIT_PHASETWO; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_DATA_VERSIONenum SQLITE_FCNTL_DATA_VERSION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_EXTERNAL_READERenum SQLITE_FCNTL_EXTERNAL_READER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_FILE_POINTERenum SQLITE_FCNTL_FILE_POINTER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_GET_LOCKPROXYFILEenum SQLITE_FCNTL_GET_LOCKPROXYFILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_HAS_MOVEDenum SQLITE_FCNTL_HAS_MOVED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_JOURNAL_POINTERenum SQLITE_FCNTL_JOURNAL_POINTER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_LAST_ERRNOenum SQLITE_FCNTL_LAST_ERRNO; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_LOCKSTATEenum SQLITE_FCNTL_LOCKSTATE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_LOCK_TIMEOUTenum SQLITE_FCNTL_LOCK_TIMEOUT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_MMAP_SIZEenum SQLITE_FCNTL_MMAP_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_OVERWRITEenum SQLITE_FCNTL_OVERWRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_PDBenum SQLITE_FCNTL_PDB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_PERSIST_WALenum SQLITE_FCNTL_PERSIST_WAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_POWERSAFE_OVERWRITEenum SQLITE_FCNTL_POWERSAFE_OVERWRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_PRAGMAenum SQLITE_FCNTL_PRAGMA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_RBUenum SQLITE_FCNTL_RBU; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_RESERVE_BYTESenum SQLITE_FCNTL_RESERVE_BYTES; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_RESET_CACHEenum SQLITE_FCNTL_RESET_CACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITEenum SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_SET_LOCKPROXYFILEenum SQLITE_FCNTL_SET_LOCKPROXYFILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_SIZE_HINTenum SQLITE_FCNTL_SIZE_HINT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_SIZE_LIMITenum SQLITE_FCNTL_SIZE_LIMIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_SYNCenum SQLITE_FCNTL_SYNC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_SYNC_OMITTEDenum SQLITE_FCNTL_SYNC_OMITTED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_TEMPFILENAMEenum SQLITE_FCNTL_TEMPFILENAME; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_TRACEenum SQLITE_FCNTL_TRACE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_VFSNAMEenum SQLITE_FCNTL_VFSNAME; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_VFS_POINTERenum SQLITE_FCNTL_VFS_POINTER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_WAL_BLOCKenum SQLITE_FCNTL_WAL_BLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_WIN32_AV_RETRYenum SQLITE_FCNTL_WIN32_AV_RETRY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_WIN32_GET_HANDLEenum SQLITE_FCNTL_WIN32_GET_HANDLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_WIN32_SET_HANDLEenum SQLITE_FCNTL_WIN32_SET_HANDLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FCNTL_ZIPVFSenum SQLITE_FCNTL_ZIPVFS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FLOATenum SQLITE_FLOAT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FORMATenum SQLITE_FORMAT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FULLenum SQLITE_FULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_FUNCTIONenum SQLITE_FUNCTION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_GET_LOCKPROXYFILEenum SQLITE_GET_LOCKPROXYFILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IGNOREenum SQLITE_IGNORE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_EQenum SQLITE_INDEX_CONSTRAINT_EQ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_FUNCTIONenum SQLITE_INDEX_CONSTRAINT_FUNCTION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_GEenum SQLITE_INDEX_CONSTRAINT_GE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_GLOBenum SQLITE_INDEX_CONSTRAINT_GLOB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_GTenum SQLITE_INDEX_CONSTRAINT_GT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_ISenum SQLITE_INDEX_CONSTRAINT_IS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_ISNOTenum SQLITE_INDEX_CONSTRAINT_ISNOT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_ISNOTNULLenum SQLITE_INDEX_CONSTRAINT_ISNOTNULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_ISNULLenum SQLITE_INDEX_CONSTRAINT_ISNULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_LEenum SQLITE_INDEX_CONSTRAINT_LE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_LIKEenum SQLITE_INDEX_CONSTRAINT_LIKE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_LIMITenum SQLITE_INDEX_CONSTRAINT_LIMIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_LTenum SQLITE_INDEX_CONSTRAINT_LT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_MATCHenum SQLITE_INDEX_CONSTRAINT_MATCH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_NEenum SQLITE_INDEX_CONSTRAINT_NE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_OFFSETenum SQLITE_INDEX_CONSTRAINT_OFFSET; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_CONSTRAINT_REGEXPenum SQLITE_INDEX_CONSTRAINT_REGEXP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INDEX_SCAN_UNIQUEenum SQLITE_INDEX_SCAN_UNIQUE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INNOCUOUSenum SQLITE_INNOCUOUS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INSERTenum SQLITE_INSERT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INTEGERenum SQLITE_INTEGER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INTERNALenum SQLITE_INTERNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_INTERRUPTenum SQLITE_INTERRUPT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMICenum SQLITE_IOCAP_ATOMIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC16Kenum SQLITE_IOCAP_ATOMIC16K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC1Kenum SQLITE_IOCAP_ATOMIC1K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC2Kenum SQLITE_IOCAP_ATOMIC2K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC32Kenum SQLITE_IOCAP_ATOMIC32K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC4Kenum SQLITE_IOCAP_ATOMIC4K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC512enum SQLITE_IOCAP_ATOMIC512; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC64Kenum SQLITE_IOCAP_ATOMIC64K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_ATOMIC8Kenum SQLITE_IOCAP_ATOMIC8K; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_BATCH_ATOMICenum SQLITE_IOCAP_BATCH_ATOMIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_IMMUTABLEenum SQLITE_IOCAP_IMMUTABLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_POWERSAFE_OVERWRITEenum SQLITE_IOCAP_POWERSAFE_OVERWRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_SAFE_APPENDenum SQLITE_IOCAP_SAFE_APPEND; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_SEQUENTIALenum SQLITE_IOCAP_SEQUENTIAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOCAP_UNDELETABLE_WHEN_OPENenum SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERRenum SQLITE_IOERR; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_ACCESSenum SQLITE_IOERR_ACCESS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_AUTHenum SQLITE_IOERR_AUTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_BEGIN_ATOMICenum SQLITE_IOERR_BEGIN_ATOMIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_BLOCKEDenum SQLITE_IOERR_BLOCKED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_CHECKRESERVEDLOCKenum SQLITE_IOERR_CHECKRESERVEDLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_CLOSEenum SQLITE_IOERR_CLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_COMMIT_ATOMICenum SQLITE_IOERR_COMMIT_ATOMIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_CONVPATHenum SQLITE_IOERR_CONVPATH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_CORRUPTFSenum SQLITE_IOERR_CORRUPTFS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_DATAenum SQLITE_IOERR_DATA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_DELETEenum SQLITE_IOERR_DELETE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_DELETE_NOENTenum SQLITE_IOERR_DELETE_NOENT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_DIR_CLOSEenum SQLITE_IOERR_DIR_CLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_DIR_FSYNCenum SQLITE_IOERR_DIR_FSYNC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_FSTATenum SQLITE_IOERR_FSTAT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_FSYNCenum SQLITE_IOERR_FSYNC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_GETTEMPPATHenum SQLITE_IOERR_GETTEMPPATH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_IN_PAGEenum SQLITE_IOERR_IN_PAGE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_LOCKenum SQLITE_IOERR_LOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_MMAPenum SQLITE_IOERR_MMAP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_NOMEMenum SQLITE_IOERR_NOMEM; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_RDLOCKenum SQLITE_IOERR_RDLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_READenum SQLITE_IOERR_READ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_ROLLBACK_ATOMICenum SQLITE_IOERR_ROLLBACK_ATOMIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SEEKenum SQLITE_IOERR_SEEK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SHMLOCKenum SQLITE_IOERR_SHMLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SHMMAPenum SQLITE_IOERR_SHMMAP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SHMOPENenum SQLITE_IOERR_SHMOPEN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SHMSIZEenum SQLITE_IOERR_SHMSIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_SHORT_READenum SQLITE_IOERR_SHORT_READ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_TRUNCATEenum SQLITE_IOERR_TRUNCATE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_UNLOCKenum SQLITE_IOERR_UNLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_VNODEenum SQLITE_IOERR_VNODE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_IOERR_WRITEenum SQLITE_IOERR_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LAST_ERRNOenum SQLITE_LAST_ERRNO; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_ATTACHEDenum SQLITE_LIMIT_ATTACHED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_COLUMNenum SQLITE_LIMIT_COLUMN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_COMPOUND_SELECTenum SQLITE_LIMIT_COMPOUND_SELECT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_EXPR_DEPTHenum SQLITE_LIMIT_EXPR_DEPTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_FUNCTION_ARGenum SQLITE_LIMIT_FUNCTION_ARG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_LENGTHenum SQLITE_LIMIT_LENGTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_LIKE_PATTERN_LENGTHenum SQLITE_LIMIT_LIKE_PATTERN_LENGTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_SQL_LENGTHenum SQLITE_LIMIT_SQL_LENGTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_TRIGGER_DEPTHenum SQLITE_LIMIT_TRIGGER_DEPTH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_VARIABLE_NUMBERenum SQLITE_LIMIT_VARIABLE_NUMBER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_VDBE_OPenum SQLITE_LIMIT_VDBE_OP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LIMIT_WORKER_THREADSenum SQLITE_LIMIT_WORKER_THREADS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCKEDenum SQLITE_LOCKED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCKED_SHAREDCACHEenum SQLITE_LOCKED_SHAREDCACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCKED_VTABenum SQLITE_LOCKED_VTAB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCK_EXCLUSIVEenum SQLITE_LOCK_EXCLUSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCK_NONEenum SQLITE_LOCK_NONE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCK_PENDINGenum SQLITE_LOCK_PENDING; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCK_RESERVEDenum SQLITE_LOCK_RESERVED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_LOCK_SHAREDenum SQLITE_LOCK_SHARED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MISMATCHenum SQLITE_MISMATCH; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MISUSEenum SQLITE_MISUSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_FASTenum SQLITE_MUTEX_FAST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_RECURSIVEenum SQLITE_MUTEX_RECURSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_APP1enum SQLITE_MUTEX_STATIC_APP1; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_APP2enum SQLITE_MUTEX_STATIC_APP2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_APP3enum SQLITE_MUTEX_STATIC_APP3; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_LRUenum SQLITE_MUTEX_STATIC_LRU; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_LRU2enum SQLITE_MUTEX_STATIC_LRU2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_MAINenum SQLITE_MUTEX_STATIC_MAIN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_MASTERenum SQLITE_MUTEX_STATIC_MASTER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_MEMenum SQLITE_MUTEX_STATIC_MEM; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_MEM2enum SQLITE_MUTEX_STATIC_MEM2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_OPENenum SQLITE_MUTEX_STATIC_OPEN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_PMEMenum SQLITE_MUTEX_STATIC_PMEM; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_PRNGenum SQLITE_MUTEX_STATIC_PRNG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_VFS1enum SQLITE_MUTEX_STATIC_VFS1; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_VFS2enum SQLITE_MUTEX_STATIC_VFS2; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_MUTEX_STATIC_VFS3enum SQLITE_MUTEX_STATIC_VFS3; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOLFSenum SQLITE_NOLFS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOMEMenum SQLITE_NOMEM; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTADBenum SQLITE_NOTADB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTFOUNDenum SQLITE_NOTFOUND; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTICEenum SQLITE_NOTICE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTICE_RBUenum SQLITE_NOTICE_RBU; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTICE_RECOVER_ROLLBACKenum SQLITE_NOTICE_RECOVER_ROLLBACK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NOTICE_RECOVER_WALenum SQLITE_NOTICE_RECOVER_WAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_NULLenum SQLITE_NULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OKenum SQLITE_OK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OK_LOAD_PERMANENTLYenum SQLITE_OK_LOAD_PERMANENTLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OK_SYMLINKenum SQLITE_OK_SYMLINK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_AUTOPROXYenum SQLITE_OPEN_AUTOPROXY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_CREATEenum SQLITE_OPEN_CREATE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_DELETEONCLOSEenum SQLITE_OPEN_DELETEONCLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_EXCLUSIVEenum SQLITE_OPEN_EXCLUSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_EXRESCODEenum SQLITE_OPEN_EXRESCODE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_FULLMUTEXenum SQLITE_OPEN_FULLMUTEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_MAIN_DBenum SQLITE_OPEN_MAIN_DB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_MAIN_JOURNALenum SQLITE_OPEN_MAIN_JOURNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_MASTER_JOURNALenum SQLITE_OPEN_MASTER_JOURNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_MEMORYenum SQLITE_OPEN_MEMORY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_NOFOLLOWenum SQLITE_OPEN_NOFOLLOW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_NOMUTEXenum SQLITE_OPEN_NOMUTEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_PRIVATECACHEenum SQLITE_OPEN_PRIVATECACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_READONLYenum SQLITE_OPEN_READONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_READWRITEenum SQLITE_OPEN_READWRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_SHAREDCACHEenum SQLITE_OPEN_SHAREDCACHE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_SUBJOURNALenum SQLITE_OPEN_SUBJOURNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_SUPER_JOURNALenum SQLITE_OPEN_SUPER_JOURNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_TEMP_DBenum SQLITE_OPEN_TEMP_DB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_TEMP_JOURNALenum SQLITE_OPEN_TEMP_JOURNAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_TRANSIENT_DBenum SQLITE_OPEN_TRANSIENT_DB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_URIenum SQLITE_OPEN_URI; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_OPEN_WALenum SQLITE_OPEN_WAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PERMenum SQLITE_PERM; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PRAGMAenum SQLITE_PRAGMA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PREPARE_NORMALIZEenum SQLITE_PREPARE_NORMALIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PREPARE_NO_VTABenum SQLITE_PREPARE_NO_VTAB; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PREPARE_PERSISTENTenum SQLITE_PREPARE_PERSISTENT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_PROTOCOLenum SQLITE_PROTOCOL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_RANGEenum SQLITE_RANGE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READenum SQLITE_READ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLYenum SQLITE_READONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_CANTINITenum SQLITE_READONLY_CANTINIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_CANTLOCKenum SQLITE_READONLY_CANTLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_DBMOVEDenum SQLITE_READONLY_DBMOVED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_DIRECTORYenum SQLITE_READONLY_DIRECTORY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_RECOVERYenum SQLITE_READONLY_RECOVERY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_READONLY_ROLLBACKenum SQLITE_READONLY_ROLLBACK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_RECURSIVEenum SQLITE_RECURSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_REINDEXenum SQLITE_REINDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_REPLACEenum SQLITE_REPLACE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_RESULT_SUBTYPEenum SQLITE_RESULT_SUBTYPE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ROLLBACKenum SQLITE_ROLLBACK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_ROWenum SQLITE_ROW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SAVEPOINTenum SQLITE_SAVEPOINT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_COMPLEXenum SQLITE_SCANSTAT_COMPLEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_ESTenum SQLITE_SCANSTAT_EST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_EXPLAINenum SQLITE_SCANSTAT_EXPLAIN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_NAMEenum SQLITE_SCANSTAT_NAME; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_NCYCLEenum SQLITE_SCANSTAT_NCYCLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_NLOOPenum SQLITE_SCANSTAT_NLOOP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_NVISITenum SQLITE_SCANSTAT_NVISIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_PARENTIDenum SQLITE_SCANSTAT_PARENTID; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCANSTAT_SELECTIDenum SQLITE_SCANSTAT_SELECTID; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SCHEMAenum SQLITE_SCHEMA; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SELECTenum SQLITE_SELECT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SERIALIZE_NOCOPYenum SQLITE_SERIALIZE_NOCOPY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SET_LOCKPROXYFILEenum SQLITE_SET_LOCKPROXYFILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SHM_EXCLUSIVEenum SQLITE_SHM_EXCLUSIVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SHM_LOCKenum SQLITE_SHM_LOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SHM_NLOCKenum SQLITE_SHM_NLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SHM_SHAREDenum SQLITE_SHM_SHARED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SHM_UNLOCKenum SQLITE_SHM_UNLOCK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SOURCE_IDenum SQLITE_SOURCE_ID; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATICenum SQLITE_STATIC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_MALLOC_COUNTenum SQLITE_STATUS_MALLOC_COUNT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_MALLOC_SIZEenum SQLITE_STATUS_MALLOC_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_MEMORY_USEDenum SQLITE_STATUS_MEMORY_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_PAGECACHE_OVERFLOWenum SQLITE_STATUS_PAGECACHE_OVERFLOW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_PAGECACHE_SIZEenum SQLITE_STATUS_PAGECACHE_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_PAGECACHE_USEDenum SQLITE_STATUS_PAGECACHE_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_PARSER_STACKenum SQLITE_STATUS_PARSER_STACK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_SCRATCH_OVERFLOWenum SQLITE_STATUS_SCRATCH_OVERFLOW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_SCRATCH_SIZEenum SQLITE_STATUS_SCRATCH_SIZE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STATUS_SCRATCH_USEDenum SQLITE_STATUS_SCRATCH_USED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_AUTOINDEXenum SQLITE_STMTSTATUS_AUTOINDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_FILTER_HITenum SQLITE_STMTSTATUS_FILTER_HIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_FILTER_MISSenum SQLITE_STMTSTATUS_FILTER_MISS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_FULLSCAN_STEPenum SQLITE_STMTSTATUS_FULLSCAN_STEP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_MEMUSEDenum SQLITE_STMTSTATUS_MEMUSED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_REPREPAREenum SQLITE_STMTSTATUS_REPREPARE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_RUNenum SQLITE_STMTSTATUS_RUN; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_SORTenum SQLITE_STMTSTATUS_SORT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_STMTSTATUS_VM_STEPenum SQLITE_STMTSTATUS_VM_STEP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SUBTYPEenum SQLITE_SUBTYPE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SYNC_DATAONLYenum SQLITE_SYNC_DATAONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SYNC_FULLenum SQLITE_SYNC_FULL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_SYNC_NORMALenum SQLITE_SYNC_NORMAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_ALWAYSenum SQLITE_TESTCTRL_ALWAYS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_ASSERTenum SQLITE_TESTCTRL_ASSERT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKSenum SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_BITVEC_TESTenum SQLITE_TESTCTRL_BITVEC_TEST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_BYTEORDERenum SQLITE_TESTCTRL_BYTEORDER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_EXPLAIN_STMTenum SQLITE_TESTCTRL_EXPLAIN_STMT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKSenum SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_FAULT_INSTALLenum SQLITE_TESTCTRL_FAULT_INSTALL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_FIRSTenum SQLITE_TESTCTRL_FIRST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_FK_NO_ACTIONenum SQLITE_TESTCTRL_FK_NO_ACTION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_IMPOSTERenum SQLITE_TESTCTRL_IMPOSTER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_INTERNAL_FUNCTIONSenum SQLITE_TESTCTRL_INTERNAL_FUNCTIONS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_ISINITenum SQLITE_TESTCTRL_ISINIT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_ISKEYWORDenum SQLITE_TESTCTRL_ISKEYWORD; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_JSON_SELFCHECKenum SQLITE_TESTCTRL_JSON_SELFCHECK; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_LASTenum SQLITE_TESTCTRL_LAST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_LOCALTIME_FAULTenum SQLITE_TESTCTRL_LOCALTIME_FAULT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_LOGESTenum SQLITE_TESTCTRL_LOGEST; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_NEVER_CORRUPTenum SQLITE_TESTCTRL_NEVER_CORRUPT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_ONCE_RESET_THRESHOLDenum SQLITE_TESTCTRL_ONCE_RESET_THRESHOLD; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_OPTIMIZATIONSenum SQLITE_TESTCTRL_OPTIMIZATIONS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PARSER_COVERAGEenum SQLITE_TESTCTRL_PARSER_COVERAGE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PENDING_BYTEenum SQLITE_TESTCTRL_PENDING_BYTE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PRNG_RESETenum SQLITE_TESTCTRL_PRNG_RESET; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PRNG_RESTOREenum SQLITE_TESTCTRL_PRNG_RESTORE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PRNG_SAVEenum SQLITE_TESTCTRL_PRNG_SAVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_PRNG_SEEDenum SQLITE_TESTCTRL_PRNG_SEED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_RESERVEenum SQLITE_TESTCTRL_RESERVE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_RESULT_INTREALenum SQLITE_TESTCTRL_RESULT_INTREAL; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_SCRATCHMALLOCenum SQLITE_TESTCTRL_SCRATCHMALLOC; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_SEEK_COUNTenum SQLITE_TESTCTRL_SEEK_COUNT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_SORTER_MMAPenum SQLITE_TESTCTRL_SORTER_MMAP; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_TRACEFLAGSenum SQLITE_TESTCTRL_TRACEFLAGS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_TUNEenum SQLITE_TESTCTRL_TUNE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_USELONGDOUBLEenum SQLITE_TESTCTRL_USELONGDOUBLE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TESTCTRL_VDBE_COVERAGEenum SQLITE_TESTCTRL_VDBE_COVERAGE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TEXTenum SQLITE_TEXT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TOOBIGenum SQLITE_TOOBIG; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRACE_CLOSEenum SQLITE_TRACE_CLOSE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRACE_PROFILEenum SQLITE_TRACE_PROFILE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRACE_ROWenum SQLITE_TRACE_ROW; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRACE_STMTenum SQLITE_TRACE_STMT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRANSACTIONenum SQLITE_TRANSACTION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TRANSIENTenum SQLITE_TRANSIENT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TXN_NONEenum SQLITE_TXN_NONE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TXN_READenum SQLITE_TXN_READ; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_TXN_WRITEenum SQLITE_TXN_WRITE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UPDATEenum SQLITE_UPDATE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UTF16enum SQLITE_UTF16; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UTF16BEenum SQLITE_UTF16BE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UTF16LEenum SQLITE_UTF16LE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UTF16_ALIGNEDenum SQLITE_UTF16_ALIGNED; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_UTF8enum SQLITE_UTF8; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VERSIONenum SQLITE_VERSION; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VERSION_NUMBERenum SQLITE_VERSION_NUMBER; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VTAB_CONSTRAINT_SUPPORTenum SQLITE_VTAB_CONSTRAINT_SUPPORT; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VTAB_DIRECTONLYenum SQLITE_VTAB_DIRECTONLY; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VTAB_INNOCUOUSenum SQLITE_VTAB_INNOCUOUS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_VTAB_USES_ALL_SCHEMASenum SQLITE_VTAB_USES_ALL_SCHEMAS; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_WARNINGenum SQLITE_WARNING; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_WARNING_AUTOINDEXenum SQLITE_WARNING_AUTOINDEX; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_WIN32_DATA_DIRECTORY_TYPEenum SQLITE_WIN32_DATA_DIRECTORY_TYPE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SQLITE_WIN32_TEMP_DIRECTORY_TYPEenum SQLITE_WIN32_TEMP_DIRECTORY_TYPE; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.