d2sqlite3.sqlite3

Auto-generated C API bindings.

Members

Aliases

fts5_extension_function
alias fts5_extension_function = void function(const(Fts5ExtensionApi)* pApi, Fts5Context* pFts, sqlite3_context* pCtx, int nVal, sqlite3_value** apVal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_callback
alias sqlite3_callback = int function(void*, int, char**, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_destructor_type
alias sqlite3_destructor_type = 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_int64
alias sqlite3_int64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_rtree_dbl
alias sqlite3_rtree_dbl = double

Begin file sqlite3rtree.h ********

sqlite3_syscall_ptr
alias sqlite3_syscall_ptr = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_uint64
alias sqlite3_uint64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite_int64
alias sqlite_int64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite_uint64
alias sqlite_uint64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

sqlite3_aggregate_context
void* 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_count
int 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_extension
int 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_backup_finish
int 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_init
sqlite3_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_pagecount
int 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_remaining
int 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_step
int 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_blob
int 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_blob64
int 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_double
int 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_int
int 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_int64
int 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_null
int 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_count
int 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_index
int 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_name
const(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_pointer
int 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_text
int 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_text16
int 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_text64
int 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_value
int 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_zeroblob
int 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_zeroblob64
int 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_bytes
int 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_close
int 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_open
int 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_read
int 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_reopen
int 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_write
int 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_handler
int 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_timeout
int 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_extension
int 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_changes
int 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_clear_bindings
int 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_close
int 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_v2
int 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_needed
int 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_needed16
int 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_blob
const(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_bytes
int 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_bytes16
int 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_count
int 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_name
const(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_name16
const(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_decltype
const(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_decltype16
const(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_double
double 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_int
int 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_int64
sqlite3_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_name
const(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_name16
const(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_name
const(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_name16
const(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_name
const(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_name16
const(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_text
const(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_text16
const(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_type
int 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_value
sqlite3_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_hook
void* 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_get
const(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_used
int 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_complete
int 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_complete16
int 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_config
int 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_handle
sqlite3* 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_collation
int 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_collation16
int 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_v2
int 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_function
int 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_function16
int 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_v2
int 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_module
int 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_v2
int 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_function
int 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_count
int 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_db_cacheflush
int 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_config
int 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_filename
const(char)* 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_handle
sqlite3* 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_mutex
sqlite3_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_readonly
int 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_memory
int 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_status
int 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_vtab
int 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_deserialize
int 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_enable_load_extension
int 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_cache
int 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_errcode
int 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_errmsg
const(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_errmsg16
const(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_errstr
const(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_exec
int 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_sql
char* 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_expired
int 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_errcode
int 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_codes
int 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_control
int 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_finalize
int 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_free
void 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_table
void 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_autocommit
int 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_auxdata
void* 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_table
int 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_recover
int 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_initialize
int 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_interrupt
void 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_keyword_check
int 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_count
int 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_name
int 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_rowid
sqlite3_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_libversion
const(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_number
int 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_limit
int 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_extension
int 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_log
void 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_malloc
void* 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_malloc64
void* 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_alarm
int 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_highwater
sqlite3_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_used
sqlite3_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_mprintf
char* 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_msize
sqlite3_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_alloc
sqlite3_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_enter
void 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_free
void 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_held
int 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_leave
void 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_notheld
int 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_try
int 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_stmt
sqlite3_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_open
int 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_open16
int 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_v2
int 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_end
int 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_init
int 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_function
int 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_prepare
int 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_prepare16
int 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_v2
int 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_v3
int 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_v2
int 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_v3
int 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_profile
void* 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_handler
void 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_randomness
void 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_realloc
void* 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_realloc64
void* 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_memory
int 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_reset
int 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_extension
void 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_blob
void 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_blob64
void 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_double
void 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_error
void 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_error16
void 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_code
void 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_nomem
void 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_toobig
void 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_int
void 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_int64
void 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_null
void 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_pointer
void 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_subtype
void 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_text
void 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_text16
void 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_text16be
void 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_text16le
void 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_text64
void 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_value
void 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_zeroblob
void 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_zeroblob64
int 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_hook
void* 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_callback
int 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_callback
int 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_serialize
ubyte* 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_authorizer
int 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_auxdata
void 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_last_insert_rowid
void 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_shutdown
int 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_sleep
int 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_cmp
int 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_free
void 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_get
int 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_open
int 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_recover
int 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_snprintf
char* 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_limit
void 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_limit64
sqlite3_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_sourceid
const(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_sql
const(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_status
int 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_status64
int 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_step
int 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_busy
int 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_readonly
int 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_scanstatus
int 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_reset
void 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_status
int 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_append
void 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_appendall
void 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_appendchar
void 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_appendf
void 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_errcode
int 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_finish
char* 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_length
int 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_new
sqlite3_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_reset
void 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_value
char* 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_vappendf
void 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_strglob
int 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_stricmp
int 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_strlike
int 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_strnicmp
int 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_errno
int 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_metadata
int 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_control
int 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_cleanup
void 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_threadsafe
int 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_changes
int 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_trace
void* 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_v2
int 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_bindings
int 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_unlock_notify
int 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_hook
void* 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_boolean
int sqlite3_uri_boolean(const(char)* zFile, 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_int64
sqlite3_int64 sqlite3_uri_int64(const(char)* , 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_parameter
const(char)* sqlite3_uri_parameter(const(char)* zFilename, 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_data
void* 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_blob
const(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_bytes
int 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_bytes16
int 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_double
double 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_dup
sqlite3_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_free
void 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_int
int 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_int64
sqlite3_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_nochange
int 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_type
int 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_pointer
void* 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_subtype
uint 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_text
const(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_text16
const(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_text16be
const(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_text16le
const(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_type
int 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_find
sqlite3_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_register
int 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_unregister
int 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_vmprintf
char* 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_vsnprintf
char* 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_collation
const(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_config
int 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_nochange
int 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_conflict
int 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_wal_autocheckpoint
int 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_checkpoint
int 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_v2
int 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_hook
void* 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_directory
int 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_directory16
int 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_directory8
int 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.

Manifest constants

FTS5_TOKENIZE_AUX
enum 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_DOCUMENT
enum 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_PREFIX
enum 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_QUERY
enum 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_COLOCATED
enum 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_WITHIN
enum 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_WITHIN
enum 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_WITHIN
enum 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_TEXT
enum 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_ABORT
enum 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_ROLLBACK
enum 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_EXISTS
enum 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_READ
enum 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_READWRITE
enum 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_TABLE
enum 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_ANALYZE
enum 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_ANY
enum 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_ATTACH
enum 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_AUTH
enum 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_USER
enum 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_BLOB
enum 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_BUSY
enum 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_RECOVERY
enum 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_SNAPSHOT
enum 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_CANTOPEN
enum 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_CONVPATH
enum 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_DIRTYWAL
enum 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_FULLPATH
enum 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_ISDIR
enum 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_NOTEMPDIR
enum 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_CHECKPOINT_FULL
enum 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_PASSIVE
enum 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_RESTART
enum 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_TRUNCATE
enum 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_SCAN
enum 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_GETMALLOC
enum 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_GETMUTEX
enum 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_GETPCACHE
enum 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_GETPCACHE2
enum 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_HEAP
enum 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_LOG
enum 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_LOOKASIDE
enum 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_MALLOC
enum 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_MEMSTATUS
enum 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_SIZE
enum 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_MULTITHREAD
enum 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_MUTEX
enum 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_PAGECACHE
enum 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_PCACHE
enum 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_PCACHE2
enum 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_HDRSZ
enum 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_PMASZ
enum 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_SCRATCH
enum 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_SERIALIZED
enum 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_SINGLETHREAD
enum 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_MALLOC
enum 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_SIZE
enum 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_SQLLOG
enum 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_SPILL
enum 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_URI
enum 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_HEAPSIZE
enum 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_CONSTRAINT
enum 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_CHECK
enum 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_COMMITHOOK
enum 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_FOREIGNKEY
enum 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_FUNCTION
enum 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_NOTNULL
enum 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_PRIMARYKEY
enum 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_ROWID
enum 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_TRIGGER
enum 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_UNIQUE
enum 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_VTAB
enum 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_COPY
enum 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_CORRUPT
enum 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_SEQUENCE
enum 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_VTAB
enum 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_INDEX
enum SQLITE_CREATE_INDEX;

3rd ************ 4th **********

SQLITE_CREATE_TABLE
enum 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_INDEX
enum 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_TABLE
enum 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_TRIGGER
enum 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_VIEW
enum 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_TRIGGER
enum 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_VIEW
enum 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_VTABLE
enum 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_ENABLE_FKEY
enum 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_TOKENIZER
enum 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_EXTENSION
enum 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_QPSG
enum 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_TRIGGER
enum 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_LOOKASIDE
enum 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_MAINDBNAME
enum 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_MAX
enum 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_CLOSE
enum 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_DATABASE
enum 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_TRIGGER_EQP
enum 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_DBSTATUS_CACHE_HIT
enum 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_MISS
enum 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_SPILL
enum 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_USED
enum 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_SHARED
enum 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_WRITE
enum 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_FKS
enum 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_HIT
enum 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_FULL
enum 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_SIZE
enum 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_USED
enum 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_MAX
enum 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_USED
enum 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_USED
enum 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_DELETE
enum 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_DENY
enum 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_FREEONCLOSE
enum 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_READONLY
enum 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_RESIZEABLE
enum 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_DETACH
enum 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_DETERMINISTIC
enum 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_DONE
enum 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_INDEX
enum 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_TABLE
enum 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_INDEX
enum 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_TABLE
enum 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_TRIGGER
enum 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_VIEW
enum 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_TRIGGER
enum 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_VIEW
enum 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_VTABLE
enum 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_EMPTY
enum 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_ERROR
enum 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_COLLSEQ
enum 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_RETRY
enum 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_SNAPSHOT
enum 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_FAIL
enum 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_WRITE
enum 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_BUSYHANDLER
enum 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_SIZE
enum 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_COMMIT_ATOMIC_WRITE
enum 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_PHASETWO
enum 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_VERSION
enum 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_FILE_POINTER
enum 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_LOCKPROXYFILE
enum 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_MOVED
enum 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_POINTER
enum 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_ERRNO
enum 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_LOCKSTATE
enum 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_TIMEOUT
enum 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_SIZE
enum 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_OVERWRITE
enum 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_PDB
enum 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_WAL
enum 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_OVERWRITE
enum 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_PRAGMA
enum 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_RBU
enum 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_ROLLBACK_ATOMIC_WRITE
enum 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_LOCKPROXYFILE
enum 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_HINT
enum 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_SYNC
enum 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_OMITTED
enum 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_TEMPFILENAME
enum 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_TRACE
enum 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_VFSNAME
enum 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_POINTER
enum 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_BLOCK
enum 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_RETRY
enum 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_HANDLE
enum 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_HANDLE
enum 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_ZIPVFS
enum 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_FLOAT
enum 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_FORMAT
enum 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_FULL
enum 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_FUNCTION
enum 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_LOCKPROXYFILE
enum 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_IGNORE
enum 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_EQ
enum 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_FUNCTION
enum 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_GE
enum 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_GLOB
enum 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_GT
enum 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_IS
enum 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_ISNOT
enum 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_ISNOTNULL
enum 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_ISNULL
enum 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_LE
enum 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_LIKE
enum 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_LT
enum 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_MATCH
enum 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_NE
enum 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_REGEXP
enum 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_UNIQUE
enum 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_INSERT
enum 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_INTEGER
enum 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_INTERNAL
enum 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_INTERRUPT
enum 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_ATOMIC
enum 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_ATOMIC16K
enum 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_ATOMIC1K
enum 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_ATOMIC2K
enum 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_ATOMIC32K
enum 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_ATOMIC4K
enum 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_ATOMIC512
enum 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_ATOMIC64K
enum 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_ATOMIC8K
enum 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_ATOMIC
enum 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_IMMUTABLE
enum 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_OVERWRITE
enum 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_APPEND
enum 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_SEQUENTIAL
enum 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_OPEN
enum 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_IOERR
enum 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_ACCESS
enum 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_AUTH
enum 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_ATOMIC
enum 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_BLOCKED
enum 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_CHECKRESERVEDLOCK
enum 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_CLOSE
enum 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_ATOMIC
enum 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_CONVPATH
enum 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_DELETE
enum 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_NOENT
enum 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_CLOSE
enum 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_FSYNC
enum 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_FSTAT
enum 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_FSYNC
enum 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_GETTEMPPATH
enum 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_LOCK
enum 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_MMAP
enum 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_NOMEM
enum 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_RDLOCK
enum 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_READ
enum 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_ATOMIC
enum 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_SEEK
enum 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_SHMLOCK
enum 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_SHMMAP
enum 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_SHMOPEN
enum 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_SHMSIZE
enum 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_READ
enum 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_TRUNCATE
enum 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_UNLOCK
enum 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_VNODE
enum 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_WRITE
enum 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_ERRNO
enum 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_ATTACHED
enum 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_COLUMN
enum 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_SELECT
enum 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_DEPTH
enum 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_ARG
enum 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_LENGTH
enum 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_LENGTH
enum 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_LENGTH
enum 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_DEPTH
enum 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_NUMBER
enum 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_OP
enum 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_THREADS
enum 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_LOCKED
enum 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_SHAREDCACHE
enum 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_VTAB
enum 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_EXCLUSIVE
enum 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_NONE
enum 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_PENDING
enum 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_RESERVED
enum 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_SHARED
enum 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_MISMATCH
enum 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_MISUSE
enum 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_FAST
enum 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_RECURSIVE
enum 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_APP1
enum 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_APP2
enum 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_APP3
enum 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_LRU
enum 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_LRU2
enum 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_MASTER
enum 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_MEM
enum 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_MEM2
enum 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_OPEN
enum 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_PMEM
enum 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_PRNG
enum 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_VFS1
enum 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_VFS2
enum 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_VFS3
enum 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_NOLFS
enum 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_NOMEM
enum 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_NOTADB
enum 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_NOTFOUND
enum 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_NOTICE
enum 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_RECOVER_ROLLBACK
enum 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_WAL
enum 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_NULL
enum 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_OK
enum 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_PERMANENTLY
enum 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_OPEN_AUTOPROXY
enum 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_CREATE
enum 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_DELETEONCLOSE
enum 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_EXCLUSIVE
enum 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_FULLMUTEX
enum 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_DB
enum 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_JOURNAL
enum 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_JOURNAL
enum 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_MEMORY
enum 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_NOMUTEX
enum 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_PRIVATECACHE
enum 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_READONLY
enum 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_READWRITE
enum 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_SHAREDCACHE
enum 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_SUBJOURNAL
enum 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_TEMP_DB
enum 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_JOURNAL
enum 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_DB
enum 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_URI
enum 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_WAL
enum 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_PERM
enum 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_PRAGMA
enum 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_PERSISTENT
enum 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_PROTOCOL
enum 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_RANGE
enum 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_READ
enum 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_READONLY
enum 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_CANTINIT
enum 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_CANTLOCK
enum 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_DBMOVED
enum 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_DIRECTORY
enum 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_RECOVERY
enum 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_ROLLBACK
enum 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_RECURSIVE
enum 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_REINDEX
enum 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_REPLACE
enum 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_ROLLBACK
enum 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_ROW
enum 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_SAVEPOINT
enum 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_EST
enum 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_EXPLAIN
enum 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_NAME
enum 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_NLOOP
enum 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_NVISIT
enum 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_SELECTID
enum 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_SCHEMA
enum 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_SELECT
enum 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_NOCOPY
enum 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_LOCKPROXYFILE
enum 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_EXCLUSIVE
enum 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_LOCK
enum 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_NLOCK
enum 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_SHARED
enum 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_UNLOCK
enum 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_ID
enum 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_STATIC
enum 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_COUNT
enum 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_SIZE
enum 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_USED
enum 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_OVERFLOW
enum 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_SIZE
enum 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_USED
enum 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_STACK
enum 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_OVERFLOW
enum 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_SIZE
enum 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_USED
enum 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_AUTOINDEX
enum 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_FULLSCAN_STEP
enum 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_MEMUSED
enum 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_REPREPARE
enum 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_RUN
enum 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_SORT
enum 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_STEP
enum 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_SYNC_DATAONLY
enum 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_FULL
enum 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_NORMAL
enum 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_ALWAYS
enum 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_ASSERT
enum 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_HOOKS
enum 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_TEST
enum 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_BYTEORDER
enum 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_STMT
enum 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_FAULT_INSTALL
enum 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_FIRST
enum 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_IMPOSTER
enum 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_ISINIT
enum 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_ISKEYWORD
enum 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_LAST
enum 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_FAULT
enum 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_NEVER_CORRUPT
enum 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_THRESHOLD
enum 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_OPTIMIZATIONS
enum 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_COVERAGE
enum 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_BYTE
enum 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_RESET
enum 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_RESTORE
enum 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_SAVE
enum 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_RESERVE
enum 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_SCRATCHMALLOC
enum 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_SORTER_MMAP
enum 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_VDBE_COVERAGE
enum 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_TEXT
enum 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_TOOBIG
enum 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_CLOSE
enum 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_PROFILE
enum 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_ROW
enum 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_STMT
enum 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_TRANSACTION
enum 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_TRANSIENT
enum 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_UPDATE
enum 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_UTF16
enum 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_UTF16BE
enum 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_UTF16LE
enum 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_ALIGNED
enum 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_UTF8
enum 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_VERSION
enum 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_NUMBER
enum 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_SUPPORT
enum 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_WARNING
enum 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_AUTOINDEX
enum 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_TYPE
enum 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_TYPE
enum 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.

Static variables

sqlite3_data_directory
char* sqlite3_data_directory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_temp_directory
char* sqlite3_temp_directory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_version
const(char)[] sqlite3_version;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Fts5Context
struct Fts5Context

* CUSTOM AUXILIARY FUNCTIONS * * Virtual table implementations may overload SQL functions by implementing * the sqlite3_module.xFindFunction() method.

Fts5ExtensionApi
struct Fts5ExtensionApi
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Fts5PhraseIter
struct Fts5PhraseIter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Fts5Tokenizer
struct Fts5Tokenizer

* CUSTOM TOKENIZERS * * Applications may also register custom tokenizer types. A tokenizer * is registered by providing fts5 with a populated instance of the * following structure. All structure methods must be defined, setting * any member of the fts5_tokenizer struct to NULL leads to undefined * behaviour. The structure methods are expected to function as follows: * * xCreate: * This function is used to allocate and initialize a tokenizer instance. * A tokenizer instance is required to actually tokenize text. * * The first argument passed to this function is a copy of the (void*) * pointer provided by the application when the fts5_tokenizer object * was registered with FTS5 (the third argument to xCreateTokenizer()). * The second and third arguments are an array of nul-terminated strings * containing the tokenizer arguments, if any, specified following the * tokenizer name as part of the CREATE VIRTUAL TABLE statement used * to create the FTS5 table. * * The final argument is an output variable. If successful, (*ppOut) * should be set to point to the new tokenizer handle and SQLITE_OK * returned. If an error occurs, some value other than SQLITE_OK should * be returned. In this case, fts5 assumes that the final value of *ppOut * is undefined. * * xDelete: * This function is invoked to delete a tokenizer handle previously * allocated using xCreate(). Fts5 guarantees that this function will * be invoked exactly once for each successful call to xCreate(). * * xTokenize: * This function is expected to tokenize the nText byte string indicated * by argument pText. pText may or may not be nul-terminated. The first * argument passed to this function is a pointer to an Fts5Tokenizer object * returned by an earlier call to xCreate(). * * The second argument indicates the reason that FTS5 is requesting * tokenization of the supplied text. This is always one of the following * four values: * * <ul><li> <b>FTS5_TOKENIZE_DOCUMENT</b> - A document is being inserted into * or removed from the FTS table. The tokenizer is being invoked to * determine the set of tokens to add to (or delete from) the * FTS index. * * <li> <b>FTS5_TOKENIZE_QUERY</b> - A MATCH query is being executed * against the FTS index. The tokenizer is being called to tokenize * a bareword or quoted string specified as part of the query. * * <li> <b>(FTS5_TOKENIZE_QUERY | FTS5_TOKENIZE_PREFIX)</b> - Same as * FTS5_TOKENIZE_QUERY, except that the bareword or quoted string is * followed by a "*" character, indicating that the last token * returned by the tokenizer will be treated as a token prefix. * * <li> <b>FTS5_TOKENIZE_AUX</b> - The tokenizer is being invoked to * satisfy an fts5_api.xTokenize() request made by an auxiliary * function. Or an fts5_api.xColumnSize() request made by the same * on a columnsize=0 database. * </ul> * * For each token in the input string, the supplied callback xToken() must * be invoked. The first argument to it should be a copy of the pointer * passed as the second argument to xTokenize(). The third and fourth * arguments are a pointer to a buffer containing the token text, and the * size of the token in bytes. The 4th and 5th arguments are the byte offsets * of the first byte of and first byte immediately following the text from * which the token is derived within the input. * * The second argument passed to the xToken() callback ("tflags") should * normally be set to 0. The exception is if the tokenizer supports * synonyms. In this case see the discussion below for details. * * FTS5 assumes the xToken() callback is invoked for each token in the * order that they occur within the input text. * * If an xToken() callback returns any value other than SQLITE_OK, then * the tokenization should be abandoned and the xTokenize() method should * immediately return a copy of the xToken() return value. Or, if the * input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally, * if an error occurs with the xTokenize() implementation itself, it * may abandon the tokenization and return any error code other than * SQLITE_OK or SQLITE_DONE. * * SYNONYM SUPPORT * * Custom tokenizers may also support synonyms. Consider a case in which a * user wishes to query for a phrase such as "first place". Using the * built-in tokenizers, the FTS5 query 'first + place' will match instances * of "first place" within the document set, but not alternative forms * such as "1st place". In some applications, it would be better to match * all instances of "first place" or "1st place" regardless of which form * the user specified in the MATCH query text. * * There are several ways to approach this in FTS5: * * <ol><li> By mapping all synonyms to a single token. In this case, the * In the above example, this means that the tokenizer returns the * same token for inputs "first" and "1st". Say that token is in * fact "first", so that when the user inserts the document "I won * 1st place" entries are added to the index for tokens "i", "won", * "first" and "place". If the user then queries for '1st + place', * the tokenizer substitutes "first" for "1st" and the query works * as expected. * * <li> By adding multiple synonyms for a single term to the FTS index. * In this case, when tokenizing query text, the tokenizer may * provide multiple synonyms for a single term within the document. * FTS5 then queries the index for each synonym individually. For * example, faced with the query: * * <codeblock> * ... MATCH 'first place'</codeblock> * * the tokenizer offers both "1st" and "first" as synonyms for the * first token in the MATCH query and FTS5 effectively runs a query * similar to: * * <codeblock> * ... MATCH '(first OR 1st) place'</codeblock> * * except that, for the purposes of auxiliary functions, the query * still appears to contain just two phrases - "(first OR 1st)" * being treated as a single phrase. * * <li> By adding multiple synonyms for a single term to the FTS index. * Using this method, when tokenizing document text, the tokenizer * provides multiple synonyms for each token. So that when a * document such as "I won first place" is tokenized, entries are * added to the FTS index for "i", "won", "first", "1st" and * "place". * * This way, even if the tokenizer does not provide synonyms * when tokenizing query text (it should not - to do would be * inefficient), it doesn't matter if the user queries for * 'first + place' or '1st + place', as there are entries in the * FTS index corresponding to both forms of the first token. * </ol> * * Whether it is parsing document or query text, any call to xToken that * specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit * is considered to supply a synonym for the previous token. For example, * when parsing the document "I won first place", a tokenizer that supports * synonyms would call xToken() 5 times, as follows: * * <codeblock> * xToken(pCtx, 0, "i", 1, 0, 1); * xToken(pCtx, 0, "won", 3, 2, 5); * xToken(pCtx, 0, "first", 5, 6, 11); * xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11); * xToken(pCtx, 0, "place", 5, 12, 17); *</codeblock> * * It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time * xToken() is called. Multiple synonyms may be specified for a single token * by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence. * There is no limit to the number of synonyms that may be provided for a * single token. * * In many cases, method (1) above is the best approach. It does not add * extra data to the FTS index or require FTS5 to query for multiple terms, * so it is efficient in terms of disk space and query speed. However, it * does not support prefix queries very well. If, as suggested above, the * token "first" is substituted for "1st" by the tokenizer, then the query: * * <codeblock> * ... MATCH '1s*'</codeblock> * * will not match documents that contain the token "1st" (as the tokenizer * will probably not map "1s" to any prefix of "first"). * * For full prefix support, method (3) may be preferred. In this case, * because the index contains entries for both "first" and "1st", prefix * queries such as 'fi*' or '1s*' will match correctly. However, because * extra entries are added to the FTS index, this method uses more space * within the database. * * Method (2) offers a midpoint between (1) and (3). Using this method, * a query such as '1s*' will match documents that contain the literal * token "1st", but not "first" (assuming the tokenizer is not able to * provide synonyms for prefixes). However, a non-prefix query like '1st' * will match against "1st" and "first". This method does not require * extra disk space, as no extra entries are added to the FTS index. * On the other hand, it may require more CPU cycles to run MATCH queries, * as separate queries of the FTS index are required for each synonym. * * When using methods (2) or (3), it is important that the tokenizer only * provide synonyms when tokenizing document text (method (2)) or query * text (method (3)), not both. Doing so will not cause any errors, but is * inefficient.

fts5_api
struct fts5_api

* FTS5 EXTENSION REGISTRATION API

fts5_tokenizer
struct fts5_tokenizer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3
struct sqlite3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_api_routines
struct sqlite3_api_routines
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_backup
struct sqlite3_backup
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_blob
struct 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_context
struct 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_file
struct sqlite3_file
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_index_info
struct 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_io_methods
struct sqlite3_io_methods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_mem_methods
struct sqlite3_mem_methods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_module
struct sqlite3_module
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_mutex
struct 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_methods
struct sqlite3_mutex_methods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_pcache
struct sqlite3_pcache
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_pcache_methods
struct sqlite3_pcache_methods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_pcache_methods2
struct sqlite3_pcache_methods2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_pcache_page
struct sqlite3_pcache_page
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
struct sqlite3_rtree_geometry
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_info
struct sqlite3_rtree_query_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_snapshot
struct 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_stmt
struct 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_str
struct 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_value
struct 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
struct 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_vtab
struct sqlite3_vtab
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqlite3_vtab_cursor
struct sqlite3_vtab_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta