Documentation ¶
Index ¶
- Constants
- Variables
- func X__ccgo_sqlite3_log(t *libc.TLS, iErrCode int32, zFormat uintptr, va uintptr)
- func Xsqlite3_aggregate_context(tls *libc.TLS, p uintptr, nByte int32) (r uintptr)
- func Xsqlite3_aggregate_count(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_auto_extension(tls *libc.TLS, xInit uintptr) (r int32)
- func Xsqlite3_autovacuum_pages(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr, ...) (r int32)
- func Xsqlite3_backup_finish(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_backup_init(tls *libc.TLS, pDestDb uintptr, zDestDb uintptr, pSrcDb uintptr, ...) (r uintptr)
- func Xsqlite3_backup_pagecount(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_backup_remaining(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_backup_step(tls *libc.TLS, p uintptr, nPage int32) (r int32)
- func Xsqlite3_bind_blob(tls *libc.TLS, pStmt uintptr, i int32, zData uintptr, nData int32, ...) (r int32)
- func Xsqlite3_bind_blob64(tls *libc.TLS, pStmt uintptr, i int32, zData uintptr, nData Tsqlite3_uint64, ...) (r int32)
- func Xsqlite3_bind_double(tls *libc.TLS, pStmt uintptr, i int32, rValue float64) (r int32)
- func Xsqlite3_bind_int(tls *libc.TLS, p uintptr, i int32, iValue int32) (r int32)
- func Xsqlite3_bind_int64(tls *libc.TLS, pStmt uintptr, i int32, iValue Tsqlite_int64) (r int32)
- func Xsqlite3_bind_null(tls *libc.TLS, pStmt uintptr, i int32) (r int32)
- func Xsqlite3_bind_parameter_count(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_bind_parameter_index(tls *libc.TLS, pStmt uintptr, zName uintptr) (r int32)
- func Xsqlite3_bind_parameter_name(tls *libc.TLS, pStmt uintptr, i int32) (r uintptr)
- func Xsqlite3_bind_pointer(tls *libc.TLS, pStmt uintptr, i int32, pPtr uintptr, zPTtype uintptr, ...) (r int32)
- func Xsqlite3_bind_text(tls *libc.TLS, pStmt uintptr, i int32, zData uintptr, nData int32, ...) (r int32)
- func Xsqlite3_bind_text16(tls *libc.TLS, pStmt uintptr, i int32, zData uintptr, n int32, xDel uintptr) (r int32)
- func Xsqlite3_bind_text64(tls *libc.TLS, pStmt uintptr, i int32, zData uintptr, nData Tsqlite3_uint64, ...) (r int32)
- func Xsqlite3_bind_value(tls *libc.TLS, pStmt uintptr, i int32, pValue uintptr) (r int32)
- func Xsqlite3_bind_zeroblob(tls *libc.TLS, pStmt uintptr, i int32, n int32) (r int32)
- func Xsqlite3_bind_zeroblob64(tls *libc.TLS, pStmt uintptr, i int32, n Tsqlite3_uint64) (r int32)
- func Xsqlite3_blob_bytes(tls *libc.TLS, pBlob uintptr) (r int32)
- func Xsqlite3_blob_close(tls *libc.TLS, pBlob uintptr) (r int32)
- func Xsqlite3_blob_open(tls *libc.TLS, db uintptr, zDb uintptr, zTable uintptr, zColumn uintptr, ...) (r int32)
- func Xsqlite3_blob_read(tls *libc.TLS, pBlob uintptr, z uintptr, n int32, iOffset int32) (r int32)
- func Xsqlite3_blob_reopen(tls *libc.TLS, pBlob uintptr, iRow Tsqlite3_int64) (r int32)
- func Xsqlite3_blob_write(tls *libc.TLS, pBlob uintptr, z uintptr, n int32, iOffset int32) (r int32)
- func Xsqlite3_busy_handler(tls *libc.TLS, db uintptr, xBusy uintptr, pArg uintptr) (r int32)
- func Xsqlite3_busy_timeout(tls *libc.TLS, db uintptr, ms int32) (r int32)
- func Xsqlite3_cancel_auto_extension(tls *libc.TLS, xInit uintptr) (r int32)
- func Xsqlite3_changes(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_clear_bindings(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_close(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_close_v2(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_collation_needed(tls *libc.TLS, db uintptr, pCollNeededArg uintptr, xCollNeeded uintptr) (r int32)
- func Xsqlite3_collation_needed16(tls *libc.TLS, db uintptr, pCollNeededArg uintptr, xCollNeeded16 uintptr) (r int32)
- func Xsqlite3_column_blob(tls *libc.TLS, pStmt uintptr, i int32) (r uintptr)
- func Xsqlite3_column_bytes(tls *libc.TLS, pStmt uintptr, i int32) (r int32)
- func Xsqlite3_column_bytes16(tls *libc.TLS, pStmt uintptr, i int32) (r int32)
- func Xsqlite3_column_count(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_column_database_name(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_database_name16(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_decltype(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_decltype16(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_double(tls *libc.TLS, pStmt uintptr, i int32) (r float64)
- func Xsqlite3_column_int(tls *libc.TLS, pStmt uintptr, i int32) (r int32)
- func Xsqlite3_column_name(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_name16(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_origin_name(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_origin_name16(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_table_name(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_table_name16(tls *libc.TLS, pStmt uintptr, N int32) (r uintptr)
- func Xsqlite3_column_text(tls *libc.TLS, pStmt uintptr, i int32) (r uintptr)
- func Xsqlite3_column_text16(tls *libc.TLS, pStmt uintptr, i int32) (r uintptr)
- func Xsqlite3_column_type(tls *libc.TLS, pStmt uintptr, i int32) (r int32)
- func Xsqlite3_column_value(tls *libc.TLS, pStmt uintptr, i int32) (r uintptr)
- func Xsqlite3_commit_hook(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_compileoption_get(tls *libc.TLS, N int32) (r uintptr)
- func Xsqlite3_compileoption_used(tls *libc.TLS, zOptName uintptr) (r int32)
- func Xsqlite3_complete(tls *libc.TLS, zSql uintptr) (r int32)
- func Xsqlite3_complete16(tls *libc.TLS, zSql uintptr) (r int32)
- func Xsqlite3_config(tls *libc.TLS, op int32, va uintptr) (r int32)
- func Xsqlite3_context_db_handle(tls *libc.TLS, p uintptr) (r uintptr)
- func Xsqlite3_create_collation(tls *libc.TLS, db uintptr, zName uintptr, enc int32, pCtx uintptr, ...) (r int32)
- func Xsqlite3_create_collation16(tls *libc.TLS, db uintptr, zName uintptr, enc int32, pCtx uintptr, ...) (r int32)
- func Xsqlite3_create_collation_v2(tls *libc.TLS, db uintptr, zName uintptr, enc int32, pCtx uintptr, ...) (r int32)
- func Xsqlite3_create_filename(tls *libc.TLS, zDatabase uintptr, zJournal uintptr, zWal uintptr, nParam int32, ...) (r uintptr)
- func Xsqlite3_create_function(tls *libc.TLS, db uintptr, zFunc uintptr, nArg int32, enc int32, p uintptr, ...) (r int32)
- func Xsqlite3_create_function16(tls *libc.TLS, db uintptr, zFunctionName uintptr, nArg int32, eTextRep int32, ...) (r int32)
- func Xsqlite3_create_function_v2(tls *libc.TLS, db uintptr, zFunc uintptr, nArg int32, enc int32, p uintptr, ...) (r int32)
- func Xsqlite3_create_module(tls *libc.TLS, db uintptr, zName uintptr, pModule uintptr, pAux uintptr) (r int32)
- func Xsqlite3_create_module_v2(tls *libc.TLS, db uintptr, zName uintptr, pModule uintptr, pAux uintptr, ...) (r int32)
- func Xsqlite3_create_window_function(tls *libc.TLS, db uintptr, zFunc uintptr, nArg int32, enc int32, p uintptr, ...) (r int32)
- func Xsqlite3_data_count(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_database_file_object(tls *libc.TLS, zName uintptr) (r uintptr)
- func Xsqlite3_db_cacheflush(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_db_config(tls *libc.TLS, db uintptr, op int32, va uintptr) (r int32)
- func Xsqlite3_db_filename(tls *libc.TLS, db uintptr, zDbName uintptr) (r uintptr)
- func Xsqlite3_db_handle(tls *libc.TLS, pStmt uintptr) (r uintptr)
- func Xsqlite3_db_mutex(tls *libc.TLS, db uintptr) (r uintptr)
- func Xsqlite3_db_name(tls *libc.TLS, db uintptr, N int32) (r uintptr)
- func Xsqlite3_db_readonly(tls *libc.TLS, db uintptr, zDbName uintptr) (r int32)
- func Xsqlite3_db_release_memory(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_db_status(tls *libc.TLS, db uintptr, op int32, pCurrent uintptr, pHighwater uintptr, ...) (r int32)
- func Xsqlite3_declare_vtab(tls *libc.TLS, db uintptr, zCreateTable uintptr) (r int32)
- func Xsqlite3_deserialize(tls *libc.TLS, db uintptr, zSchema uintptr, pData uintptr, szDb Tsqlite3_int64, ...) (r int32)
- func Xsqlite3_drop_modules(tls *libc.TLS, db uintptr, azNames uintptr) (r int32)
- func Xsqlite3_enable_load_extension(tls *libc.TLS, db uintptr, onoff int32) (r int32)
- func Xsqlite3_enable_shared_cache(tls *libc.TLS, enable int32) (r int32)
- func Xsqlite3_errcode(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_errmsg(tls *libc.TLS, db uintptr) (r uintptr)
- func Xsqlite3_errmsg16(tls *libc.TLS, db uintptr) (r uintptr)
- func Xsqlite3_error_offset(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_errstr(tls *libc.TLS, rc int32) (r uintptr)
- func Xsqlite3_exec(tls *libc.TLS, db uintptr, zSql uintptr, xCallback Tsqlite3_callback, ...) (r int32)
- func Xsqlite3_expanded_sql(tls *libc.TLS, pStmt uintptr) (r uintptr)
- func Xsqlite3_expired(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_extended_errcode(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_extended_result_codes(tls *libc.TLS, db uintptr, onoff int32) (r int32)
- func Xsqlite3_file_control(tls *libc.TLS, db uintptr, zDbName uintptr, op int32, pArg uintptr) (r int32)
- func Xsqlite3_filename_database(tls *libc.TLS, zFilename uintptr) (r uintptr)
- func Xsqlite3_filename_journal(tls *libc.TLS, zFilename uintptr) (r uintptr)
- func Xsqlite3_filename_wal(tls *libc.TLS, zFilename uintptr) (r uintptr)
- func Xsqlite3_finalize(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_free(tls *libc.TLS, p uintptr)
- func Xsqlite3_free_filename(tls *libc.TLS, p uintptr)
- func Xsqlite3_free_table(tls *libc.TLS, azResult uintptr)
- func Xsqlite3_get_autocommit(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_get_auxdata(tls *libc.TLS, pCtx uintptr, iArg int32) (r uintptr)
- func Xsqlite3_get_clientdata(tls *libc.TLS, db uintptr, zName uintptr) (r uintptr)
- func Xsqlite3_get_table(tls *libc.TLS, db uintptr, zSql uintptr, pazResult uintptr, pnRow uintptr, ...) (r int32)
- func Xsqlite3_global_recover(tls *libc.TLS) (r int32)
- func Xsqlite3_initialize(tls *libc.TLS) (r int32)
- func Xsqlite3_interrupt(tls *libc.TLS, db uintptr)
- func Xsqlite3_is_interrupted(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_keyword_check(tls *libc.TLS, zName uintptr, nName int32) (r int32)
- func Xsqlite3_keyword_count(tls *libc.TLS) (r int32)
- func Xsqlite3_keyword_name(tls *libc.TLS, i int32, pzName uintptr, pnName uintptr) (r int32)
- func Xsqlite3_libversion(tls *libc.TLS) (r uintptr)
- func Xsqlite3_libversion_number(tls *libc.TLS) (r int32)
- func Xsqlite3_limit(tls *libc.TLS, db uintptr, limitId int32, newLimit int32) (r int32)
- func Xsqlite3_load_extension(tls *libc.TLS, db uintptr, zFile uintptr, zProc uintptr, pzErrMsg uintptr) (r int32)
- func Xsqlite3_log(tls *libc.TLS, iErrCode int32, zFormat uintptr, va uintptr)
- func Xsqlite3_malloc(tls *libc.TLS, n int32) (r uintptr)
- func Xsqlite3_malloc64(tls *libc.TLS, n Tsqlite3_uint64) (r uintptr)
- func Xsqlite3_memory_alarm(tls *libc.TLS, xCallback uintptr, pArg uintptr, iThreshold Tsqlite3_int64) (r int32)
- func Xsqlite3_mprintf(tls *libc.TLS, zFormat uintptr, va uintptr) (r uintptr)
- func Xsqlite3_mutex_alloc(tls *libc.TLS, id int32) (r uintptr)
- func Xsqlite3_mutex_enter(tls *libc.TLS, p uintptr)
- func Xsqlite3_mutex_free(tls *libc.TLS, p uintptr)
- func Xsqlite3_mutex_leave(tls *libc.TLS, p uintptr)
- func Xsqlite3_mutex_try(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_next_stmt(tls *libc.TLS, pDb uintptr, pStmt uintptr) (r uintptr)
- func Xsqlite3_open(tls *libc.TLS, zFilename uintptr, ppDb uintptr) (r int32)
- func Xsqlite3_open16(tls *libc.TLS, zFilename uintptr, ppDb uintptr) (r int32)
- func Xsqlite3_open_v2(tls *libc.TLS, filename uintptr, ppDb uintptr, flags int32, zVfs uintptr) (r int32)
- func Xsqlite3_os_end(tls *libc.TLS) (r int32)
- func Xsqlite3_os_init(tls *libc.TLS) (r int32)
- func Xsqlite3_overload_function(tls *libc.TLS, db uintptr, zName uintptr, nArg int32) (r int32)
- func Xsqlite3_prepare(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, ppStmt uintptr, ...) (r int32)
- func Xsqlite3_prepare16(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, ppStmt uintptr, ...) (r int32)
- func Xsqlite3_prepare16_v2(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, ppStmt uintptr, ...) (r int32)
- func Xsqlite3_prepare16_v3(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, prepFlags uint32, ...) (r int32)
- func Xsqlite3_prepare_v2(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, ppStmt uintptr, ...) (r int32)
- func Xsqlite3_prepare_v3(tls *libc.TLS, db uintptr, zSql uintptr, nBytes int32, prepFlags uint32, ...) (r int32)
- func Xsqlite3_preupdate_blobwrite(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_preupdate_count(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_preupdate_depth(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_preupdate_hook(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_preupdate_new(tls *libc.TLS, db uintptr, iIdx int32, ppValue uintptr) (r int32)
- func Xsqlite3_preupdate_old(tls *libc.TLS, db uintptr, iIdx int32, ppValue uintptr) (r int32)
- func Xsqlite3_profile(tls *libc.TLS, db uintptr, xProfile uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_progress_handler(tls *libc.TLS, db uintptr, nOps int32, xProgress uintptr, pArg uintptr)
- func Xsqlite3_randomness(tls *libc.TLS, N int32, pBuf uintptr)
- func Xsqlite3_realloc(tls *libc.TLS, pOld uintptr, n int32) (r uintptr)
- func Xsqlite3_realloc64(tls *libc.TLS, pOld uintptr, n Tsqlite3_uint64) (r uintptr)
- func Xsqlite3_release_memory(tls *libc.TLS, n int32) (r int32)
- func Xsqlite3_reset(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_reset_auto_extension(tls *libc.TLS)
- func Xsqlite3_result_blob(tls *libc.TLS, pCtx uintptr, z uintptr, n int32, xDel uintptr)
- func Xsqlite3_result_blob64(tls *libc.TLS, pCtx uintptr, z uintptr, n Tsqlite3_uint64, xDel uintptr)
- func Xsqlite3_result_double(tls *libc.TLS, pCtx uintptr, rVal float64)
- func Xsqlite3_result_error(tls *libc.TLS, pCtx uintptr, z uintptr, n int32)
- func Xsqlite3_result_error16(tls *libc.TLS, pCtx uintptr, z uintptr, n int32)
- func Xsqlite3_result_error_code(tls *libc.TLS, pCtx uintptr, errCode int32)
- func Xsqlite3_result_error_nomem(tls *libc.TLS, pCtx uintptr)
- func Xsqlite3_result_error_toobig(tls *libc.TLS, pCtx uintptr)
- func Xsqlite3_result_int(tls *libc.TLS, pCtx uintptr, iVal int32)
- func Xsqlite3_result_int64(tls *libc.TLS, pCtx uintptr, iVal Ti64)
- func Xsqlite3_result_null(tls *libc.TLS, pCtx uintptr)
- func Xsqlite3_result_pointer(tls *libc.TLS, pCtx uintptr, pPtr uintptr, zPType uintptr, xDestructor uintptr)
- func Xsqlite3_result_subtype(tls *libc.TLS, pCtx uintptr, eSubtype uint32)
- func Xsqlite3_result_text(tls *libc.TLS, pCtx uintptr, z uintptr, n int32, xDel uintptr)
- func Xsqlite3_result_text16(tls *libc.TLS, pCtx uintptr, z uintptr, n int32, xDel uintptr)
- func Xsqlite3_result_text16be(tls *libc.TLS, pCtx uintptr, z uintptr, n int32, xDel uintptr)
- func Xsqlite3_result_text16le(tls *libc.TLS, pCtx uintptr, z uintptr, n int32, xDel uintptr)
- func Xsqlite3_result_text64(tls *libc.TLS, pCtx uintptr, z uintptr, n Tsqlite3_uint64, xDel uintptr, ...)
- func Xsqlite3_result_value(tls *libc.TLS, pCtx uintptr, pValue uintptr)
- func Xsqlite3_result_zeroblob(tls *libc.TLS, pCtx uintptr, n int32)
- func Xsqlite3_result_zeroblob64(tls *libc.TLS, pCtx uintptr, n Tu64) (r int32)
- func Xsqlite3_rollback_hook(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_rtree_geometry_callback(tls *libc.TLS, db uintptr, zGeom uintptr, xGeom uintptr, pContext uintptr) (r int32)
- func Xsqlite3_rtree_query_callback(tls *libc.TLS, db uintptr, zQueryFunc uintptr, xQueryFunc uintptr, ...) (r int32)
- func Xsqlite3_serialize(tls *libc.TLS, db uintptr, zSchema uintptr, piSize uintptr, mFlags uint32) (r uintptr)
- func Xsqlite3_set_authorizer(tls *libc.TLS, db uintptr, xAuth uintptr, pArg uintptr) (r int32)
- func Xsqlite3_set_auxdata(tls *libc.TLS, pCtx uintptr, iArg int32, pAux uintptr, xDelete uintptr)
- func Xsqlite3_set_clientdata(tls *libc.TLS, db uintptr, zName uintptr, pData uintptr, xDestructor uintptr) (r int32)
- func Xsqlite3_set_last_insert_rowid(tls *libc.TLS, db uintptr, iRowid Tsqlite3_int64)
- func Xsqlite3_shutdown(tls *libc.TLS) (r int32)
- func Xsqlite3_sleep(tls *libc.TLS, ms int32) (r int32)
- func Xsqlite3_snapshot_cmp(tls *libc.TLS, p1 uintptr, p2 uintptr) (r int32)
- func Xsqlite3_snapshot_free(tls *libc.TLS, pSnapshot uintptr)
- func Xsqlite3_snapshot_get(tls *libc.TLS, db uintptr, zDb uintptr, ppSnapshot uintptr) (r int32)
- func Xsqlite3_snapshot_open(tls *libc.TLS, db uintptr, zDb uintptr, pSnapshot uintptr) (r int32)
- func Xsqlite3_snapshot_recover(tls *libc.TLS, db uintptr, zDb uintptr) (r int32)
- func Xsqlite3_snprintf(tls *libc.TLS, n int32, zBuf uintptr, zFormat uintptr, va uintptr) (r uintptr)
- func Xsqlite3_soft_heap_limit(tls *libc.TLS, n int32)
- func Xsqlite3_sourceid(tls *libc.TLS) (r uintptr)
- func Xsqlite3_sql(tls *libc.TLS, pStmt uintptr) (r uintptr)
- func Xsqlite3_status(tls *libc.TLS, op int32, pCurrent uintptr, pHighwater uintptr, resetFlag int32) (r int32)
- func Xsqlite3_status64(tls *libc.TLS, op int32, pCurrent uintptr, pHighwater uintptr, resetFlag int32) (r int32)
- func Xsqlite3_step(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_stmt_busy(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_stmt_explain(tls *libc.TLS, pStmt uintptr, eMode int32) (r int32)
- func Xsqlite3_stmt_isexplain(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_stmt_readonly(tls *libc.TLS, pStmt uintptr) (r int32)
- func Xsqlite3_stmt_status(tls *libc.TLS, pStmt uintptr, op int32, resetFlag int32) (r int32)
- func Xsqlite3_str_append(tls *libc.TLS, p uintptr, z uintptr, N int32)
- func Xsqlite3_str_appendall(tls *libc.TLS, p uintptr, z uintptr)
- func Xsqlite3_str_appendchar(tls *libc.TLS, p uintptr, N int32, c int8)
- func Xsqlite3_str_appendf(tls *libc.TLS, p uintptr, zFormat uintptr, va uintptr)
- func Xsqlite3_str_errcode(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_str_finish(tls *libc.TLS, p uintptr) (r uintptr)
- func Xsqlite3_str_length(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_str_new(tls *libc.TLS, db uintptr) (r uintptr)
- func Xsqlite3_str_reset(tls *libc.TLS, p uintptr)
- func Xsqlite3_str_value(tls *libc.TLS, p uintptr) (r uintptr)
- func Xsqlite3_str_vappendf(tls *libc.TLS, pAccum uintptr, fmt uintptr, ap Tva_list)
- func Xsqlite3_strglob(tls *libc.TLS, zGlobPattern uintptr, zString uintptr) (r int32)
- func Xsqlite3_stricmp(tls *libc.TLS, zLeft uintptr, zRight uintptr) (r int32)
- func Xsqlite3_strlike(tls *libc.TLS, zPattern uintptr, zStr uintptr, esc uint32) (r int32)
- func Xsqlite3_strnicmp(tls *libc.TLS, zLeft uintptr, zRight uintptr, N int32) (r int32)
- func Xsqlite3_system_errno(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_table_column_metadata(tls *libc.TLS, db uintptr, zDbName uintptr, zTableName uintptr, ...) (r int32)
- func Xsqlite3_test_control(tls *libc.TLS, op int32, va uintptr) (r int32)
- func Xsqlite3_thread_cleanup(tls *libc.TLS)
- func Xsqlite3_threadsafe(tls *libc.TLS) (r int32)
- func Xsqlite3_total_changes(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_trace(tls *libc.TLS, db uintptr, xTrace uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_trace_v2(tls *libc.TLS, db uintptr, mTrace uint32, xTrace uintptr, pArg uintptr) (r int32)
- func Xsqlite3_transfer_bindings(tls *libc.TLS, pFromStmt uintptr, pToStmt uintptr) (r int32)
- func Xsqlite3_txn_state(tls *libc.TLS, db uintptr, zSchema uintptr) (r int32)
- func Xsqlite3_unlock_notify(tls *libc.TLS, db uintptr, xNotify uintptr, _pArg uintptr) (r int32)
- func Xsqlite3_update_hook(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3_uri_boolean(tls *libc.TLS, zFilename uintptr, zParam uintptr, bDflt int32) (r int32)
- func Xsqlite3_uri_key(tls *libc.TLS, zFilename uintptr, N int32) (r uintptr)
- func Xsqlite3_uri_parameter(tls *libc.TLS, zFilename uintptr, zParam uintptr) (r uintptr)
- func Xsqlite3_user_data(tls *libc.TLS, p uintptr) (r uintptr)
- func Xsqlite3_value_blob(tls *libc.TLS, pVal uintptr) (r uintptr)
- func Xsqlite3_value_bytes(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_bytes16(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_double(tls *libc.TLS, pVal uintptr) (r float64)
- func Xsqlite3_value_dup(tls *libc.TLS, pOrig uintptr) (r uintptr)
- func Xsqlite3_value_encoding(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_free(tls *libc.TLS, pOld uintptr)
- func Xsqlite3_value_frombind(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_int(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_nochange(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_numeric_type(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_value_pointer(tls *libc.TLS, pVal uintptr, zPType uintptr) (r uintptr)
- func Xsqlite3_value_subtype(tls *libc.TLS, pVal uintptr) (r uint32)
- func Xsqlite3_value_text(tls *libc.TLS, pVal uintptr) (r uintptr)
- func Xsqlite3_value_text16(tls *libc.TLS, pVal uintptr) (r uintptr)
- func Xsqlite3_value_text16be(tls *libc.TLS, pVal uintptr) (r uintptr)
- func Xsqlite3_value_text16le(tls *libc.TLS, pVal uintptr) (r uintptr)
- func Xsqlite3_value_type(tls *libc.TLS, pVal uintptr) (r int32)
- func Xsqlite3_vfs_find(tls *libc.TLS, zVfs uintptr) (r uintptr)
- func Xsqlite3_vfs_register(tls *libc.TLS, pVfs uintptr, makeDflt int32) (r int32)
- func Xsqlite3_vfs_unregister(tls *libc.TLS, pVfs uintptr) (r int32)
- func Xsqlite3_vmprintf(tls *libc.TLS, zFormat uintptr, ap Tva_list) (r uintptr)
- func Xsqlite3_vsnprintf(tls *libc.TLS, n int32, zBuf uintptr, zFormat uintptr, ap Tva_list) (r uintptr)
- func Xsqlite3_vtab_collation(tls *libc.TLS, pIdxInfo uintptr, iCons int32) (r uintptr)
- func Xsqlite3_vtab_config(tls *libc.TLS, db uintptr, op int32, va uintptr) (r int32)
- func Xsqlite3_vtab_distinct(tls *libc.TLS, pIdxInfo uintptr) (r int32)
- func Xsqlite3_vtab_in(tls *libc.TLS, pIdxInfo uintptr, iCons int32, bHandle int32) (r int32)
- func Xsqlite3_vtab_in_first(tls *libc.TLS, pVal uintptr, ppOut uintptr) (r int32)
- func Xsqlite3_vtab_in_next(tls *libc.TLS, pVal uintptr, ppOut uintptr) (r int32)
- func Xsqlite3_vtab_nochange(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3_vtab_on_conflict(tls *libc.TLS, db uintptr) (r int32)
- func Xsqlite3_vtab_rhs_value(tls *libc.TLS, pIdxInfo uintptr, iCons int32, ppVal uintptr) (r int32)
- func Xsqlite3_wal_autocheckpoint(tls *libc.TLS, db uintptr, nFrame int32) (r int32)
- func Xsqlite3_wal_checkpoint(tls *libc.TLS, db uintptr, zDb uintptr) (r int32)
- func Xsqlite3_wal_checkpoint_v2(tls *libc.TLS, db uintptr, zDb uintptr, eMode int32, pnLog uintptr, ...) (r int32)
- func Xsqlite3_wal_hook(tls *libc.TLS, db uintptr, xCallback uintptr, pArg uintptr) (r uintptr)
- func Xsqlite3changegroup_add(tls *libc.TLS, pGrp uintptr, nData int32, pData uintptr) (r int32)
- func Xsqlite3changegroup_add_change(tls *libc.TLS, pGrp uintptr, pIter uintptr) (r int32)
- func Xsqlite3changegroup_add_strm(tls *libc.TLS, pGrp uintptr, xInput uintptr, pIn uintptr) (r int32)
- func Xsqlite3changegroup_delete(tls *libc.TLS, pGrp uintptr)
- func Xsqlite3changegroup_new(tls *libc.TLS, pp uintptr) (r int32)
- func Xsqlite3changegroup_output(tls *libc.TLS, pGrp uintptr, pnData uintptr, ppData uintptr) (r int32)
- func Xsqlite3changegroup_output_strm(tls *libc.TLS, pGrp uintptr, xOutput uintptr, pOut uintptr) (r int32)
- func Xsqlite3changegroup_schema(tls *libc.TLS, pGrp uintptr, db uintptr, zDb uintptr) (r int32)
- func Xsqlite3changeset_apply(tls *libc.TLS, db uintptr, nChangeset int32, pChangeset uintptr, ...) (r int32)
- func Xsqlite3changeset_apply_strm(tls *libc.TLS, db uintptr, xInput uintptr, pIn uintptr, xFilter uintptr, ...) (r int32)
- func Xsqlite3changeset_apply_v2(tls *libc.TLS, db uintptr, nChangeset int32, pChangeset uintptr, ...) (r int32)
- func Xsqlite3changeset_apply_v2_strm(tls *libc.TLS, db uintptr, xInput uintptr, pIn uintptr, xFilter uintptr, ...) (r int32)
- func Xsqlite3changeset_concat(tls *libc.TLS, nLeft int32, pLeft uintptr, nRight int32, pRight uintptr, ...) (r int32)
- func Xsqlite3changeset_concat_strm(tls *libc.TLS, xInputA uintptr, pInA uintptr, xInputB uintptr, pInB uintptr, ...) (r int32)
- func Xsqlite3changeset_conflict(tls *libc.TLS, pIter uintptr, iVal int32, ppValue uintptr) (r int32)
- func Xsqlite3changeset_finalize(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3changeset_fk_conflicts(tls *libc.TLS, pIter uintptr, pnOut uintptr) (r int32)
- func Xsqlite3changeset_invert(tls *libc.TLS, nChangeset int32, pChangeset uintptr, pnInverted uintptr, ...) (r int32)
- func Xsqlite3changeset_invert_strm(tls *libc.TLS, xInput uintptr, pIn uintptr, xOutput uintptr, pOut uintptr) (r int32)
- func Xsqlite3changeset_new(tls *libc.TLS, pIter uintptr, iVal int32, ppValue uintptr) (r int32)
- func Xsqlite3changeset_next(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3changeset_old(tls *libc.TLS, pIter uintptr, iVal int32, ppValue uintptr) (r int32)
- func Xsqlite3changeset_op(tls *libc.TLS, pIter uintptr, pzTab uintptr, pnCol uintptr, pOp uintptr, ...) (r int32)
- func Xsqlite3changeset_pk(tls *libc.TLS, pIter uintptr, pabPK uintptr, pnCol uintptr) (r int32)
- func Xsqlite3changeset_start(tls *libc.TLS, pp uintptr, nChangeset int32, pChangeset uintptr) (r int32)
- func Xsqlite3changeset_start_strm(tls *libc.TLS, pp uintptr, xInput uintptr, pIn uintptr) (r int32)
- func Xsqlite3changeset_start_v2(tls *libc.TLS, pp uintptr, nChangeset int32, pChangeset uintptr, flags int32) (r int32)
- func Xsqlite3changeset_start_v2_strm(tls *libc.TLS, pp uintptr, xInput uintptr, pIn uintptr, flags int32) (r int32)
- func Xsqlite3rbu_bp_progress(tls *libc.TLS, p uintptr, pnOne uintptr, pnTwo uintptr)
- func Xsqlite3rbu_close(tls *libc.TLS, p uintptr, pzErrmsg uintptr) (r int32)
- func Xsqlite3rbu_create_vfs(tls *libc.TLS, zName uintptr, zParent uintptr) (r int32)
- func Xsqlite3rbu_db(tls *libc.TLS, pRbu uintptr, bRbu int32) (r uintptr)
- func Xsqlite3rbu_destroy_vfs(tls *libc.TLS, zName uintptr)
- func Xsqlite3rbu_open(tls *libc.TLS, zTarget uintptr, zRbu uintptr, zState uintptr) (r uintptr)
- func Xsqlite3rbu_rename_handler(tls *libc.TLS, pRbu uintptr, pArg uintptr, xRename uintptr)
- func Xsqlite3rbu_savestate(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3rbu_state(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3rbu_step(tls *libc.TLS, p uintptr) (r int32)
- func Xsqlite3rbu_vacuum(tls *libc.TLS, zTarget uintptr, zState uintptr) (r uintptr)
- func Xsqlite3rebaser_configure(tls *libc.TLS, p uintptr, nRebase int32, pRebase uintptr) (r int32)
- func Xsqlite3rebaser_create(tls *libc.TLS, ppNew uintptr) (r int32)
- func Xsqlite3rebaser_delete(tls *libc.TLS, p uintptr)
- func Xsqlite3rebaser_rebase(tls *libc.TLS, p uintptr, nIn int32, pIn uintptr, pnOut uintptr, ppOut uintptr) (r int32)
- func Xsqlite3rebaser_rebase_strm(tls *libc.TLS, p uintptr, xInput uintptr, pIn uintptr, xOutput uintptr, ...) (r int32)
- func Xsqlite3session_attach(tls *libc.TLS, pSession uintptr, zName uintptr) (r int32)
- func Xsqlite3session_changeset(tls *libc.TLS, pSession uintptr, pnChangeset uintptr, ppChangeset uintptr) (r int32)
- func Xsqlite3session_changeset_strm(tls *libc.TLS, pSession uintptr, xOutput uintptr, pOut uintptr) (r int32)
- func Xsqlite3session_config(tls *libc.TLS, op int32, pArg uintptr) (r int32)
- func Xsqlite3session_create(tls *libc.TLS, db uintptr, zDb uintptr, ppSession uintptr) (r int32)
- func Xsqlite3session_delete(tls *libc.TLS, pSession uintptr)
- func Xsqlite3session_diff(tls *libc.TLS, pSession uintptr, zFrom uintptr, zTbl uintptr, pzErrMsg uintptr) (r int32)
- func Xsqlite3session_enable(tls *libc.TLS, pSession uintptr, bEnable int32) (r int32)
- func Xsqlite3session_indirect(tls *libc.TLS, pSession uintptr, bIndirect int32) (r int32)
- func Xsqlite3session_isempty(tls *libc.TLS, pSession uintptr) (r int32)
- func Xsqlite3session_object_config(tls *libc.TLS, pSession uintptr, op int32, pArg uintptr) (r int32)
- func Xsqlite3session_patchset(tls *libc.TLS, pSession uintptr, pnPatchset uintptr, ppPatchset uintptr) (r int32)
- func Xsqlite3session_patchset_strm(tls *libc.TLS, pSession uintptr, xOutput uintptr, pOut uintptr) (r int32)
- func Xsqlite3session_table_filter(tls *libc.TLS, pSession uintptr, xFilter uintptr, pCtx uintptr)
- type AggInfo
- type AggInfo1
- type AggInfo_col
- type AggInfo_func
- type AsciiTokenizer
- type AsciiTokenizer1
- type AuthContext
- type AuthContext1
- type AutoincInfo
- type AutoincInfo1
- type AuxData
- type AuxData1
- type BenignMallocHooks
- type BenignMallocHooks1
- type Bitmask
- type Bitvec
- type Bitvec1
- type Bool
- type BtCursor
- type BtCursor1
- type BtLock
- type BtLock1
- type BtShared
- type BtShared1
- type Btree
- type Btree1
- type BtreePayload
- type BtreePayload1
- type BusyHandler
- type BusyHandler1
- type CInstIter
- type CInstIter1
- type CallCount
- type CellArray
- type CellArray1
- type CellInfo
- type CellInfo1
- type CollSeq
- type CollSeq1
- type Column
- type Column1
- type CountCtx
- type CountCtx1
- type CoveringIndexCheck
- type CoveringIndexCheck1
- type Cte
- type Cte1
- type CteUse
- type CteUse1
- type DateTime
- type DateTime1
- type Db
- type Db1
- type DbClientData
- type DbClientData1
- type DbFixer
- type DbFixer1
- type DbPage
- type DbPath
- type DbPath1
- type DblquoteStr
- type DblquoteStr1
- type DistinctCtx
- type DistinctCtx1
- type Dl_info
- type EdupBuf
- type EdupBuf1
- type Expr
- type Expr1
- type ExprList
- type ExprList1
- type ExprList_item
- type FKey
- type FKey1
- type FileChunk
- type FileChunk1
- type FilePoint
- type FilePoint1
- type FpDecode
- type FpDecode1
- type FrameBound
- type Fts5Auxdata
- type Fts5Auxdata1
- type Fts5Auxiliary
- type Fts5Auxiliary1
- type Fts5Bm25Data
- type Fts5Bm25Data1
- type Fts5Buffer
- type Fts5Buffer1
- type Fts5CResult
- type Fts5CResult1
- type Fts5Colset
- type Fts5Colset1
- type Fts5Config
- type Fts5Config1
- type Fts5Cursor
- type Fts5Cursor1
- type Fts5Data
- type Fts5Data1
- type Fts5DlidxIter
- type Fts5DlidxIter1
- type Fts5DlidxLvl
- type Fts5DlidxLvl1
- type Fts5DlidxWriter
- type Fts5DlidxWriter1
- type Fts5DoclistIter
- type Fts5DoclistIter1
- type Fts5Enum
- type Fts5Enum1
- type Fts5Expr
- type Fts5Expr1
- type Fts5ExprCtx
- type Fts5ExprCtx1
- type Fts5ExprNearset
- type Fts5ExprNearset1
- type Fts5ExprNode
- type Fts5ExprNode1
- type Fts5ExprPhrase
- type Fts5ExprPhrase1
- type Fts5ExprTerm
- type Fts5ExprTerm1
- type Fts5ExtensionApi
- type Fts5ExtensionApi1
- type Fts5FlushCtx
- type Fts5FlushCtx1
- type Fts5FullTable
- type Fts5FullTable1
- type Fts5Global
- type Fts5Global1
- type Fts5Hash
- type Fts5Hash1
- type Fts5HashEntry
- type Fts5HashEntry1
- type Fts5Index
- type Fts5Index1
- type Fts5IndexIter
- type Fts5IndexIter1
- type Fts5InsertCtx
- type Fts5InsertCtx1
- type Fts5IntegrityCtx
- type Fts5IntegrityCtx1
- type Fts5Iter
- type Fts5Iter1
- type Fts5LookaheadReader
- type Fts5LookaheadReader1
- type Fts5MatchPhrase
- type Fts5NearTrimmer
- type Fts5NearTrimmer1
- type Fts5PageWriter
- type Fts5PageWriter1
- type Fts5Parse
- type Fts5Parse1
- type Fts5PhraseIter
- type Fts5PhraseIter1
- type Fts5PoslistPopulator
- type Fts5PoslistPopulator1
- type Fts5PoslistReader
- type Fts5PoslistReader1
- type Fts5PoslistWriter
- type Fts5PoslistWriter1
- type Fts5SFinder
- type Fts5SFinder1
- type Fts5SegIter
- type Fts5SegIter1
- type Fts5SegWriter
- type Fts5SegWriter1
- type Fts5Sorter
- type Fts5Sorter1
- type Fts5Storage
- type Fts5Storage1
- type Fts5Structure
- type Fts5Structure1
- type Fts5StructureLevel
- type Fts5StructureLevel1
- type Fts5StructureSegment
- type Fts5StructureSegment1
- type Fts5Table
- type Fts5Table1
- type Fts5Termset
- type Fts5Termset1
- type Fts5TermsetEntry
- type Fts5TermsetEntry1
- type Fts5Token
- type Fts5Token1
- type Fts5TokenDataIter
- type Fts5TokenDataIter1
- type Fts5TokenDataMap
- type Fts5TokenDataMap1
- type Fts5TokenizerModule
- type Fts5TokenizerModule1
- type Fts5TombstoneArray
- type Fts5TombstoneArray1
- type Fts5TransactionState
- type Fts5VocabCursor
- type Fts5VocabCursor1
- type Fts5VocabTable
- type Fts5VocabTable1
- type FuncDef
- type FuncDef1
- type FuncDefHash
- type FuncDefHash1
- type FuncDestructor
- type FuncDestructor1
- type GeoBBox
- type GeoBBox1
- type GeoCoord
- type GeoEvent
- type GeoEvent1
- type GeoOverlap
- type GeoOverlap1
- type GeoParse
- type GeoParse1
- type GeoPoly
- type GeoPoly1
- type GeoSegment
- type GeoSegment1
- type GroupConcatCtx
- type Hash
- type Hash1
- type HashElem
- type HashElem1
- type HiddenIndexInfo
- type HiddenIndexInfo1
- type HighlightContext
- type HighlightContext1
- type IdList
- type IdList1
- type IdList_item
- type IdxCover
- type InLoop
- type IncrMerger
- type IncrMerger1
- type Incrblob
- type Incrblob1
- type Index
- type Index1
- type IndexIterator
- type IndexIterator1
- type IndexListTerm
- type IndexListTerm1
- type IndexSample
- type IndexSample1
- type IndexedExpr
- type IndexedExpr1
- type InitData
- type IntegrityCk
- type IntegrityCk1
- type JsonCache
- type JsonCache1
- type JsonEachConnection
- type JsonEachConnection1
- type JsonEachCursor
- type JsonEachCursor1
- type JsonParent
- type JsonParent1
- type JsonParse
- type JsonParse1
- type JsonPretty
- type JsonPretty1
- type JsonString
- type JsonString1
- type KeyInfo
- type KeyInfo1
- type LastValueCtx
- type LogEst
- type Lookaside
- type Lookaside1
- type LookasideSlot
- type LookasideSlot1
- type Mem
- type Mem0Global
- type MemFS
- type MemFile
- type MemFile1
- type MemJournal
- type MemJournal1
- type MemPage
- type MemPage1
- type MemStore
- type MemStore1
- type MemValue
- type MemVfs
- type MergeEngine
- type MergeEngine1
- type Module
- type Module1
- type NameContext
- type NameContext1
- type NanInfName
- type NthValueCtx
- type NtileCtx
- type OnOrUsing
- type OnOrUsing1
- type Op
- type PCache
- type PCache1
- type PCache11
- type PCache2
- type PCacheGlobal
- type PGroup
- type PGroup1
- type Pager
- type Pager1
- type PagerSavepoint
- type PagerSavepoint1
- type Parse
- type Parse1
- type ParseCleanup
- type ParseCleanup1
- type PgFreeslot
- type PgFreeslot1
- type PgHdr
- type PgHdr1
- type PgHdr11
- type PgHdr2
- type Pgno
- type PmaReader
- type PmaReader1
- type PmaWriter
- type PmaWriter1
- type PorterContext
- type PorterContext1
- type PorterRule
- type PorterRule1
- type PorterTokenizer
- type PorterTokenizer1
- type PoslistCallbackCtx
- type PoslistCallbackCtx1
- type PoslistOffsetsCtx
- type PoslistOffsetsCtx1
- type PragmaName
- type PragmaVtab
- type PragmaVtab1
- type PragmaVtabCursor
- type PragmaVtabCursor1
- type PreUpdate
- type PreUpdate1
- type PrefixMerger
- type PrefixMerger1
- type PrintfArguments
- type PrintfArguments1
- type RCStr
- type RCStr1
- type RbuFrame
- type RbuFrame1
- type RbuObjIter
- type RbuObjIter1
- type RbuSpan
- type RbuSpan1
- type RbuState
- type RbuState1
- type RbuUpdateStmt
- type RbuUpdateStmt1
- type RecordCompare
- type RefSrcList
- type RenameCtx
- type RenameCtx1
- type RenameToken
- type RenameToken1
- type Returning
- type Returning1
- type ReusableSpace
- type RowLoadInfo
- type RowLoadInfo1
- type RowSet
- type RowSet1
- type RowSetChunk
- type RowSetEntry
- type Rtree
- type Rtree1
- type RtreeCell
- type RtreeCell1
- type RtreeCheck
- type RtreeCheck1
- type RtreeConstraint
- type RtreeConstraint1
- type RtreeCoord
- type RtreeCoord1
- type RtreeCursor
- type RtreeCursor1
- type RtreeDValue
- type RtreeGeomCallback
- type RtreeGeomCallback1
- type RtreeMatchArg
- type RtreeMatchArg1
- type RtreeNode
- type RtreeNode1
- type RtreeSearchPoint
- type RtreeSearchPoint1
- type RtreeValue
- type SQLiteThread
- type SQLiteThread1
- type Savepoint
- type Savepoint1
- type ScanStatus
- type ScanStatus1
- type Schema
- type Schema1
- type Select
- type Select1
- type SelectDest
- type SelectDest1
- type SessionApplyCtx
- type SessionApplyCtx1
- type SessionBuffer
- type SessionBuffer1
- type SessionChange
- type SessionChange1
- type SessionDiffCtx
- type SessionDiffCtx1
- type SessionHook
- type SessionHook1
- type SessionInput
- type SessionInput1
- type SessionStat1Ctx
- type SessionStat1Ctx1
- type SessionTable
- type SessionTable1
- type SessionUpdate
- type SessionUpdate1
- type SortCtx
- type SortCtx1
- type SortSubtask
- type SortSubtask1
- type SorterCompare
- type SorterFile
- type SorterFile1
- type SorterList
- type SorterList1
- type SorterRecord
- type SorterRecord1
- type Sqlite3Config
- type Sqlite3_index_constraint
- type Sqlite3_index_constraint_usage
- type Sqlite3_index_info
- type Sqlite3_index_orderby
- type Sqlite3_int64
- type Sqlite3_module
- type Sqlite3_mutex_methods
- type Sqlite3_value
- type Sqlite3_vtab
- type Sqlite3_vtab_cursor
- type SrcItem
- type SrcItem1
- type SrcList
- type SrcList1
- type StatAccum
- type StatAccum1
- type StatCell
- type StatCell1
- type StatCursor
- type StatCursor1
- type StatPage
- type StatPage1
- type StatSample
- type StatSample1
- type StatTable
- type StatTable1
- type StrAccum
- type SubProgram
- type SubProgram1
- type SubstContext
- type SumCtx
- type SumCtx1
- type TAggInfo
- type TAggInfo1
- type TAggInfo_col
- type TAggInfo_func
- type TAsciiTokenizer
- type TAsciiTokenizer1
- type TAuthContext
- type TAuthContext1
- type TAutoincInfo
- type TAutoincInfo1
- type TAuxData
- type TAuxData1
- type TBenignMallocHooks
- type TBenignMallocHooks1
- type TBitmask
- type TBitvec
- type TBitvec1
- type TBool
- type TBtCursor
- type TBtCursor1
- type TBtLock
- type TBtLock1
- type TBtShared
- type TBtShared1
- type TBtree
- type TBtree1
- type TBtreePayload
- type TBtreePayload1
- type TBusyHandler
- type TBusyHandler1
- type TCInstIter
- type TCInstIter1
- type TCallCount
- type TCellArray
- type TCellArray1
- type TCellInfo
- type TCellInfo1
- type TCollSeq
- type TCollSeq1
- type TColumn
- type TColumn1
- type TCountCtx
- type TCountCtx1
- type TCoveringIndexCheck
- type TCoveringIndexCheck1
- type TCte
- type TCte1
- type TCteUse
- type TCteUse1
- type TDateTime
- type TDateTime1
- type TDb
- type TDb1
- type TDbClientData
- type TDbClientData1
- type TDbFixer
- type TDbFixer1
- type TDbPage
- type TDbPath
- type TDbPath1
- type TDblquoteStr
- type TDblquoteStr1
- type TDistinctCtx
- type TDistinctCtx1
- type TDl_info
- type TEdupBuf
- type TEdupBuf1
- type TExpr
- type TExpr1
- type TExprList
- type TExprList1
- type TExprList_item
- type TFKey
- type TFKey1
- type TFileChunk
- type TFileChunk1
- type TFilePoint
- type TFilePoint1
- type TFpDecode
- type TFpDecode1
- type TFrameBound
- type TFts5Auxdata
- type TFts5Auxdata1
- type TFts5Auxiliary
- type TFts5Auxiliary1
- type TFts5Bm25Data
- type TFts5Bm25Data1
- type TFts5Buffer
- type TFts5Buffer1
- type TFts5CResult
- type TFts5CResult1
- type TFts5Colset
- type TFts5Colset1
- type TFts5Config
- type TFts5Config1
- type TFts5Cursor
- type TFts5Cursor1
- type TFts5Data
- type TFts5Data1
- type TFts5DlidxIter
- type TFts5DlidxIter1
- type TFts5DlidxLvl
- type TFts5DlidxLvl1
- type TFts5DlidxWriter
- type TFts5DlidxWriter1
- type TFts5DoclistIter
- type TFts5DoclistIter1
- type TFts5Enum
- type TFts5Enum1
- type TFts5Expr
- type TFts5Expr1
- type TFts5ExprCtx
- type TFts5ExprCtx1
- type TFts5ExprNearset
- type TFts5ExprNearset1
- type TFts5ExprNode
- type TFts5ExprNode1
- type TFts5ExprPhrase
- type TFts5ExprPhrase1
- type TFts5ExprTerm
- type TFts5ExprTerm1
- type TFts5ExtensionApi
- type TFts5ExtensionApi1
- type TFts5FlushCtx
- type TFts5FlushCtx1
- type TFts5FullTable
- type TFts5FullTable1
- type TFts5Global
- type TFts5Global1
- type TFts5Hash
- type TFts5Hash1
- type TFts5HashEntry
- type TFts5HashEntry1
- type TFts5Index
- type TFts5Index1
- type TFts5IndexIter
- type TFts5IndexIter1
- type TFts5InsertCtx
- type TFts5InsertCtx1
- type TFts5IntegrityCtx
- type TFts5IntegrityCtx1
- type TFts5Iter
- type TFts5Iter1
- type TFts5LookaheadReader
- type TFts5LookaheadReader1
- type TFts5MatchPhrase
- type TFts5NearTrimmer
- type TFts5NearTrimmer1
- type TFts5PageWriter
- type TFts5PageWriter1
- type TFts5Parse
- type TFts5Parse1
- type TFts5PhraseIter
- type TFts5PhraseIter1
- type TFts5PoslistPopulator
- type TFts5PoslistPopulator1
- type TFts5PoslistReader
- type TFts5PoslistReader1
- type TFts5PoslistWriter
- type TFts5PoslistWriter1
- type TFts5SFinder
- type TFts5SFinder1
- type TFts5SegIter
- type TFts5SegIter1
- type TFts5SegWriter
- type TFts5SegWriter1
- type TFts5Sorter
- type TFts5Sorter1
- type TFts5Storage
- type TFts5Storage1
- type TFts5Structure
- type TFts5Structure1
- type TFts5StructureLevel
- type TFts5StructureLevel1
- type TFts5StructureSegment
- type TFts5StructureSegment1
- type TFts5Table
- type TFts5Table1
- type TFts5Termset
- type TFts5Termset1
- type TFts5TermsetEntry
- type TFts5TermsetEntry1
- type TFts5Token
- type TFts5Token1
- type TFts5TokenDataIter
- type TFts5TokenDataIter1
- type TFts5TokenDataMap
- type TFts5TokenDataMap1
- type TFts5TokenizerModule
- type TFts5TokenizerModule1
- type TFts5TombstoneArray
- type TFts5TombstoneArray1
- type TFts5TransactionState
- type TFts5VocabCursor
- type TFts5VocabCursor1
- type TFts5VocabTable
- type TFts5VocabTable1
- type TFuncDef
- type TFuncDef1
- type TFuncDefHash
- type TFuncDefHash1
- type TFuncDestructor
- type TFuncDestructor1
- type TGeoBBox
- type TGeoBBox1
- type TGeoCoord
- type TGeoEvent
- type TGeoEvent1
- type TGeoOverlap
- type TGeoOverlap1
- type TGeoParse
- type TGeoParse1
- type TGeoPoly
- type TGeoPoly1
- type TGeoSegment
- type TGeoSegment1
- type TGroupConcatCtx
- type THash
- type THash1
- type THashElem
- type THashElem1
- type THiddenIndexInfo
- type THiddenIndexInfo1
- type THighlightContext
- type THighlightContext1
- type TIdList
- type TIdList1
- type TIdList_item
- type TIdxCover
- type TInLoop
- type TIncrMerger
- type TIncrMerger1
- type TIncrblob
- type TIncrblob1
- type TIndex
- type TIndex1
- type TIndexIterator
- type TIndexIterator1
- type TIndexListTerm
- type TIndexListTerm1
- type TIndexSample
- type TIndexSample1
- type TIndexedExpr
- type TIndexedExpr1
- type TInitData
- type TIntegrityCk
- type TIntegrityCk1
- type TJsonCache
- type TJsonCache1
- type TJsonEachConnection
- type TJsonEachConnection1
- type TJsonEachCursor
- type TJsonEachCursor1
- type TJsonParent
- type TJsonParent1
- type TJsonParse
- type TJsonParse1
- type TJsonPretty
- type TJsonPretty1
- type TJsonString
- type TJsonString1
- type TKeyInfo
- type TKeyInfo1
- type TLastValueCtx
- type TLogEst
- type TLookaside
- type TLookaside1
- type TLookasideSlot
- type TLookasideSlot1
- type TMem
- type TMem0Global
- type TMemFS
- type TMemFile
- type TMemFile1
- type TMemJournal
- type TMemJournal1
- type TMemPage
- type TMemPage1
- type TMemStore
- type TMemStore1
- type TMemValue
- type TMemVfs
- type TMergeEngine
- type TMergeEngine1
- type TModule
- type TModule1
- type TNameContext
- type TNameContext1
- type TNanInfName
- type TNthValueCtx
- type TNtileCtx
- type TOnOrUsing
- type TOnOrUsing1
- type TOp
- type TPCache
- type TPCache1
- type TPCache11
- type TPCache2
- type TPCacheGlobal
- type TPGroup
- type TPGroup1
- type TPager
- type TPager1
- type TPagerSavepoint
- type TPagerSavepoint1
- type TParse
- type TParse1
- type TParseCleanup
- type TParseCleanup1
- type TPgFreeslot
- type TPgFreeslot1
- type TPgHdr
- type TPgHdr1
- type TPgHdr11
- type TPgHdr2
- type TPgno
- type TPmaReader
- type TPmaReader1
- type TPmaWriter
- type TPmaWriter1
- type TPorterContext
- type TPorterContext1
- type TPorterRule
- type TPorterRule1
- type TPorterTokenizer
- type TPorterTokenizer1
- type TPoslistCallbackCtx
- type TPoslistCallbackCtx1
- type TPoslistOffsetsCtx
- type TPoslistOffsetsCtx1
- type TPragmaName
- type TPragmaVtab
- type TPragmaVtab1
- type TPragmaVtabCursor
- type TPragmaVtabCursor1
- type TPreUpdate
- type TPreUpdate1
- type TPrefixMerger
- type TPrefixMerger1
- type TPrintfArguments
- type TPrintfArguments1
- type TRCStr
- type TRCStr1
- type TRbuFrame
- type TRbuFrame1
- type TRbuObjIter
- type TRbuObjIter1
- type TRbuSpan
- type TRbuSpan1
- type TRbuState
- type TRbuState1
- type TRbuUpdateStmt
- type TRbuUpdateStmt1
- type TRecordCompare
- type TRefSrcList
- type TRenameCtx
- type TRenameCtx1
- type TRenameToken
- type TRenameToken1
- type TReturning
- type TReturning1
- type TReusableSpace
- type TRowLoadInfo
- type TRowLoadInfo1
- type TRowSet
- type TRowSet1
- type TRowSetChunk
- type TRowSetEntry
- type TRtree
- type TRtree1
- type TRtreeCell
- type TRtreeCell1
- type TRtreeCheck
- type TRtreeCheck1
- type TRtreeConstraint
- type TRtreeConstraint1
- type TRtreeCoord
- type TRtreeCoord1
- type TRtreeCursor
- type TRtreeCursor1
- type TRtreeDValue
- type TRtreeGeomCallback
- type TRtreeGeomCallback1
- type TRtreeMatchArg
- type TRtreeMatchArg1
- type TRtreeNode
- type TRtreeNode1
- type TRtreeSearchPoint
- type TRtreeSearchPoint1
- type TRtreeValue
- type TSQLiteThread
- type TSQLiteThread1
- type TSavepoint
- type TSavepoint1
- type TScanStatus
- type TScanStatus1
- type TSchema
- type TSchema1
- type TSelect
- type TSelect1
- type TSelectDest
- type TSelectDest1
- type TSessionApplyCtx
- type TSessionApplyCtx1
- type TSessionBuffer
- type TSessionBuffer1
- type TSessionChange
- type TSessionChange1
- type TSessionDiffCtx
- type TSessionDiffCtx1
- type TSessionHook
- type TSessionHook1
- type TSessionInput
- type TSessionInput1
- type TSessionStat1Ctx
- type TSessionStat1Ctx1
- type TSessionTable
- type TSessionTable1
- type TSessionUpdate
- type TSessionUpdate1
- type TSortCtx
- type TSortCtx1
- type TSortSubtask
- type TSortSubtask1
- type TSorterCompare
- type TSorterFile
- type TSorterFile1
- type TSorterList
- type TSorterList1
- type TSorterRecord
- type TSorterRecord1
- type TSqlite3Config
- type TSrcItem
- type TSrcItem1
- type TSrcList
- type TSrcList1
- type TStatAccum
- type TStatAccum1
- type TStatCell
- type TStatCell1
- type TStatCursor
- type TStatCursor1
- type TStatPage
- type TStatPage1
- type TStatSample
- type TStatSample1
- type TStatTable
- type TStatTable1
- type TStrAccum
- type TSubProgram
- type TSubProgram1
- type TSubstContext
- type TSumCtx
- type TSumCtx1
- type TTabResult
- type TTable
- type TTable1
- type TTableLock
- type TTableLock1
- type TToken
- type TToken1
- type TTokenCtx
- type TTokenCtx1
- type TTrigEvent
- type TTrigger
- type TTrigger1
- type TTriggerPrg
- type TTriggerPrg1
- type TTriggerStep
- type TTriggerStep1
- type TTrigramTokenizer
- type TTrigramTokenizer1
- type TUnicode61Tokenizer
- type TUnicode61Tokenizer1
- type TUnixUnusedFd
- type TUnixUnusedFd1
- type TUnpackedRecord
- type TUnpackedRecord1
- type TUpsert
- type TUpsert1
- type TVList
- type TVTable
- type TVTable1
- type TValueList
- type TValueList1
- type TValueNewStat4Ctx
- type TVdbe
- type TVdbe1
- type TVdbeCursor
- type TVdbeCursor1
- type TVdbeFrame
- type TVdbeFrame1
- type TVdbeOp
- type TVdbeOp1
- type TVdbeOpList
- type TVdbeOpList1
- type TVdbeSorter
- type TVdbeSorter1
- type TVdbeTxtBlbCache
- type TVdbeTxtBlbCache1
- type TVtabCtx
- type TVtabCtx1
- type TWal
- type TWal1
- type TWalCkptInfo
- type TWalCkptInfo1
- type TWalHashLoc
- type TWalHashLoc1
- type TWalIndexHdr
- type TWalIndexHdr1
- type TWalIterator
- type TWalIterator1
- type TWalSegment
- type TWalWriter
- type TWalker
- type TWalker1
- type TWhereAndInfo
- type TWhereAndInfo1
- type TWhereClause
- type TWhereClause1
- type TWhereConst
- type TWhereConst1
- type TWhereInfo
- type TWhereInfo1
- type TWhereLevel
- type TWhereLevel1
- type TWhereLoop
- type TWhereLoop1
- type TWhereLoopBuilder
- type TWhereLoopBuilder1
- type TWhereMaskSet
- type TWhereMaskSet1
- type TWhereMemBlock
- type TWhereMemBlock1
- type TWhereOrCost
- type TWhereOrCost1
- type TWhereOrInfo
- type TWhereOrInfo1
- type TWhereOrSet
- type TWhereOrSet1
- type TWherePath
- type TWherePath1
- type TWhereRightJoin
- type TWhereRightJoin1
- type TWhereScan
- type TWhereScan1
- type TWhereTerm
- type TWhereTerm1
- type TWindow
- type TWindow1
- type TWindowCodeArg
- type TWindowCodeArg1
- type TWindowCsrAndReg
- type TWindowCsrAndReg1
- type TWindowRewrite
- type TWindowRewrite1
- type TWith
- type TWith1
- type TYYMINORTYPE
- type T_G_fpos64_t
- type T_IO_cookie_io_functions_t
- type T_ht
- type TabResult
- type Table
- type Table1
- type TableLock
- type TableLock1
- type TanalysisInfo
- type TanalysisInfo1
- type Tbft
- type Tblkcnt_t
- type Tblksize_t
- type Tcaddr_t
- type Tclock_t
- type Tclockid_t
- type TcompareInfo
- type Tcookie_io_functions_t
- type Tcpu_set_t
- type Tcpu_set_t1
- type Tdev_t
- type Tdiv_t
- type Tdouble_t
- type TetByte
- type Tet_info
- type Tf_owner_ex
- type Tfd_mask
- type Tfd_set
- type Tfile_handle
- type Tfinder_type
- type Tfloat_t
- type Tflock
- type Tfpos_t
- type Tfsblkcnt_t
- type Tfsfilcnt_t
- type Tfts5YYMINORTYPE
- type Tfts5_api
- type Tfts5_api1
- type Tfts5_extension_function
- type Tfts5_tokenizer
- type Tfts5_tokenizer1
- type Tfts5yyParser
- type Tfts5yyParser1
- type Tfts5yyStackEntry
- type Tfts5yyStackEntry1
- type Tgid_t
- type Tht_slot
- type Ti16
- type Ti64
- type Ti8
- type Tid_t
- type Tino_t
- type Tint16_t
- type Tint32_t
- type Tint64_t
- type Tint8_t
- type Tintptr_t
- type Tiovec
- type Titimerspec
- type Titimerval
- type Tkey_t
- type Tldiv_t
- type Tlldiv_t
- type Tlocale_t
- type Tmax_align_t
- type Tmode_t
- type Tnlink_t
- type Toff_t
- type Token
- type Token1
- type TokenCtx
- type TokenCtx1
- type Tp4union
- type Tpid_t
- type Tpthread_attr_t
- type Tpthread_barrier_t
- type Tpthread_barrierattr_t
- type Tpthread_cond_t
- type Tpthread_condattr_t
- type Tpthread_key_t
- type Tpthread_mutex_t
- type Tpthread_mutexattr_t
- type Tpthread_once_t
- type Tpthread_rwlock_t
- type Tpthread_rwlockattr_t
- type Tpthread_spinlock_t
- type Tpthread_t
- type Tptrdiff_t
- type Tquad_t
- type Trbu_file
- type Trbu_file1
- type Trbu_vfs
- type Trbu_vfs1
- type Tregister_t
- type TrigEvent
- type Trigger
- type Trigger1
- type TriggerPrg
- type TriggerPrg1
- type TriggerStep
- type TriggerStep1
- type TrigramTokenizer
- type TrigramTokenizer1
- type TsColMap
- type Tsched_param
- type Tsigset_t
- type Tsize_t
- type Tsqlite3
- type Tsqlite31
- type Tsqlite3AutoExtList
- type Tsqlite3AutoExtList1
- type Tsqlite3InitInfo
- type Tsqlite3PrngType
- type Tsqlite3StatType
- type Tsqlite3StatType1
- type Tsqlite3StatValueType
- type Tsqlite3_api_routines
- type Tsqlite3_api_routines1
- type Tsqlite3_backup
- type Tsqlite3_backup1
- type Tsqlite3_callback
- type Tsqlite3_changegroup
- type Tsqlite3_changegroup1
- type Tsqlite3_changeset_iter
- type Tsqlite3_changeset_iter1
- type Tsqlite3_context
- type Tsqlite3_context1
- type Tsqlite3_destructor_type
- type Tsqlite3_file
- type Tsqlite3_file1
- type Tsqlite3_filename
- type Tsqlite3_index_constraint
- type Tsqlite3_index_constraint_usage
- type Tsqlite3_index_info
- type Tsqlite3_index_info1
- type Tsqlite3_index_orderby
- type Tsqlite3_int64
- func Xsqlite3_changes64(tls *libc.TLS, db uintptr) (r Tsqlite3_int64)
- func Xsqlite3_hard_heap_limit64(tls *libc.TLS, n Tsqlite3_int64) (r Tsqlite3_int64)
- func Xsqlite3_memory_highwater(tls *libc.TLS, resetFlag int32) (r Tsqlite3_int64)
- func Xsqlite3_memory_used(tls *libc.TLS) (r Tsqlite3_int64)
- func Xsqlite3_soft_heap_limit64(tls *libc.TLS, n Tsqlite3_int64) (r Tsqlite3_int64)
- func Xsqlite3_total_changes64(tls *libc.TLS, db uintptr) (r Tsqlite3_int64)
- func Xsqlite3_uri_int64(tls *libc.TLS, zFilename uintptr, zParam uintptr, bDflt Tsqlite3_int64) (r Tsqlite3_int64)
- func Xsqlite3rbu_progress(tls *libc.TLS, pRbu uintptr) (r Tsqlite3_int64)
- func Xsqlite3rbu_temp_size(tls *libc.TLS, pRbu uintptr) (r Tsqlite3_int64)
- func Xsqlite3rbu_temp_size_limit(tls *libc.TLS, pRbu uintptr, n Tsqlite3_int64) (r Tsqlite3_int64)
- func Xsqlite3session_changeset_size(tls *libc.TLS, pSession uintptr) (r Tsqlite3_int64)
- func Xsqlite3session_memory_used(tls *libc.TLS, pSession uintptr) (r Tsqlite3_int64)
- type Tsqlite3_io_methods
- type Tsqlite3_io_methods1
- type Tsqlite3_loadext_entry
- type Tsqlite3_mem_methods
- type Tsqlite3_mem_methods1
- type Tsqlite3_module
- type Tsqlite3_module1
- type Tsqlite3_mutex
- type Tsqlite3_mutex1
- type Tsqlite3_mutex_methods
- type Tsqlite3_mutex_methods1
- type Tsqlite3_pcache_methods
- type Tsqlite3_pcache_methods1
- type Tsqlite3_pcache_methods2
- type Tsqlite3_pcache_methods21
- type Tsqlite3_pcache_page
- type Tsqlite3_pcache_page1
- type Tsqlite3_rebaser
- type Tsqlite3_rebaser1
- type Tsqlite3_rtree_dbl
- type Tsqlite3_rtree_geometry
- type Tsqlite3_rtree_geometry1
- type Tsqlite3_rtree_query_info
- type Tsqlite3_rtree_query_info1
- type Tsqlite3_session
- type Tsqlite3_session1
- type Tsqlite3_snapshot
- type Tsqlite3_str
- type Tsqlite3_str1
- type Tsqlite3_syscall_ptr
- type Tsqlite3_uint64
- type Tsqlite3_value
- type Tsqlite3_value1
- type Tsqlite3_vfs
- type Tsqlite3_vfs1
- type Tsqlite3_vtab
- type Tsqlite3_vtab1
- type Tsqlite3_vtab_cursor
- type Tsqlite3_vtab_cursor1
- type Tsqlite3_xauth
- type Tsqlite3rbu
- type Tsqlite3rbu1
- type Tsqlite_int64
- type Tsqlite_uint64
- type Tssize_t
- type Tstat
- type Tstatx
- type Tstatx_timestamp
- type Tsuseconds_t
- type TtRowcnt
- type Ttime_t
- type Ttimer_t
- type Ttimespec
- type Ttimeval
- type Ttimezone
- type Ttm
- type Tu16
- type Tu32
- type Tu64
- type Tu8
- type Tu_char
- type Tu_int
- type Tu_int16_t
- type Tu_int32_t
- type Tu_int64_t
- type Tu_int8_t
- type Tu_long
- type Tu_quad_t
- type Tu_short
- type Tuid_t
- type Tuint
- type Tuint16_t
- type Tuint32_t
- type Tuint64_t
- type Tulong
- type TunixFile
- type TunixFile1
- type TunixFileId
- type TunixInodeInfo
- type TunixInodeInfo1
- type TunixShm
- type TunixShm1
- type TunixShmNode
- type TunixShmNode1
- type Tunix_syscall
- type Tuptr
- type Tuseconds_t
- type Tushort
- type Tva_list
- type TvxworksFileId
- type Twchar_t
- type Twinsize
- type TyDbMask
- type TynVar
- type TyyParser
- type TyyParser1
- type TyyStackEntry
- type TyyStackEntry1
- type Unicode61Tokenizer
- type Unicode61Tokenizer1
- type UnixUnusedFd
- type UnixUnusedFd1
- type UnpackedRecord
- type UnpackedRecord1
- type Upsert
- type Upsert1
- type VList
- type VTable
- type VTable1
- type ValueList
- type ValueList1
- type ValueNewStat4Ctx
- type Vdbe
- type Vdbe1
- type VdbeCursor
- type VdbeCursor1
- type VdbeFrame
- type VdbeFrame1
- type VdbeOp
- type VdbeOp1
- type VdbeOpList
- type VdbeOpList1
- type VdbeSorter
- type VdbeSorter1
- type VdbeTxtBlbCache
- type VdbeTxtBlbCache1
- type VtabCtx
- type VtabCtx1
- type Wal
- type Wal1
- type WalCkptInfo
- type WalCkptInfo1
- type WalHashLoc
- type WalHashLoc1
- type WalIndexHdr
- type WalIndexHdr1
- type WalIterator
- type WalIterator1
- type WalSegment
- type WalWriter
- type Walker
- type Walker1
- type WhereAndInfo
- type WhereAndInfo1
- type WhereClause
- type WhereClause1
- type WhereConst
- type WhereConst1
- type WhereInfo
- type WhereInfo1
- type WhereLevel
- type WhereLevel1
- type WhereLoop
- type WhereLoop1
- type WhereLoopBuilder
- type WhereLoopBuilder1
- type WhereMaskSet
- type WhereMaskSet1
- type WhereMemBlock
- type WhereMemBlock1
- type WhereOrCost
- type WhereOrCost1
- type WhereOrInfo
- type WhereOrInfo1
- type WhereOrSet
- type WhereOrSet1
- type WherePath
- type WherePath1
- type WhereRightJoin
- type WhereRightJoin1
- type WhereScan
- type WhereScan1
- type WhereTerm
- type WhereTerm1
- type Window
- type Window1
- type WindowCodeArg
- type WindowCodeArg1
- type WindowCsrAndReg
- type WindowCsrAndReg1
- type WindowRewrite
- type WindowRewrite1
- type With
- type With1
- type YYMINORTYPE
Constants ¶
View Source
const ( SQLITE_STATIC = uintptr(0) // ((sqlite3_destructor_type)0) SQLITE_TRANSIENT = ^uintptr(0) // ((sqlite3_destructor_type)-1) )
View Source
const ALLBITS = -1
View Source
const AT_EACCESS = 512
View Source
const AT_EMPTY_PATH = 4096
View Source
const AT_FDCWD = -100
View Source
const AT_NO_AUTOMOUNT = 2048
View Source
const AT_RECURSIVE = 32768
View Source
const AT_REMOVEDIR = 512
View Source
const AT_STATX_DONT_SYNC = 16384
View Source
const AT_STATX_FORCE_SYNC = 8192
View Source
const AT_STATX_SYNC_AS_STAT = 0
View Source
const AT_STATX_SYNC_TYPE = 24576
View Source
const AT_SYMLINK_FOLLOW = 1024
View Source
const AT_SYMLINK_NOFOLLOW = 256
View Source
const BIG_ENDIAN = 4321
View Source
const BITVEC_MXHASH = 0
View Source
const BITVEC_NBIT = 0
View Source
const BITVEC_NELEM = 0
View Source
const BITVEC_NINT = 0
View Source
const BITVEC_NPTR = 0
View Source
const BITVEC_SZ = 512
View Source
const BITVEC_SZELEM = 8
View Source
const BITVEC_TELEM = 0
View Source
const BITVEC_USIZE = 0
View Source
const BTALLOC_ANY = 0
View Source
const BTALLOC_EXACT = 1
View Source
const BTALLOC_LE = 2
View Source
const BTCF_AtLast = 8
View Source
const BTCF_Incrblob = 16
View Source
const BTCF_Multiple = 32
View Source
const BTCF_Pinned = 64
View Source
const BTCF_ValidNKey = 2
View Source
const BTCF_ValidOvfl = 4
View Source
const BTCF_WriteFlag = 1
View Source
const BTCURSOR_FIRST_UNINIT = 0
View Source
const BTCURSOR_MAX_DEPTH = 20
View Source
const BTREE_APPEND = 8
View Source
const BTREE_APPLICATION_ID = 8
View Source
const BTREE_AUTOVACUUM_FULL = 1
View Source
const BTREE_AUTOVACUUM_INCR = 2
View Source
const BTREE_AUTOVACUUM_NONE = 0
View Source
const BTREE_AUXDELETE = 4
View Source
const BTREE_BLOBKEY = 2
View Source
const BTREE_BULKLOAD = 1
View Source
const BTREE_DATA_VERSION = 15
View Source
const BTREE_DEFAULT_CACHE_SIZE = 3
View Source
const BTREE_FILE_FORMAT = 2
View Source
const BTREE_FORDELETE = 8
View Source
const BTREE_FREE_PAGE_COUNT = 0
View Source
const BTREE_HINT_RANGE = 0
View Source
const BTREE_INCR_VACUUM = 7
View Source
const BTREE_INTKEY = 1
View Source
const BTREE_LARGEST_ROOT_PAGE = 4
View Source
const BTREE_MEMORY = 2
View Source
const BTREE_OMIT_JOURNAL = 1
View Source
const BTREE_PREFORMAT = 128
View Source
const BTREE_SAVEPOSITION = 2
View Source
const BTREE_SCHEMA_VERSION = 1
View Source
const BTREE_SEEK_EQ = 2
View Source
const BTREE_SINGLE = 4
View Source
const BTREE_TEXT_ENCODING = 5
View Source
const BTREE_UNORDERED = 8
View Source
const BTREE_USER_VERSION = 6
View Source
const BTREE_WRCSR = 4
View Source
const BTS_EXCLUSIVE = 64
View Source
const BTS_FAST_SECURE = 12
View Source
const BTS_INITIALLY_EMPTY = 16
View Source
const BTS_NO_WAL = 32
View Source
const BTS_OVERWRITE = 8
View Source
const BTS_PAGESIZE_FIXED = 2
View Source
const BTS_PENDING = 128
View Source
const BTS_READ_ONLY = 1
View Source
const BTS_SECURE_DELETE = 4
View Source
const BUFSIZ = 1024
View Source
const BYTE_ORDER = 1234
View Source
const CACHE_STALE = 0
View Source
const CC_AND = 24
View Source
const CC_BANG = 15
View Source
const CC_BOM = 30
View Source
const CC_COMMA = 23
View Source
const CC_DIGIT = 3
View Source
const CC_DOLLAR = 4
View Source
const CC_DOT = 26
View Source
const CC_EQ = 14
View Source
const CC_GT = 13
View Source
const CC_ID = 27
View Source
const CC_ILLEGAL = 28
View Source
const CC_KYWD = 2
View Source
const CC_KYWD0 = 1
View Source
const CC_LP = 17
View Source
const CC_LT = 12
View Source
const CC_MINUS = 11
View Source
const CC_NUL = 29
View Source
const CC_PERCENT = 22
View Source
const CC_PIPE = 10
View Source
const CC_PLUS = 20
View Source
const CC_QUOTE = 8
View Source
const CC_QUOTE2 = 9
View Source
const CC_RP = 18
View Source
const CC_SEMI = 19
View Source
const CC_SLASH = 16
View Source
const CC_SPACE = 7
View Source
const CC_STAR = 21
View Source
const CC_TILDA = 25
View Source
const CC_VARALPHA = 5
View Source
const CC_VARNUM = 6
View Source
const CC_X = 0
View Source
const CKCNSTRNT_COLUMN = 1
View Source
const CKCNSTRNT_ROWID = 2
View Source
const CLOCKS_PER_SEC = 1000000
View Source
const CLOCK_BOOTTIME = 7
View Source
const CLOCK_BOOTTIME_ALARM = 9
View Source
const CLOCK_MONOTONIC = 1
View Source
const CLOCK_MONOTONIC_COARSE = 6
View Source
const CLOCK_MONOTONIC_RAW = 4
View Source
const CLOCK_PROCESS_CPUTIME_ID = 2
View Source
const CLOCK_REALTIME = 0
View Source
const CLOCK_REALTIME_ALARM = 8
View Source
const CLOCK_REALTIME_COARSE = 5
View Source
const CLOCK_SGI_CYCLE = 10
View Source
const CLOCK_TAI = 11
View Source
const CLOCK_THREAD_CPUTIME_ID = 3
View Source
const CLONE_CHILD_CLEARTID = 2097152
View Source
const CLONE_CHILD_SETTID = 16777216
View Source
const CLONE_DETACHED = 4194304
View Source
const CLONE_FILES = 1024
View Source
const CLONE_FS = 512
View Source
const CLONE_IO = 2147483648
View Source
const CLONE_NEWCGROUP = 33554432
View Source
const CLONE_NEWIPC = 134217728
View Source
const CLONE_NEWNET = 1073741824
View Source
const CLONE_NEWNS = 131072
View Source
const CLONE_NEWPID = 536870912
View Source
const CLONE_NEWTIME = 128
View Source
const CLONE_NEWUSER = 268435456
View Source
const CLONE_NEWUTS = 67108864
View Source
const CLONE_PARENT = 32768
View Source
const CLONE_PARENT_SETTID = 1048576
View Source
const CLONE_PIDFD = 4096
View Source
const CLONE_PTRACE = 8192
View Source
const CLONE_SETTLS = 524288
View Source
const CLONE_SIGHAND = 2048
View Source
const CLONE_SYSVSEM = 262144
View Source
const CLONE_THREAD = 65536
View Source
const CLONE_UNTRACED = 8388608
View Source
const CLONE_VFORK = 16384
View Source
const CLONE_VM = 256
View Source
const COLFLAG_BUSY = 256
View Source
const COLFLAG_GENERATED = 96
View Source
const COLFLAG_HASCOLL = 512
View Source
const COLFLAG_HASTYPE = 4
View Source
const COLFLAG_HIDDEN = 2
View Source
const COLFLAG_NOEXPAND = 1024
View Source
const COLFLAG_NOINSERT = 98
View Source
const COLFLAG_NOTAVAIL = 128
View Source
const COLFLAG_PRIMKEY = 1
View Source
const COLFLAG_SORTERREF = 16
View Source
const COLFLAG_STORED = 64
View Source
const COLFLAG_UNIQUE = 8
View Source
const COLFLAG_VIRTUAL = 32
View Source
const COLNAME_COLUMN = 4
View Source
const COLNAME_DATABASE = 2
View Source
const COLNAME_DECLTYPE = 1
View Source
const COLNAME_N = 5
View Source
const COLNAME_NAME = 0
View Source
const COLNAME_TABLE = 3
View Source
const COLTYPE_ANY = 1
View Source
const COLTYPE_BLOB = 2
View Source
const COLTYPE_CUSTOM = 0
View Source
const COLTYPE_INT = 3
View Source
const COLTYPE_INTEGER = 4
View Source
const COLTYPE_REAL = 5
View Source
const COLTYPE_TEXT = 6
View Source
const CPU_SETSIZE = 1024
View Source
const CSIGNAL = 255
View Source
const CURSOR_FAULT = 4
View Source
const CURSOR_INVALID = 1
View Source
const CURSOR_REQUIRESEEK = 3
View Source
const CURSOR_SKIPNEXT = 2
View Source
const CURSOR_VALID = 0
View Source
const CURTYPE_BTREE = 0
View Source
const CURTYPE_PSEUDO = 3
View Source
const CURTYPE_SORTER = 1
View Source
const CURTYPE_VTAB = 2
View Source
const DBFLAG_EncodingFixed = 64
View Source
const DBFLAG_InternalFunc = 32
View Source
const DBFLAG_PreferBuiltin = 2
View Source
const DBFLAG_SchemaChange = 1
View Source
const DBFLAG_SchemaKnownOk = 16
View Source
const DBFLAG_Vacuum = 4
View Source
const DBFLAG_VacuumInto = 8
View Source
const DBSTAT_PAGE_PADDING_BYTES = 256
View Source
const DB_ResetWanted = 8
View Source
const DB_SchemaLoaded = 1
View Source
const DB_UnresetViews = 2
View Source
const DIRECT_MODE = 0
View Source
const DN_ACCESS = 1
View Source
const DN_ATTRIB = 32
View Source
const DN_CREATE = 4
View Source
const DN_DELETE = 8
View Source
const DN_MODIFY = 2
View Source
const DN_MULTISHOT = 2147483648
View Source
const DN_RENAME = 16
View Source
const DOTLOCK_SUFFIX = ".lock"
View Source
const E2BIG = 7
View Source
const EACCES = 13
View Source
const EADDRINUSE = 98
View Source
const EADDRNOTAVAIL = 99
View Source
const EADV = 68
View Source
const EAFNOSUPPORT = 97
View Source
const EAGAIN = 11
View Source
const EALREADY = 114
View Source
const EBADE = 52
View Source
const EBADF = 9
View Source
const EBADFD = 77
View Source
const EBADMSG = 74
View Source
const EBADR = 53
View Source
const EBADRQC = 56
View Source
const EBADSLT = 57
View Source
const EBFONT = 59
View Source
const EBUSY = 16
View Source
const ECANCELED = 125
View Source
const ECHILD = 10
View Source
const ECHRNG = 44
View Source
const ECOMM = 70
View Source
const ECONNABORTED = 103
View Source
const ECONNREFUSED = 111
View Source
const ECONNRESET = 104
View Source
const EDEADLK = 35
View Source
const EDEADLOCK = 35
View Source
const EDESTADDRREQ = 89
View Source
const EDOM = 33
View Source
const EDOTDOT = 73
View Source
const EDQUOT = 122
View Source
const EEXIST = 17
View Source
const EFAULT = 14
View Source
const EFBIG = 27
View Source
const EHOSTDOWN = 112
View Source
const EHOSTUNREACH = 113
View Source
const EHWPOISON = 133
View Source
const EIDRM = 43
View Source
const EILSEQ = 84
View Source
const EINPROGRESS = 115
View Source
const EINTR = 4
View Source
const EINVAL = 22
View Source
const EIO = 5
View Source
const EISCONN = 106
View Source
const EISDIR = 21
View Source
const EISNAM = 120
View Source
const EKEYEXPIRED = 127
View Source
const EKEYREJECTED = 129
View Source
const EKEYREVOKED = 128
View Source
const EL2HLT = 51
View Source
const EL2NSYNC = 45
View Source
const EL3HLT = 46
View Source
const EL3RST = 47
View Source
const ELIBACC = 79
View Source
const ELIBBAD = 80
View Source
const ELIBEXEC = 83
View Source
const ELIBMAX = 82
View Source
const ELIBSCN = 81
View Source
const ELNRNG = 48
View Source
const ELOOP = 40
View Source
const EMEDIUMTYPE = 124
View Source
const EMFILE = 24
View Source
const EMLINK = 31
View Source
const EMSGSIZE = 90
View Source
const EMULTIHOP = 72
View Source
const ENAMETOOLONG = 36
View Source
const ENAME_NAME = 0
View Source
const ENAME_ROWID = 3
View Source
const ENAME_SPAN = 1
View Source
const ENAME_TAB = 2
View Source
const ENAVAIL = 119
View Source
const ENETDOWN = 100
View Source
const ENETRESET = 102
View Source
const ENETUNREACH = 101
View Source
const ENFILE = 23
View Source
const ENOANO = 55
View Source
const ENOBUFS = 105
View Source
const ENOCSI = 50
View Source
const ENODATA = 61
View Source
const ENODEV = 19
View Source
const ENOENT = 2
View Source
const ENOEXEC = 8
View Source
const ENOKEY = 126
View Source
const ENOLCK = 37
View Source
const ENOLINK = 67
View Source
const ENOMEDIUM = 123
View Source
const ENOMEM = 12
View Source
const ENOMSG = 42
View Source
const ENONET = 64
View Source
const ENOPKG = 65
View Source
const ENOPROTOOPT = 92
View Source
const ENOSPC = 28
View Source
const ENOSR = 63
View Source
const ENOSTR = 60
View Source
const ENOSYS = 38
View Source
const ENOTBLK = 15
View Source
const ENOTCONN = 107
View Source
const ENOTDIR = 20
View Source
const ENOTEMPTY = 39
View Source
const ENOTNAM = 118
View Source
const ENOTRECOVERABLE = 131
View Source
const ENOTSOCK = 88
View Source
const ENOTSUP = 95
View Source
const ENOTTY = 25
View Source
const ENOTUNIQ = 76
View Source
const ENXIO = 6
View Source
const EOPNOTSUPP = 95
View Source
const EOVERFLOW = 75
View Source
const EOWNERDEAD = 130
View Source
const EPERM = 1
View Source
const EPFNOSUPPORT = 96
View Source
const EPIPE = 32
View Source
const EPROTO = 71
View Source
const EPROTONOSUPPORT = 93
View Source
const EPROTOTYPE = 91
View Source
const EP_Agg = 16
View Source
const EP_CanBeNull = 2097152
View Source
const EP_Collate = 512
View Source
const EP_Commuted = 1024
View Source
const EP_ConstFunc = 1048576
View Source
const EP_DblQuoted = 128
View Source
const EP_Distinct = 4
View Source
const EP_FixedCol = 32
View Source
const EP_FromDDL = 1073741824
View Source
const EP_FullSize = 131072
View Source
const EP_HasFunc = 8
View Source
const EP_IfNullRow = 262144
View Source
const EP_Immutable = 2
View Source
const EP_InfixFunc = 256
View Source
const EP_InnerON = 2
View Source
const EP_IntValue = 2048
View Source
const EP_IsFalse = 536870912
View Source
const EP_IsTrue = 268435456
View Source
const EP_Leaf = 8388608
View Source
const EP_NoReduce = 1
View Source
const EP_OuterON = 1
View Source
const EP_Propagate = 4194824
View Source
const EP_Quoted = 67108864
View Source
const EP_Reduced = 16384
View Source
const EP_Skip = 8192
View Source
const EP_Static = 134217728
View Source
const EP_Subquery = 4194304
View Source
const EP_Subrtn = 33554432
View Source
const EP_TokenOnly = 65536
View Source
const EP_Unlikely = 524288
View Source
const EP_VarSelect = 64
View Source
const EP_Win = 32768
View Source
const EP_WinFunc = 16777216
View Source
const EP_xIsSelect = 4096
View Source
const ERANGE = 34
View Source
const EREMCHG = 78
View Source
const EREMOTE = 66
View Source
const EREMOTEIO = 121
View Source
const ERESTART = 85
View Source
const ERFKILL = 132
View Source
const EROFS = 30
View Source
const ESHUTDOWN = 108
View Source
const ESOCKTNOSUPPORT = 94
View Source
const ESPIPE = 29
View Source
const ESRCH = 3
View Source
const ESRMNT = 69
View Source
const ESTALE = 116
View Source
const ESTRPIPE = 86
View Source
const ETIME = 62
View Source
const ETIMEDOUT = 110
View Source
const ETOOMANYREFS = 109
View Source
const ETXTBSY = 26
View Source
const EU4_EXPR = 2
View Source
const EU4_IDX = 1
View Source
const EU4_NONE = 0
View Source
const EUCLEAN = 117
View Source
const EUNATCH = 49
View Source
const EUSERS = 87
View Source
const EWOULDBLOCK = 11
View Source
const EXCLUDED_TABLE_NUMBER = 2
View Source
const EXCLUSIVE_LOCK = 4
View Source
const EXDEV = 18
View Source
const EXFULL = 54
View Source
const EXIT_FAILURE = 1
View Source
const EXIT_SUCCESS = 0
View Source
const EXPRDUP_REDUCE = 1
View Source
const EXPR_FULLSIZE = 0
View Source
const F2FS_FEATURE_ATOMIC_WRITE = 4
View Source
const F2FS_IOCTL_MAGIC = 245
View Source
const F2FS_IOC_ABORT_VOLATILE_WRITE = 62725
View Source
const F2FS_IOC_COMMIT_ATOMIC_WRITE = 62722
View Source
const F2FS_IOC_GET_FEATURES = 2147546380
View Source
const F2FS_IOC_START_ATOMIC_WRITE = 62721
View Source
const F2FS_IOC_START_VOLATILE_WRITE = 62723
View Source
const FALLOC_FL_KEEP_SIZE = 1
View Source
const FALLOC_FL_PUNCH_HOLE = 2
View Source
const FAPPEND = 1024
View Source
const FASYNC = 8192
View Source
const FD_CLOEXEC = 1
View Source
const FD_SETSIZE = 1024
View Source
const FFSYNC = 1052672
View Source
const FILENAME_MAX = 4096
View Source
const FIOASYNC = 21586
View Source
const FIOCLEX = 21585
View Source
const FIOGETOWN = 35075
View Source
const FIONBIO = 21537
View Source
const FIONCLEX = 21584
View Source
const FIONREAD = 21531
View Source
const FIOQSIZE = 21600
View Source
const FIOSETOWN = 35073
View Source
const FLAG_SIGNED = 1
View Source
const FLAG_STRING = 4
View Source
const FNDELAY = 2048
View Source
const FNONBLOCK = 2048
View Source
const FOPEN_MAX = 1000
View Source
const FP_ILOGB0 = -2147483648
View Source
const FP_ILOGBNAN = -2147483648
View Source
const FP_INFINITE = 1
View Source
const FP_NAN = 0
View Source
const FP_NORMAL = 4
View Source
const FP_SUBNORMAL = 3
View Source
const FP_ZERO = 2
View Source
const FTS5CSR_EOF = 1
View Source
const FTS5CSR_FREE_ZRANK = 16
View Source
const FTS5CSR_REQUIRE_CONTENT = 2
View Source
const FTS5CSR_REQUIRE_DOCSIZE = 4
View Source
const FTS5CSR_REQUIRE_INST = 8
View Source
const FTS5CSR_REQUIRE_POSLIST = 64
View Source
const FTS5CSR_REQUIRE_RESEEK = 32
View Source
const FTS5INDEX_QUERY_DESC = 2
View Source
const FTS5INDEX_QUERY_NOOUTPUT = 32
View Source
const FTS5INDEX_QUERY_NOTOKENDATA = 128
View Source
const FTS5INDEX_QUERY_PREFIX = 1
View Source
const FTS5INDEX_QUERY_SCAN = 8
View Source
const FTS5INDEX_QUERY_SCANONETERM = 256
View Source
const FTS5INDEX_QUERY_SKIPEMPTY = 16
View Source
const FTS5INDEX_QUERY_SKIPHASH = 64
View Source
const FTS5INDEX_QUERY_TEST_NOIDX = 4
View Source
const FTS5TOKEN = 0
View Source
const FTS5_AND = 2
View Source
const FTS5_AVERAGES_ROWID = 1
View Source
const FTS5_BI_MATCH = 1
View Source
const FTS5_BI_ORDER_DESC = 128
View Source
const FTS5_BI_ORDER_RANK = 32
View Source
const FTS5_BI_ORDER_ROWID = 64
View Source
const FTS5_BI_RANK = 2
View Source
const FTS5_BI_ROWID_EQ = 4
View Source
const FTS5_BI_ROWID_GE = 16
View Source
const FTS5_BI_ROWID_LE = 8
View Source
const FTS5_CARET = 12
View Source
const FTS5_COLON = 5
View Source
const FTS5_COMMA = 13
View Source
const FTS5_CONTENT_EXTERNAL = 2
View Source
const FTS5_CONTENT_NONE = 1
View Source
const FTS5_CONTENT_NORMAL = 0
View Source
const FTS5_CORRUPT = 267
View Source
const FTS5_CURRENT_VERSION = 4
View Source
const FTS5_CURRENT_VERSION_SECUREDELETE = 5
View Source
const FTS5_DATA_DLI_B = 1
View Source
const FTS5_DATA_HEIGHT_B = 5
View Source
const FTS5_DATA_ID_B = 16
View Source
const FTS5_DATA_PADDING = 20
View Source
const FTS5_DATA_PAGE_B = 31
View Source
const FTS5_DATA_ZERO_PADDING = 8
View Source
const FTS5_DEFAULT_AUTOMERGE = 4
View Source
const FTS5_DEFAULT_CRISISMERGE = 16
View Source
const FTS5_DEFAULT_DELETE_AUTOMERGE = 10
View Source
const FTS5_DEFAULT_HASHSIZE = 1048576
View Source
const FTS5_DEFAULT_NEARDIST = 10
View Source
const FTS5_DEFAULT_PAGE_SIZE = 4050
View Source
const FTS5_DEFAULT_RANK = "bm25"
View Source
const FTS5_DEFAULT_USERMERGE = 4
View Source
const FTS5_DETAIL_COLUMNS = 2
View Source
const FTS5_DETAIL_FULL = 0
View Source
const FTS5_DETAIL_NONE = 1
View Source
const FTS5_EOF = 0
View Source
const FTS5_LCP = 7
View Source
const FTS5_LP = 10
View Source
const FTS5_MAIN_PREFIX = 48
View Source
const FTS5_MAX_LEVEL = 64
View Source
const FTS5_MAX_PAGE_SIZE = 65536
View Source
const FTS5_MAX_PREFIX_INDEXES = 31
View Source
const FTS5_MAX_SEGMENT = 2000
View Source
const FTS5_MAX_TOKEN_SIZE = 32768
View Source
const FTS5_MERGE_NLIST = 16
View Source
const FTS5_MINUS = 6
View Source
const FTS5_MIN_DLIDX_SIZE = 4
View Source
const FTS5_NOINLINE = "SQLITE_NOINLINE"
View Source
const FTS5_NOT = 3
View Source
const FTS5_OPT_WORK_UNIT = 1000
View Source
const FTS5_OR = 1
View Source
const FTS5_PATTERN_GLOB = 66
View Source
const FTS5_PATTERN_LIKE = 65
View Source
const FTS5_PATTERN_NONE = 0
View Source
const FTS5_PLAN_MATCH = 1
View Source
const FTS5_PLAN_ROWID = 6
View Source
const FTS5_PLAN_SCAN = 5
View Source
const FTS5_PLAN_SORTED_MATCH = 4
View Source
const FTS5_PLAN_SOURCE = 2
View Source
const FTS5_PLAN_SPECIAL = 3
View Source
const FTS5_PLUS = 14
View Source
const FTS5_PORTER_MAX_TOKEN = 64
View Source
const FTS5_RANK_NAME = "rank"
View Source
const FTS5_RCP = 8
View Source
const FTS5_REMOVE_DIACRITICS_COMPLEX = 2
View Source
const FTS5_REMOVE_DIACRITICS_NONE = 0
View Source
const FTS5_REMOVE_DIACRITICS_SIMPLE = 1
View Source
const FTS5_ROWID_NAME = "rowid"
View Source
const FTS5_RP = 11
View Source
const FTS5_SEGITER_ONETERM = 1
View Source
const FTS5_SEGITER_REVERSE = 2
View Source
const FTS5_STAR = 15
View Source
const FTS5_STMT_DELETE_CONTENT = 5
View Source
const FTS5_STMT_DELETE_DOCSIZE = 7
View Source
const FTS5_STMT_INSERT_CONTENT = 3
View Source
const FTS5_STMT_LOOKUP = 2
View Source
const FTS5_STMT_LOOKUP_DOCSIZE = 8
View Source
const FTS5_STMT_REPLACE_CONFIG = 9
View Source
const FTS5_STMT_REPLACE_CONTENT = 4
View Source
const FTS5_STMT_REPLACE_DOCSIZE = 6
View Source
const FTS5_STMT_SCAN = 10
View Source
const FTS5_STMT_SCAN_ASC = 0
View Source
const FTS5_STMT_SCAN_DESC = 1
View Source
const FTS5_STRING = 9
View Source
const FTS5_STRUCTURE_ROWID = 10
View Source
const FTS5_STRUCTURE_V2 = "\xff\x00\x00\x01"
View Source
const FTS5_TERM = 4
View Source
const FTS5_TOKENIZE_AUX = 8
View Source
const FTS5_TOKENIZE_DOCUMENT = 4
View Source
const FTS5_TOKENIZE_PREFIX = 2
View Source
const FTS5_TOKENIZE_QUERY = 1
View Source
const FTS5_TOKEN_COLOCATED = 1
View Source
const FTS5_VOCAB_COL = 0
View Source
const FTS5_VOCAB_COL_SCHEMA = "term, col, doc, cnt"
View Source
const FTS5_VOCAB_INSTANCE = 2
View Source
const FTS5_VOCAB_INST_SCHEMA = "term, doc, col, offset"
View Source
const FTS5_VOCAB_ROW = 1
View Source
const FTS5_VOCAB_ROW_SCHEMA = "term, doc, cnt"
View Source
const FTS5_VOCAB_TERM_EQ = 1
View Source
const FTS5_VOCAB_TERM_GE = 2
View Source
const FTS5_VOCAB_TERM_LE = 4
View Source
const FTS5_WORK_UNIT = 64
View Source
const FULLY_WITHIN = 2
View Source
const FUNC_PERFECT_MATCH = 6
View Source
const F_ADD_SEALS = 1033
View Source
const F_CANCELLK = 1029
View Source
const F_DUPFD = 0
View Source
const F_DUPFD_CLOEXEC = 1030
View Source
const F_GETFD = 1
View Source
const F_GETFL = 3
View Source
const F_GETLEASE = 1025
View Source
const F_GETLK = 5
View Source
const F_GETOWN = 9
View Source
const F_GETOWNER_UIDS = 17
View Source
const F_GETOWN_EX = 16
View Source
const F_GETPIPE_SZ = 1032
View Source
const F_GETSIG = 11
View Source
const F_GET_FILE_RW_HINT = 1037
View Source
const F_GET_RW_HINT = 1035
View Source
const F_GET_SEALS = 1034
View Source
const F_LOCK = 1
View Source
const F_NOTIFY = 1026
View Source
const F_OFD_GETLK = 36
View Source
const F_OFD_SETLK = 37
View Source
const F_OFD_SETLKW = 38
View Source
const F_OK = 0
View Source
const F_OWNER_GID = 2
View Source
const F_OWNER_PGRP = 2
View Source
const F_OWNER_PID = 1
View Source
const F_OWNER_TID = 0
View Source
const F_RDLCK = 0
View Source
const F_SEAL_FUTURE_WRITE = 16
View Source
const F_SEAL_GROW = 4
View Source
const F_SEAL_SEAL = 1
View Source
const F_SEAL_SHRINK = 2
View Source
const F_SEAL_WRITE = 8
View Source
const F_SETFD = 2
View Source
const F_SETFL = 4
View Source
const F_SETLEASE = 1024
View Source
const F_SETLK = 6
View Source
const F_SETLKW = 7
View Source
const F_SETOWN = 8
View Source
const F_SETOWN_EX = 15
View Source
const F_SETPIPE_SZ = 1031
View Source
const F_SETSIG = 10
View Source
const F_SET_FILE_RW_HINT = 1038
View Source
const F_SET_RW_HINT = 1036
View Source
const F_TEST = 3
View Source
const F_TLOCK = 2
View Source
const F_ULOCK = 0
View Source
const F_UNLCK = 2
View Source
const F_WRLCK = 1
View Source
const GCC_VERSION = 12002000
View Source
const GEOPOLY_PI = 3.141592653589793
View Source
const HASHSIZE = 97
View Source
const HASHTABLE_HASH_1 = 383
View Source
const HASHTABLE_NPAGE = 4096
View Source
const HASHTABLE_NPAGE_ONE = 4096
View Source
const HASHTABLE_NSLOT = 8192
View Source
const HAVE_FCHOWN = 1
View Source
const HAVE_FULLFSYNC = 0
View Source
const HAVE_GETHOSTUUID = 0
View Source
const HAVE_LSTAT = 1
View Source
const HAVE_MREMAP = 1
View Source
const HAVE_PREAD = 1
View Source
const HAVE_PWRITE = 1
View Source
const HAVE_READLINK = 1
View Source
const HAVE_USLEEP = 1
View Source
const HUGE = 0
View Source
const HUGE_VALF = 0
View Source
const INCRINIT_NORMAL = 0
View Source
const INCRINIT_ROOT = 2
View Source
const INCRINIT_TASK = 1
View Source
const INFINITY = 0
View Source
const INITFLAG_AlterAdd = 3
View Source
const INITFLAG_AlterDrop = 2
View Source
const INITFLAG_AlterMask = 3
View Source
const INITFLAG_AlterRename = 1
View Source
const INLINEFUNC_affinity = 4
View Source
const INLINEFUNC_coalesce = 0
View Source
const INLINEFUNC_expr_compare = 3
View Source
const INLINEFUNC_expr_implies_expr = 2
View Source
const INLINEFUNC_iif = 5
View Source
const INLINEFUNC_implies_nonnull_row = 1
View Source
const INLINEFUNC_sqlite_offset = 6
View Source
const INLINEFUNC_unlikely = 99
View Source
const INTERFACE = 1
View Source
const IN_INDEX_EPH = 2
View Source
const IN_INDEX_INDEX_ASC = 3
View Source
const IN_INDEX_INDEX_DESC = 4
View Source
const IN_INDEX_LOOP = 4
View Source
const IN_INDEX_MEMBERSHIP = 2
View Source
const IN_INDEX_NOOP = 5
View Source
const IN_INDEX_NOOP_OK = 1
View Source
const IN_INDEX_ROWID = 1
View Source
const ITIMER_PROF = 2
View Source
const ITIMER_REAL = 0
View Source
const ITIMER_VIRTUAL = 1
View Source
const IsStat4 = 1
View Source
const JEACH_ATOM = 3
View Source
const JEACH_FULLKEY = 6
View Source
const JEACH_ID = 4
View Source
const JEACH_JSON = 8
View Source
const JEACH_KEY = 0
View Source
const JEACH_PARENT = 5
View Source
const JEACH_PATH = 7
View Source
const JEACH_ROOT = 9
View Source
const JEACH_TYPE = 2
View Source
const JEACH_VALUE = 1
View Source
const JEDIT_DEL = 1
View Source
const JEDIT_INS = 3
View Source
const JEDIT_REPL = 2
View Source
const JEDIT_SET = 4
View Source
const JSONB_ARRAY = 11
View Source
const JSONB_FALSE = 2
View Source
const JSONB_FLOAT = 5
View Source
const JSONB_FLOAT5 = 6
View Source
const JSONB_INT = 3
View Source
const JSONB_INT5 = 4
View Source
const JSONB_NULL = 0
View Source
const JSONB_OBJECT = 12
View Source
const JSONB_TEXT = 7
View Source
const JSONB_TEXT5 = 9
View Source
const JSONB_TEXTJ = 8
View Source
const JSONB_TEXTRAW = 10
View Source
const JSONB_TRUE = 1
View Source
const JSON_ABPATH = 3
View Source
const JSON_BLOB = 8
View Source
const JSON_CACHE_ID = -429938
View Source
const JSON_CACHE_SIZE = 4
View Source
const JSON_EDITABLE = 1
View Source
const JSON_INVALID_CHAR = 629145
View Source
const JSON_ISSET = 4
View Source
const JSON_JSON = 1
View Source
const JSON_KEEPERROR = 2
View Source
const JSON_LOOKUP_ERROR = 4294967295
View Source
const JSON_LOOKUP_NOTFOUND = 4294967294
View Source
const JSON_LOOKUP_PATHERROR = 4294967293
View Source
const JSON_MAX_DEPTH = 1000
View Source
const JSON_MERGE_BADPATCH = 2
View Source
const JSON_MERGE_BADTARGET = 1
View Source
const JSON_MERGE_OK = 0
View Source
const JSON_MERGE_OOM = 3
View Source
const JSON_SQL = 2
View Source
const JSON_SUBTYPE = 74
View Source
const JSTRING_ERR = 4
View Source
const JSTRING_MALFORMED = 2
View Source
const JSTRING_OOM = 1
View Source
const JT_CROSS = 2
View Source
const JT_ERROR = 128
View Source
const JT_INNER = 1
View Source
const JT_LEFT = 8
View Source
const JT_LTORJ = 64
View Source
const JT_NATURAL = 4
View Source
const JT_OUTER = 32
View Source
const JT_RIGHT = 16
View Source
const KEYINFO_ORDER_BIGNULL = 2
View Source
const KEYINFO_ORDER_DESC = 1
View Source
const LEGACY_SCHEMA_TABLE = "sqlite_master"
View Source
const LEGACY_TEMP_SCHEMA_TABLE = "sqlite_temp_master"
View Source
const LITTLE_ENDIAN = 1234
View Source
const LOCATE_NOERR = 2
View Source
const LOCATE_VIEW = 1
View Source
const LONGDOUBLE_TYPE = 0
View Source
const LOOKASIDE_SMALL = 128
View Source
const L_INCR = 1
View Source
const L_SET = 0
View Source
const L_XTND = 2
View Source
const L_ctermid = 20
View Source
const L_cuserid = 20
View Source
const L_tmpnam = 20
View Source
const M10d_Any = 1
View Source
const M10d_No = 2
View Source
const M10d_Yes = 0
View Source
const MADV_COLD = 20
View Source
const MADV_DODUMP = 17
View Source
const MADV_DOFORK = 11
View Source
const MADV_DONTDUMP = 16
View Source
const MADV_DONTFORK = 10
View Source
const MADV_DONTNEED = 4
View Source
const MADV_FREE = 8
View Source
const MADV_HUGEPAGE = 14
View Source
const MADV_HWPOISON = 100
View Source
const MADV_KEEPONFORK = 19
View Source
const MADV_MERGEABLE = 12
View Source
const MADV_NOHUGEPAGE = 15
View Source
const MADV_NORMAL = 0
View Source
const MADV_PAGEOUT = 21
View Source
const MADV_RANDOM = 1
View Source
const MADV_REMOVE = 9
View Source
const MADV_SEQUENTIAL = 2
View Source
const MADV_SOFT_OFFLINE = 101
View Source
const MADV_UNMERGEABLE = 13
View Source
const MADV_WILLNEED = 3
View Source
const MADV_WIPEONFORK = 18
View Source
const MAP_32BIT = 64
View Source
const MAP_ANON = 32
View Source
const MAP_ANONYMOUS = 32
View Source
const MAP_DENYWRITE = 2048
View Source
const MAP_EXECUTABLE = 4096
View Source
const MAP_FAILED = -1
View Source
const MAP_FILE = 0
View Source
const MAP_FIXED = 16
View Source
const MAP_FIXED_NOREPLACE = 1048576
View Source
const MAP_GROWSDOWN = 256
View Source
const MAP_HUGETLB = 262144
View Source
const MAP_HUGE_16GB = 2281701376
View Source
const MAP_HUGE_16KB = 939524096
View Source
const MAP_HUGE_16MB = 1610612736
View Source
const MAP_HUGE_1GB = 2013265920
View Source
const MAP_HUGE_1MB = 1342177280
View Source
const MAP_HUGE_256MB = 1879048192
View Source
const MAP_HUGE_2GB = 2080374784
View Source
const MAP_HUGE_2MB = 1409286144
View Source
const MAP_HUGE_32MB = 1677721600
View Source
const MAP_HUGE_512KB = 1275068416
View Source
const MAP_HUGE_512MB = 1946157056
View Source
const MAP_HUGE_64KB = 1073741824
View Source
const MAP_HUGE_8MB = 1543503872
View Source
const MAP_HUGE_MASK = 63
View Source
const MAP_HUGE_SHIFT = 26
View Source
const MAP_LOCKED = 8192
View Source
const MAP_NONBLOCK = 65536
View Source
const MAP_NORESERVE = 16384
View Source
const MAP_POPULATE = 32768
View Source
const MAP_PRIVATE = 2
View Source
const MAP_SHARED = 1
View Source
const MAP_SHARED_VALIDATE = 3
View Source
const MAP_STACK = 131072
View Source
const MAP_SYNC = 524288
View Source
const MAP_TYPE = 15
View Source
const MATH_ERREXCEPT = 2
View Source
const MATH_ERRNO = 1
View Source
const MAX_HANDLE_SZ = 128
View Source
const MAX_PATHNAME = 512
View Source
const MAX_SECTOR_SIZE = 65536
View Source
const MB_CUR_MAX = 0
View Source
const MCL_CURRENT = 1
View Source
const MCL_FUTURE = 2
View Source
const MCL_ONFAULT = 4
View Source
const MEMJOURNAL_DFLT_FILECHUNKSIZE = 1024
View Source
const MEMTYPE_HEAP = 1
View Source
const MEMTYPE_LOOKASIDE = 2
View Source
const MEMTYPE_PCACHE = 4
View Source
const MEM_AffMask = 63
View Source
const MEM_Agg = 32768
View Source
const MEM_Blob = 16
View Source
const MEM_Cleared = 256
View Source
const MEM_Dyn = 4096
View Source
const MEM_Ephem = 16384
View Source
const MEM_FromBind = 64
View Source
const MEM_Int = 4
View Source
const MEM_IntReal = 32
View Source
const MEM_Null = 1
View Source
const MEM_Real = 8
View Source
const MEM_Static = 8192
View Source
const MEM_Str = 2
View Source
const MEM_Subtype = 2048
View Source
const MEM_Term = 512
View Source
const MEM_TypeMask = 3519
View Source
const MEM_Undefined = 0
View Source
const MEM_Zero = 1024
View Source
const MFD_ALLOW_SEALING = 2
View Source
const MFD_CLOEXEC = 1
View Source
const MFD_HUGETLB = 4
View Source
const MLOCK_ONFAULT = 1
View Source
const MREMAP_DONTUNMAP = 4
View Source
const MREMAP_FIXED = 2
View Source
const MREMAP_MAYMOVE = 1
View Source
const MSVC_VERSION = 0
View Source
const MS_ASYNC = 1
View Source
const MS_INVALIDATE = 2
View Source
const MS_SYNC = 4
View Source
const M_1_PI = 0
View Source
const M_2_PI = 0
View Source
const M_2_SQRTPI = 0
View Source
const M_E = 0
View Source
const M_LN10 = 0
View Source
const M_LN2 = 0
View Source
const M_LOG10E = 0
View Source
const M_LOG2E = 0
View Source
const M_PI = 3.141592653589793
View Source
const M_PI_2 = 0
View Source
const M_PI_4 = 0
View Source
const M_SQRT1_2 = 0
View Source
const M_SQRT2 = 0
View Source
const NAN = 0
View Source
const NB = 3
View Source
const NC_AllowAgg = 1
View Source
const NC_AllowWin = 16384
View Source
const NC_Complex = 8192
View Source
const NC_FromDDL = 262144
View Source
const NC_GenCol = 8
View Source
const NC_HasAgg = 16
View Source
const NC_HasWin = 32768
View Source
const NC_IdxExpr = 32
View Source
const NC_InAggFunc = 131072
View Source
const NC_IsCheck = 4
View Source
const NC_IsDDL = 65536
View Source
const NC_MinMaxAgg = 4096
View Source
const NC_NoSelect = 524288
View Source
const NC_OrderAgg = 134217728
View Source
const NC_PartIdx = 2
View Source
const NC_SelfRef = 46
View Source
const NC_Subquery = 64
View Source
const NC_UAggInfo = 256
View Source
const NC_UBaseReg = 1024
View Source
const NC_UEList = 128
View Source
const NC_UUpsert = 512
View Source
const NC_Where = 1048576
View Source
const NDEBUG = 1
View Source
const NN = 1
View Source
const NOT_WITHIN = 0
View Source
const NO_LOCK = 0
View Source
const N_6PACK = 7
View Source
const N_AX25 = 5
View Source
const N_CAIF = 20
View Source
const N_GIGASET_M101 = 16
View Source
const N_GSM0710 = 21
View Source
const N_HCI = 15
View Source
const N_HDLC = 13
View Source
const N_IRDA = 11
View Source
const N_MASC = 8
View Source
const N_MOUSE = 2
View Source
const N_NCI = 25
View Source
const N_NULL = 27
View Source
const N_OR_COST = 3
View Source
const N_PPP = 3
View Source
const N_PPS = 18
View Source
const N_PROFIBUS_FDL = 10
View Source
const N_R3964 = 9
View Source
const N_SLCAN = 17
View Source
const N_SLIP = 1
View Source
const N_SMSBLOCK = 12
View Source
const N_SORT_BUCKET = 32
View Source
const N_SPEAKUP = 26
View Source
const N_STATEMENT = 8
View Source
const N_STRIP = 4
View Source
const N_SYNC_PPP = 14
View Source
const N_TI_WL = 22
View Source
const N_TRACEROUTER = 24
View Source
const N_TRACESINK = 23
View Source
const N_TTY = 0
View Source
const N_V253 = 19
View Source
const N_X25 = 6
View Source
const OE_Abort = 2
View Source
const OE_Cascade = 10
View Source
const OE_Default = 11
View Source
const OE_Fail = 3
View Source
const OE_Ignore = 4
View Source
const OE_None = 0
View Source
const OE_Replace = 5
View Source
const OE_Restrict = 7
View Source
const OE_Rollback = 1
View Source
const OE_SetDflt = 9
View Source
const OE_SetNull = 8
View Source
const OE_Update = 6
View Source
const OMIT_TEMPDB = 0
View Source
const ONEPASS_MULTI = 2
View Source
const ONEPASS_OFF = 0
View Source
const ONEPASS_SINGLE = 1
View Source
const OPFLAG_APPEND = 8
View Source
const OPFLAG_AUXDELETE = 4
View Source
const OPFLAG_BULKCSR = 1
View Source
const OPFLAG_BYTELENARG = 192
View Source
const OPFLAG_EPHEM = 1
View Source
const OPFLAG_FORDELETE = 8
View Source
const OPFLAG_ISNOOP = 64
View Source
const OPFLAG_ISUPDATE = 4
View Source
const OPFLAG_LASTROWID = 32
View Source
const OPFLAG_LENGTHARG = 64
View Source
const OPFLAG_NCHANGE = 1
View Source
const OPFLAG_NOCHNG = 1
View Source
const OPFLAG_NOCHNG_MAGIC = 109
View Source
const OPFLAG_P2ISREG = 16
View Source
const OPFLAG_PERMUTE = 1
View Source
const OPFLAG_PREFORMAT = 128
View Source
const OPFLAG_SAVEPOSITION = 2
View Source
const OPFLAG_SEEKEQ = 2
View Source
const OPFLAG_TYPEOFARG = 128
View Source
const OPFLAG_USESEEKRESULT = 16
View Source
const OPFLG_IN1 = 2
View Source
const OPFLG_IN2 = 4
View Source
const OPFLG_IN3 = 8
View Source
const OPFLG_JUMP = 1
View Source
const OPFLG_JUMP0 = 128
View Source
const OPFLG_NCYCLE = 64
View Source
const OPFLG_OUT2 = 16
View Source
const OPFLG_OUT3 = 32
View Source
const OP_Abortable = 189
View Source
const OP_Add = 106
View Source
const OP_AddImm = 86
View Source
const OP_Affinity = 96
View Source
const OP_AggFinal = 165
View Source
const OP_AggInverse = 161
View Source
const OP_AggStep = 162
View Source
const OP_AggStep1 = 163
View Source
const OP_AggValue = 164
View Source
const OP_And = 44
View Source
const OP_AutoCommit = 1
View Source
const OP_BeginSubrtn = 74
View Source
const OP_BitAnd = 102
View Source
const OP_BitNot = 114
View Source
const OP_BitOr = 103
View Source
const OP_Blob = 77
View Source
const OP_Cast = 88
View Source
const OP_Checkpoint = 3
View Source
const OP_Clear = 145
View Source
const OP_Close = 122
View Source
const OP_ClrSubtype = 180
View Source
const OP_CollSeq = 85
View Source
const OP_Column = 94
View Source
const OP_ColumnsUsed = 123
View Source
const OP_Compare = 90
View Source
const OP_Concat = 111
View Source
const OP_Copy = 80
View Source
const OP_Count = 98
View Source
const OP_CreateBtree = 147
View Source
const OP_CursorHint = 185
View Source
const OP_CursorLock = 167
View Source
const OP_CursorUnlock = 168
View Source
const OP_DecrJumpZero = 61
View Source
const OP_DeferredSeek = 141
View Source
const OP_Delete = 130
View Source
const OP_Destroy = 144
View Source
const OP_Divide = 109
View Source
const OP_DropIndex = 152
View Source
const OP_DropTable = 151
View Source
const OP_DropTrigger = 154
View Source
const OP_ElseEq = 58
View Source
const OP_EndCoroutine = 68
View Source
const OP_Eq = 53
View Source
const OP_Expire = 166
View Source
const OP_Explain = 188
View Source
const OP_Filter = 64
View Source
const OP_FilterAdd = 183
View Source
const OP_FinishSeek = 143
View Source
const OP_FkCheck = 83
View Source
const OP_FkCounter = 158
View Source
const OP_FkIfZero = 49
View Source
const OP_Found = 29
View Source
const OP_Function = 66
View Source
const OP_Ge = 57
View Source
const OP_GetSubtype = 181
View Source
const OP_Gosub = 10
View Source
const OP_Goto = 9
View Source
const OP_Gt = 54
View Source
const OP_Halt = 70
View Source
const OP_HaltIfNull = 69
View Source
const OP_IdxDelete = 140
View Source
const OP_IdxGE = 45
View Source
const OP_IdxGT = 41
View Source
const OP_IdxInsert = 138
View Source
const OP_IdxLE = 40
View Source
const OP_IdxLT = 42
View Source
const OP_IdxRowid = 142
View Source
const OP_If = 16
View Source
const OP_IfNoHope = 26
View Source
const OP_IfNot = 17
View Source
const OP_IfNotOpen = 25
View Source
const OP_IfNotZero = 60
View Source
const OP_IfNullRow = 20
View Source
const OP_IfPos = 59
View Source
const OP_IfSizeBetween = 33
View Source
const OP_IncrVacuum = 62
View Source
const OP_Init = 8
View Source
const OP_InitCoroutine = 11
View Source
const OP_Insert = 128
View Source
const OP_Int64 = 72
View Source
const OP_IntCopy = 82
View Source
const OP_Integer = 71
View Source
const OP_IntegrityCk = 155
View Source
const OP_IsNull = 50
View Source
const OP_IsTrue = 91
View Source
const OP_IsType = 18
View Source
const OP_JournalMode = 4
View Source
const OP_Jump = 14
View Source
const OP_Last = 32
View Source
const OP_Le = 55
View Source
const OP_LoadAnalysis = 150
View Source
const OP_Lt = 56
View Source
const OP_MakeRecord = 97
View Source
const OP_MaxPgcnt = 179
View Source
const OP_MemMax = 159
View Source
const OP_Move = 79
View Source
const OP_Multiply = 108
View Source
const OP_MustBeInt = 13
View Source
const OP_Ne = 52
View Source
const OP_NewRowid = 127
View Source
const OP_Next = 39
View Source
const OP_NoConflict = 27
View Source
const OP_Noop = 187
View Source
const OP_Not = 19
View Source
const OP_NotExists = 31
View Source
const OP_NotFound = 28
View Source
const OP_NotNull = 51
View Source
const OP_Null = 75
View Source
const OP_NullRow = 136
View Source
const OP_Offset = 93
View Source
const OP_OffsetLimit = 160
View Source
const OP_Once = 15
View Source
const OP_OpenAutoindex = 116
View Source
const OP_OpenDup = 115
View Source
const OP_OpenEphemeral = 118
View Source
const OP_OpenPseudo = 121
View Source
const OP_OpenRead = 112
View Source
const OP_OpenWrite = 113
View Source
const OP_Or = 43
View Source
const OP_Pagecount = 178
View Source
const OP_Param = 157
View Source
const OP_ParseSchema = 149
View Source
const OP_Permutation = 89
View Source
const OP_Prev = 38
View Source
const OP_Program = 48
View Source
const OP_PureFunc = 65
View Source
const OP_ReadCookie = 99
View Source
const OP_Real = 153
View Source
const OP_RealAffinity = 87
View Source
const OP_ReleaseReg = 186
View Source
const OP_Remainder = 110
View Source
const OP_ReopenIdx = 101
View Source
const OP_ResetCount = 131
View Source
const OP_ResetSorter = 146
View Source
const OP_ResultRow = 84
View Source
const OP_Return = 67
View Source
const OP_Rewind = 36
View Source
const OP_RowCell = 129
View Source
const OP_RowData = 134
View Source
const OP_RowSetAdd = 156
View Source
const OP_RowSetRead = 46
View Source
const OP_RowSetTest = 47
View Source
const OP_Rowid = 135
View Source
const OP_SCopy = 81
View Source
const OP_Savepoint = 0
View Source
const OP_SeekEnd = 137
View Source
const OP_SeekGE = 23
View Source
const OP_SeekGT = 24
View Source
const OP_SeekHit = 125
View Source
const OP_SeekLE = 22
View Source
const OP_SeekLT = 21
View Source
const OP_SeekRowid = 30
View Source
const OP_SeekScan = 124
View Source
const OP_Sequence = 126
View Source
const OP_SequenceTest = 120
View Source
const OP_SetCookie = 100
View Source
const OP_SetSubtype = 182
View Source
const OP_ShiftLeft = 104
View Source
const OP_ShiftRight = 105
View Source
const OP_SoftNull = 76
View Source
const OP_Sort = 35
View Source
const OP_SorterCompare = 132
View Source
const OP_SorterData = 133
View Source
const OP_SorterInsert = 139
View Source
const OP_SorterNext = 37
View Source
const OP_SorterOpen = 119
View Source
const OP_SorterSort = 34
View Source
const OP_SqlExec = 148
View Source
const OP_String = 73
View Source
const OP_String8 = 117
View Source
const OP_Subtract = 107
View Source
const OP_TableLock = 169
View Source
const OP_Trace = 184
View Source
const OP_Transaction = 2
View Source
const OP_TypeCheck = 95
View Source
const OP_VBegin = 170
View Source
const OP_VCheck = 174
View Source
const OP_VColumn = 176
View Source
const OP_VCreate = 171
View Source
const OP_VDestroy = 172
View Source
const OP_VFilter = 6
View Source
const OP_VInitIn = 175
View Source
const OP_VNext = 63
View Source
const OP_VOpen = 173
View Source
const OP_VRename = 177
View Source
const OP_VUpdate = 7
View Source
const OP_Vacuum = 5
View Source
const OP_Variable = 78
View Source
const OP_Yield = 12
View Source
const OP_ZeroOrNull = 92
View Source
const OS_VXWORKS = 0
View Source
const O_ACCMODE = 2097155
View Source
const O_APPEND = 1024
View Source
const O_ASYNC = 8192
View Source
const O_BINARY = 0
View Source
const O_CLOEXEC = 524288
View Source
const O_CREAT = 64
View Source
const O_DIRECT = 16384
View Source
const O_DIRECTORY = 65536
View Source
const O_DSYNC = 4096
View Source
const O_EXCL = 128
View Source
const O_EXEC = 2097152
View Source
const O_LARGEFILE = 32768
View Source
const O_NDELAY = 2048
View Source
const O_NOATIME = 262144
View Source
const O_NOCTTY = 256
View Source
const O_NOFOLLOW = 131072
View Source
const O_NONBLOCK = 2048
View Source
const O_PATH = 2097152
View Source
const O_RDONLY = 0
View Source
const O_RDWR = 2
View Source
const O_RSYNC = 1052672
View Source
const O_SEARCH = 2097152
View Source
const O_SYNC = 1052672
View Source
const O_TMPFILE = 4259840
View Source
const O_TRUNC = 512
View Source
const O_TTY_INIT = 0
View Source
const O_WRONLY = 1
View Source
const P4_COLLSEQ = -2
View Source
const P4_DYNAMIC = -6
View Source
const P4_EXPR = -9
View Source
const P4_FREE_IF_LE = -6
View Source
const P4_FUNCCTX = -15
View Source
const P4_FUNCDEF = -7
View Source
const P4_INT32 = -3
View Source
const P4_INT64 = -13
View Source
const P4_INTARRAY = -14
View Source
const P4_KEYINFO = -8
View Source
const P4_MEM = -10
View Source
const P4_NOTUSED = 0
View Source
const P4_REAL = -12
View Source
const P4_STATIC = -1
View Source
const P4_SUBPROGRAM = -4
View Source
const P4_TABLE = -5
View Source
const P4_TABLEREF = -16
View Source
const P4_TRANSIENT = 0
View Source
const P4_VTAB = -11
View Source
const P5_ConstraintCheck = 3
View Source
const P5_ConstraintFK = 4
View Source
const P5_ConstraintNotNull = 1
View Source
const P5_ConstraintUnique = 2
View Source
const PAGER_CACHESPILL = 32
View Source
const PAGER_CKPT_FULLFSYNC = 16
View Source
const PAGER_ERROR = 6
View Source
const PAGER_FLAGS_MASK = 56
View Source
const PAGER_FULLFSYNC = 8
View Source
const PAGER_GET_NOCONTENT = 1
View Source
const PAGER_GET_READONLY = 2
View Source
const PAGER_JOURNALMODE_DELETE = 0
View Source
const PAGER_JOURNALMODE_MEMORY = 4
View Source
const PAGER_JOURNALMODE_OFF = 2
View Source
const PAGER_JOURNALMODE_PERSIST = 1
View Source
const PAGER_JOURNALMODE_QUERY = -1
View Source
const PAGER_JOURNALMODE_TRUNCATE = 3
View Source
const PAGER_JOURNALMODE_WAL = 5
View Source
const PAGER_LOCKINGMODE_EXCLUSIVE = 1
View Source
const PAGER_LOCKINGMODE_NORMAL = 0
View Source
const PAGER_LOCKINGMODE_QUERY = -1
View Source
const PAGER_MEMORY = 2
View Source
const PAGER_OMIT_JOURNAL = 1
View Source
const PAGER_OPEN = 0
View Source
const PAGER_READER = 1
View Source
const PAGER_STAT_HIT = 0
View Source
const PAGER_STAT_MISS = 1
View Source
const PAGER_STAT_SPILL = 3
View Source
const PAGER_STAT_WRITE = 2
View Source
const PAGER_SYNCHRONOUS_EXTRA = 4
View Source
const PAGER_SYNCHRONOUS_FULL = 3
View Source
const PAGER_SYNCHRONOUS_MASK = 7
View Source
const PAGER_SYNCHRONOUS_NORMAL = 2
View Source
const PAGER_SYNCHRONOUS_OFF = 1
View Source
const PAGER_WRITER_CACHEMOD = 3
View Source
const PAGER_WRITER_DBMOD = 4
View Source
const PAGER_WRITER_FINISHED = 5
View Source
const PAGER_WRITER_LOCKED = 2
View Source
const PARSE_MODE_DECLARE_VTAB = 1
View Source
const PARSE_MODE_NORMAL = 0
View Source
const PARSE_MODE_RENAME = 2
View Source
const PARSE_MODE_UNMAP = 3
View Source
const PARTLY_WITHIN = 1
View Source
const PCACHE1_MIGHT_USE_GROUP_MUTEX = 1
View Source
const PCACHE_DIRTYLIST_ADD = 2
View Source
const PCACHE_DIRTYLIST_FRONT = 3
View Source
const PCACHE_DIRTYLIST_REMOVE = 1
View Source
const PDP_ENDIAN = 3412
View Source
const PENDING_BYTE = 0
View Source
const PENDING_LOCK = 3
View Source
const PGHDR_CLEAN = 1
View Source
const PGHDR_DIRTY = 2
View Source
const PGHDR_DONT_WRITE = 16
View Source
const PGHDR_MMAP = 32
View Source
const PGHDR_NEED_SYNC = 8
View Source
const PGHDR_WAL_APPEND = 64
View Source
const PGHDR_WRITEABLE = 4
View Source
const POSIX_CLOSE_RESTART = 0
View Source
const POSIX_FADV_DONTNEED = 4
View Source
const POSIX_FADV_NOREUSE = 5
View Source
const POSIX_FADV_NORMAL = 0
View Source
const POSIX_FADV_RANDOM = 1
View Source
const POSIX_FADV_SEQUENTIAL = 2
View Source
const POSIX_FADV_WILLNEED = 3
View Source
const POSIX_MADV_DONTNEED = 4
View Source
const POSIX_MADV_NORMAL = 0
View Source
const POSIX_MADV_RANDOM = 1
View Source
const POSIX_MADV_SEQUENTIAL = 2
View Source
const POSIX_MADV_WILLNEED = 3
View Source
const PREFERRED_SCHEMA_TABLE = "sqlite_schema"
View Source
const PREFERRED_TEMP_SCHEMA_TABLE = "sqlite_temp_schema"
View Source
const PROT_EXEC = 4
View Source
const PROT_GROWSDOWN = 16777216
View Source
const PROT_GROWSUP = 33554432
View Source
const PROT_NONE = 0
View Source
const PROT_READ = 1
View Source
const PROT_WRITE = 2
View Source
const PTF_INTKEY = 1
View Source
const PTF_LEAF = 8
View Source
const PTF_LEAFDATA = 4
View Source
const PTF_ZERODATA = 2
View Source
const PTHREAD_BARRIER_SERIAL_THREAD = -1
View Source
const PTHREAD_CANCELED = -1
View Source
const PTHREAD_CANCEL_ASYNCHRONOUS = 1
View Source
const PTHREAD_CANCEL_DEFERRED = 0
View Source
const PTHREAD_CANCEL_DISABLE = 1
View Source
const PTHREAD_CANCEL_ENABLE = 0
View Source
const PTHREAD_CANCEL_MASKED = 2
View Source
const PTHREAD_CREATE_DETACHED = 1
View Source
const PTHREAD_CREATE_JOINABLE = 0
View Source
const PTHREAD_EXPLICIT_SCHED = 1
View Source
const PTHREAD_INHERIT_SCHED = 0
View Source
const PTHREAD_MUTEX_DEFAULT = 0
View Source
const PTHREAD_MUTEX_ERRORCHECK = 2
View Source
const PTHREAD_MUTEX_NORMAL = 0
View Source
const PTHREAD_MUTEX_RECURSIVE = 1
View Source
const PTHREAD_MUTEX_ROBUST = 1
View Source
const PTHREAD_MUTEX_STALLED = 0
View Source
const PTHREAD_ONCE_INIT = 0
View Source
const PTHREAD_PRIO_INHERIT = 1
View Source
const PTHREAD_PRIO_NONE = 0
View Source
const PTHREAD_PRIO_PROTECT = 2
View Source
const PTHREAD_PROCESS_PRIVATE = 0
View Source
const PTHREAD_PROCESS_SHARED = 1
View Source
const PTHREAD_SCOPE_PROCESS = 1
View Source
const PTHREAD_SCOPE_SYSTEM = 0
View Source
const PTRMAP_BTREE = 5
View Source
const PTRMAP_FREEPAGE = 2
View Source
const PTRMAP_OVERFLOW1 = 3
View Source
const PTRMAP_OVERFLOW2 = 4
View Source
const PTRMAP_ROOTPAGE = 1
View Source
const P_tmpdir = "/tmp"
View Source
const PragFlg_NeedSchema = 1
View Source
const PragFlg_NoColumns = 2
View Source
const PragFlg_NoColumns1 = 4
View Source
const PragFlg_ReadOnly = 8
View Source
const PragFlg_Result0 = 16
View Source
const PragFlg_Result1 = 32
View Source
const PragFlg_SchemaOpt = 64
View Source
const PragFlg_SchemaReq = 128
View Source
const PragTyp_ACTIVATE_EXTENSIONS = 0
View Source
const PragTyp_ANALYSIS_LIMIT = 1
View Source
const PragTyp_AUTO_VACUUM = 3
View Source
const PragTyp_BUSY_TIMEOUT = 5
View Source
const PragTyp_CACHE_SIZE = 6
View Source
const PragTyp_CACHE_SPILL = 7
View Source
const PragTyp_CASE_SENSITIVE_LIKE = 8
View Source
const PragTyp_COLLATION_LIST = 9
View Source
const PragTyp_COMPILE_OPTIONS = 10
View Source
const PragTyp_DATABASE_LIST = 12
View Source
const PragTyp_DATA_STORE_DIRECTORY = 11
View Source
const PragTyp_DEFAULT_CACHE_SIZE = 13
View Source
const PragTyp_ENCODING = 14
View Source
const PragTyp_FLAG = 4
View Source
const PragTyp_FOREIGN_KEY_CHECK = 15
View Source
const PragTyp_FOREIGN_KEY_LIST = 16
View Source
const PragTyp_FUNCTION_LIST = 17
View Source
const PragTyp_HARD_HEAP_LIMIT = 18
View Source
const PragTyp_HEADER_VALUE = 2
View Source
const PragTyp_INCREMENTAL_VACUUM = 19
View Source
const PragTyp_INDEX_INFO = 20
View Source
const PragTyp_INDEX_LIST = 21
View Source
const PragTyp_INTEGRITY_CHECK = 22
View Source
const PragTyp_JOURNAL_MODE = 23
View Source
const PragTyp_JOURNAL_SIZE_LIMIT = 24
View Source
const PragTyp_LOCKING_MODE = 26
View Source
const PragTyp_LOCK_PROXY_FILE = 25
View Source
const PragTyp_LOCK_STATUS = 44
View Source
const PragTyp_MMAP_SIZE = 28
View Source
const PragTyp_MODULE_LIST = 29
View Source
const PragTyp_OPTIMIZE = 30
View Source
const PragTyp_PAGE_COUNT = 27
View Source
const PragTyp_PAGE_SIZE = 31
View Source
const PragTyp_PRAGMA_LIST = 32
View Source
const PragTyp_SECURE_DELETE = 33
View Source
const PragTyp_SHRINK_MEMORY = 34
View Source
const PragTyp_SOFT_HEAP_LIMIT = 35
View Source
const PragTyp_STATS = 45
View Source
const PragTyp_SYNCHRONOUS = 36
View Source
const PragTyp_TABLE_INFO = 37
View Source
const PragTyp_TABLE_LIST = 38
View Source
const PragTyp_TEMP_STORE = 39
View Source
const PragTyp_TEMP_STORE_DIRECTORY = 40
View Source
const PragTyp_THREADS = 41
View Source
const PragTyp_WAL_AUTOCHECKPOINT = 42
View Source
const PragTyp_WAL_CHECKPOINT = 43