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 PCache2
- type PCache11
- 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 PgHdr2
- type PgHdr11
- 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 TPCache2
- type TPCache11
- 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 TPgHdr2
- type TPgHdr11
- 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 Ti8
- type Ti16
- type Ti64
- type Tid_t
- type Tino_t
- type Tint8_t
- type Tint16_t
- type Tint32_t
- type Tint64_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 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 Tsqlite31
- 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 Tu8
- type Tu16
- type Tu32
- type Tu64
- type Tu_char
- type Tu_int
- type Tu_int8_t
- type Tu_int16_t
- type Tu_int32_t
- type Tu_int64_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) SQLITE_TRANSIENT = ^uintptr(0) )
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
View Source
const RAND_MAX = 2147483647
View Source
const RBU_CREATE_STATE = "CREATE TABLE IF NOT EXISTS %s.rbu_state(k INTEGER PRIMARY KEY, v)"
View Source
const RBU_DELETE = 2
View Source
const RBU_ENABLE_DELTA_CKSUM = 0
View Source
const RBU_EXCLUSIVE_CHECKPOINT = "rbu_exclusive_checkpoint"
View Source
const RBU_IDX_DELETE = 4
View Source
const RBU_IDX_INSERT = 5
View Source
const RBU_INSERT = 1
View Source
const RBU_PK_EXTERNAL = 3
View Source
const RBU_PK_IPK = 2
View Source
const RBU_PK_NONE = 1
View Source
const RBU_PK_NOTABLE = 0
View Source
const RBU_PK_VTAB = 5
View Source
const RBU_PK_WITHOUT_ROWID = 4
View Source
const RBU_REPLACE = 3
View Source
const RBU_STAGE_CAPTURE = 3
View Source
const RBU_STAGE_CKPT = 4
View Source
const RBU_STAGE_DONE = 5
View Source
const RBU_STAGE_MOVE = 2
View Source
const RBU_STAGE_OAL = 1
View Source
const RBU_STATE_CKPT = 6
View Source
const RBU_STATE_COOKIE = 7
View Source
const RBU_STATE_DATATBL = 10
View Source
const RBU_STATE_IDX = 3
View Source
const RBU_STATE_OALSZ = 8
View Source
const RBU_STATE_PHASEONESTEP = 9
View Source
const RBU_STATE_PROGRESS = 5
View Source
const RBU_STATE_ROW = 4
View Source
const RBU_STATE_STAGE = 1
View Source
const RBU_STATE_TBL = 2
View Source
const RBU_UPDATE = 6
View Source
const RBU_ZIPVFS_CTRL_FILE_POINTER = 230439
View Source
const READMARK_NOT_USED = 4294967295
View Source
const READ_LOCK = 1
View Source
const RESERVED_BYTE = 1
View Source
const RESERVED_LOCK = 2
View Source
const RNDAWAY = 0
View Source
const RNDTOWARDS = 0
View Source
const ROWSET_ALLOCATION_SIZE = 1024
View Source
const ROWSET_ENTRY_PER_CHUNK = 1016
View Source
const ROWSET_NEXT = 2
View Source
const ROWSET_SORTED = 1
View Source
const RTLD_DI_LINKMAP = 2
View Source
const RTLD_GLOBAL = 256
View Source
const RTLD_LAZY = 1
View Source
const RTLD_LOCAL = 0
View Source
const RTLD_NEXT = -1
View Source
const RTLD_NODELETE = 4096
View Source
const RTLD_NOLOAD = 4
View Source
const RTLD_NOW = 2
View Source
const RTREE_CACHE_SZ = 5
View Source
const RTREE_CHECK_MAX_ERROR = 100
View Source
const RTREE_COORD_INT32 = 1
View Source
const RTREE_COORD_REAL32 = 0
View Source
const RTREE_DEFAULT_ROWEST = 1048576
View Source
const RTREE_EQ = 65
View Source
const RTREE_FALSE = 64
View Source
const RTREE_GE = 68
View Source
const RTREE_GT = 69
View Source
const RTREE_LE = 66
View Source
const RTREE_LT = 67
View Source
const RTREE_MATCH = 70
View Source
const RTREE_MAXCELLS = 51
View Source
const RTREE_MAX_AUX_COLUMN = 100
View Source
const RTREE_MAX_DEPTH = 40
View Source
const RTREE_MAX_DIMENSIONS = 5
View Source
const RTREE_MIN_ROWEST = 100
View Source
const RTREE_QUERY = 71
View Source
const RTREE_TRUE = 63
View Source
const RTREE_ZERO = 0
View Source
const RWF_WRITE_LIFE_NOT_SET = 0
View Source
const RWH_WRITE_LIFE_EXTREME = 5
View Source
const RWH_WRITE_LIFE_LONG = 4
View Source
const RWH_WRITE_LIFE_MEDIUM = 3
View Source
const RWH_WRITE_LIFE_NONE = 1
View Source
const RWH_WRITE_LIFE_SHORT = 2
View Source
const R_OK = 4
View Source
const SAVEPOINT_BEGIN = 0
View Source
const SAVEPOINT_RELEASE = 1
View Source
const SAVEPOINT_ROLLBACK = 2
View Source
const SCHED_BATCH = 3
View Source
const SCHED_DEADLINE = 6
View Source
const SCHED_FIFO = 1
View Source
const SCHED_IDLE = 5
View Source
const SCHED_OTHER = 0
View Source
const SCHED_RESET_ON_FORK = 1073741824
View Source
const SCHED_RR = 2
View Source
const SCHEMA_ROOT = 1
View Source
const SEEK_DATA = 3
View Source
const SEEK_HOLE = 4
View Source
const SESSIONS_ROWID = "_rowid_"
View Source
const SESSIONS_STRM_CHUNK_SIZE = 1024
View Source
const SESSION_MAX_BUFFER_SZ = 2147483391
View Source
const SESSION_UPDATE_CACHE_SZ = 12
View Source
const SF_Aggregate = 8
View Source
const SF_All = 2
View Source
const SF_ComplexResult = 262144
View Source
const SF_Compound = 256
View Source
const SF_Converted = 65536
View Source
const SF_CopyCte = 67108864
View Source
const SF_Distinct = 1
View Source
const SF_Expanded = 64
View Source
const SF_FixedLimit = 16384
View Source
const SF_HasAgg = 16
View Source
const SF_HasTypeInfo = 128
View Source
const SF_IncludeHidden = 131072
View Source
const SF_MaybeConvert = 32768
View Source
const SF_MinMaxAgg = 4096
View Source
const SF_MultiPart = 33554432
View Source
const SF_MultiValue = 1024
View Source
const SF_NestedFrom = 2048
View Source
const SF_NoopOrderBy = 4194304
View Source
const SF_OrderByReqd = 134217728
View Source
const SF_PushDown = 16777216
View Source
const SF_Recursive = 8192
View Source
const SF_Resolved = 4
View Source
const SF_UFSrcCheck = 8388608
View Source
const SF_UpdateFrom = 268435456
View Source
const SF_UsesEphemeral = 32
View Source
const SF_Values = 512
View Source
const SF_View = 2097152
View Source
const SF_WhereBegin = 524288
View Source
const SF_WinRewrite = 1048576
View Source
const SHARED_FIRST = 2
View Source
const SHARED_LOCK = 1
View Source
const SHARED_SIZE = 510
View Source
const SIOCADDDLCI = 35200
View Source
const SIOCADDMULTI = 35121
View Source
const SIOCADDRT = 35083
View Source
const SIOCATMARK = 35077
View Source
const SIOCDARP = 35155
View Source
const SIOCDELDLCI = 35201
View Source
const SIOCDELMULTI = 35122
View Source
const SIOCDELRT = 35084
View Source
const SIOCDEVPRIVATE = 35312
View Source
const SIOCDIFADDR = 35126
View Source
const SIOCDRARP = 35168
View Source
const SIOCGARP = 35156
View Source
const SIOCGIFADDR = 35093
View Source
const SIOCGIFBR = 35136
View Source
const SIOCGIFBRDADDR = 35097
View Source
const SIOCGIFCONF = 35090
View Source
const SIOCGIFCOUNT = 35128
View Source
const SIOCGIFDSTADDR = 35095
View Source
const SIOCGIFENCAP = 35109
View Source
const SIOCGIFFLAGS = 35091
View Source
const SIOCGIFHWADDR = 35111
View Source
const SIOCGIFINDEX = 35123
View Source
const SIOCGIFMAP = 35184
View Source
const SIOCGIFMEM = 35103
View Source
const SIOCGIFMETRIC = 35101
View Source
const SIOCGIFMTU = 35105
View Source
const SIOCGIFNAME = 35088
View Source
const SIOCGIFNETMASK = 35099
View Source
const SIOCGIFPFLAGS = 35125
View Source
const SIOCGIFSLAVE = 35113
View Source
const SIOCGIFTXQLEN = 35138
View Source
const SIOCGPGRP = 35076
View Source
const SIOCGRARP = 35169
View Source
const SIOCGSTAMP = 35078
View Source
const SIOCGSTAMPNS = 35079
View Source
const SIOCPROTOPRIVATE = 35296
View Source
const SIOCRTMSG = 35085
View Source
const SIOCSARP = 35157
View Source
const SIOCSIFADDR = 35094
View Source
const SIOCSIFBR = 35137
View Source
const SIOCSIFBRDADDR = 35098
View Source
const SIOCSIFDSTADDR = 35096
View Source
const SIOCSIFENCAP = 35110
View Source
const SIOCSIFFLAGS = 35092
View Source
const SIOCSIFHWADDR = 35108
View Source
const SIOCSIFHWBROADCAST = 35127
View Source
const SIOCSIFLINK = 35089
View Source
const SIOCSIFMAP = 35185
View Source
const SIOCSIFMEM = 35104
View Source
const SIOCSIFMETRIC = 35102
View Source
const SIOCSIFMTU = 35106
View Source
const SIOCSIFNAME = 35107
View Source
const SIOCSIFNETMASK = 35100
View Source
const SIOCSIFPFLAGS = 35124
View Source
const SIOCSIFSLAVE = 35120
View Source
const SIOCSIFTXQLEN = 35139
View Source
const SIOCSPGRP = 35074
View Source
const SIOCSRARP = 35170
View Source
const SIOGIFINDEX = 35123
View Source
const SLOT_2_0 = 2080895
View Source
const SLOT_4_2_0 = 4028612735
View Source
const SORTER_MAX_MERGE_COUNT = 16
View Source
const SORTER_TYPE_INTEGER = 1
View Source
const SORTER_TYPE_TEXT = 2
View Source
const SORTFLAG_UseSorter = 1
View Source
const SPILLFLAG_NOSYNC = 4
View Source
const SPILLFLAG_OFF = 1
View Source
const SPILLFLAG_ROLLBACK = 2
View Source
const SPLICE_F_GIFT = 8
View Source
const SPLICE_F_MORE = 4
View Source
const SPLICE_F_MOVE = 1
View Source
const SPLICE_F_NONBLOCK = 2
View Source
const SQLITE3_TEXT = 3
View Source
const SQLITE_ABORT = 4
View Source
const SQLITE_ABORT_ROLLBACK = 516
View Source
const SQLITE_ACCESS_EXISTS = 0
View Source
const SQLITE_ACCESS_READ = 2
View Source
const SQLITE_ACCESS_READWRITE = 1
View Source
const SQLITE_AFF_BLOB = 65
View Source
const SQLITE_AFF_FLEXNUM = 70
View Source
const SQLITE_AFF_INTEGER = 68
View Source
const SQLITE_AFF_MASK = 71
View Source
const SQLITE_AFF_NONE = 64
View Source
const SQLITE_AFF_NUMERIC = 67
View Source
const SQLITE_AFF_REAL = 69
View Source
const SQLITE_AFF_TEXT = 66
View Source
const SQLITE_ALLOW_COVERING_INDEX_SCAN = 1
View Source
const SQLITE_ALTER_TABLE = 26
View Source
const SQLITE_AMALGAMATION = 1
View Source
const SQLITE_ANALYZE = 28
View Source
const SQLITE_ANY = 5
View Source
const SQLITE_ASCII = 1
View Source
const SQLITE_ATOMIC_INTRINSICS = 1
View Source
const SQLITE_ATTACH = 24
View Source
const SQLITE_AUTH = 23
View Source
const SQLITE_AUTH_USER = 279
View Source
const SQLITE_AllOpts = 4294967295
View Source
const SQLITE_AutoIndex = 32768
View Source
const SQLITE_BIGENDIAN = 0
View Source
const SQLITE_BIG_DBL = 1e+99
View Source
const SQLITE_BLDF1_INDEXED = 1
View Source
const SQLITE_BLDF1_UNIQUE = 2
View Source
const SQLITE_BLDF2_2NDPASS = 4
View Source
const SQLITE_BLOB = 4
View Source
const SQLITE_BUSY = 5
View Source
const SQLITE_BUSY_RECOVERY = 261
View Source
const SQLITE_BUSY_SNAPSHOT = 517
View Source
const SQLITE_BUSY_TIMEOUT = 773
View Source
const SQLITE_BYTEORDER = 1234
View Source
const SQLITE_BalancedMerge = 2097152
View Source
const SQLITE_BloomFilter = 524288
View Source
const SQLITE_BloomPulldown = 1048576
View Source
const SQLITE_CANTOPEN = 14
View Source
const SQLITE_CANTOPEN_BKPT = 0
View Source
const SQLITE_CANTOPEN_CONVPATH = 1038
View Source
const SQLITE_CANTOPEN_DIRTYWAL = 1294
View Source
const SQLITE_CANTOPEN_FULLPATH = 782
View Source
const SQLITE_CANTOPEN_ISDIR = 526
View Source
const SQLITE_CANTOPEN_NOTEMPDIR = 270
View Source
const SQLITE_CANTOPEN_SYMLINK = 1550
View Source
const SQLITE_CHANGESETAPPLY_FKNOACTION = 8
View Source
const SQLITE_CHANGESETAPPLY_IGNORENOOP = 4
View Source
const SQLITE_CHANGESETAPPLY_INVERT = 2
View Source
const SQLITE_CHANGESETAPPLY_NOSAVEPOINT = 1
View Source
const SQLITE_CHANGESETSTART_INVERT = 2
View Source
const SQLITE_CHANGESET_ABORT = 2
View Source
const SQLITE_CHANGESET_CONFLICT = 3
View Source
const SQLITE_CHANGESET_CONSTRAINT = 4
View Source
const SQLITE_CHANGESET_DATA = 1
View Source
const SQLITE_CHANGESET_FOREIGN_KEY = 5
View Source
const SQLITE_CHANGESET_NOTFOUND = 2
View Source
const SQLITE_CHANGESET_OMIT = 0
View Source
const SQLITE_CHANGESET_REPLACE = 1
View Source
const SQLITE_CHECKPOINT_FULL = 1
View Source
const SQLITE_CHECKPOINT_PASSIVE = 0
View Source
const SQLITE_CHECKPOINT_RESTART = 2
View Source
const SQLITE_CHECKPOINT_TRUNCATE = 3
View Source
const SQLITE_CONFIG_COVERING_INDEX_SCAN = 20
View Source
const SQLITE_CONFIG_GETMALLOC = 5
View Source
const SQLITE_CONFIG_GETMUTEX = 11
View Source
const SQLITE_CONFIG_GETPCACHE = 15
View Source
const SQLITE_CONFIG_GETPCACHE2 = 19
View Source
const SQLITE_CONFIG_HEAP = 8
View Source
const SQLITE_CONFIG_LOG = 16
View Source
const SQLITE_CONFIG_LOOKASIDE = 13
View Source
const SQLITE_CONFIG_MALLOC = 4
View Source
const SQLITE_CONFIG_MEMDB_MAXSIZE = 29
View Source
const SQLITE_CONFIG_MEMSTATUS = 9
View Source
const SQLITE_CONFIG_MMAP_SIZE = 22
View Source
const SQLITE_CONFIG_MULTITHREAD = 2
View Source
const SQLITE_CONFIG_MUTEX = 10
View Source
const SQLITE_CONFIG_PAGECACHE = 7
View Source
const SQLITE_CONFIG_PCACHE = 14
View Source
const SQLITE_CONFIG_PCACHE2 = 18
View Source
const SQLITE_CONFIG_PCACHE_HDRSZ = 24
View Source
const SQLITE_CONFIG_PMASZ = 25
View Source
const SQLITE_CONFIG_ROWID_IN_VIEW = 30
View Source
const SQLITE_CONFIG_SCRATCH = 6
View Source
const SQLITE_CONFIG_SERIALIZED = 3
View Source
const SQLITE_CONFIG_SINGLETHREAD = 1
View Source
const SQLITE_CONFIG_SMALL_MALLOC = 27
View Source
const SQLITE_CONFIG_SORTERREF_SIZE = 28
View Source
const SQLITE_CONFIG_SQLLOG = 21
View Source
const SQLITE_CONFIG_STMTJRNL_SPILL = 26
View Source
const SQLITE_CONFIG_URI = 17
View Source
const SQLITE_CONFIG_WIN32_HEAPSIZE = 23
View Source
const SQLITE_CONSTRAINT = 19
View Source
const SQLITE_CONSTRAINT_CHECK = 275
View Source
const SQLITE_CONSTRAINT_COMMITHOOK = 531
View Source
const SQLITE_CONSTRAINT_DATATYPE = 3091
View Source
const SQLITE_CONSTRAINT_FOREIGNKEY = 787
View Source
const SQLITE_CONSTRAINT_FUNCTION = 1043
View Source
const SQLITE_CONSTRAINT_NOTNULL = 1299
View Source
const SQLITE_CONSTRAINT_PINNED = 2835
View Source
const SQLITE_CONSTRAINT_PRIMARYKEY = 1555
View Source
const SQLITE_CONSTRAINT_ROWID = 2579
View Source
const SQLITE_CONSTRAINT_TRIGGER = 1811
View Source
const SQLITE_CONSTRAINT_UNIQUE = 2067
View Source
const SQLITE_CONSTRAINT_VTAB = 2323
View Source
const SQLITE_COPY = 0
View Source
const SQLITE_CORE = 1
View Source
const SQLITE_CORRUPT = 11
View Source
const SQLITE_CORRUPT_BKPT = 0
View Source
const SQLITE_CORRUPT_INDEX = 779
View Source
const SQLITE_CORRUPT_SEQUENCE = 523
View Source
const SQLITE_CORRUPT_VTAB = 267
View Source
const SQLITE_CREATE_INDEX = 1
View Source
const SQLITE_CREATE_TABLE = 2
View Source
const SQLITE_CREATE_TEMP_INDEX = 3
View Source
const SQLITE_CREATE_TEMP_TABLE = 4
View Source
const SQLITE_CREATE_TEMP_TRIGGER = 5
View Source
const SQLITE_CREATE_TEMP_VIEW = 6
View Source
const SQLITE_CREATE_TRIGGER = 7
View Source
const SQLITE_CREATE_VIEW = 8
View Source
const SQLITE_CREATE_VTABLE = 29
View Source
const SQLITE_CacheSpill = 32
View Source
const SQLITE_CellSizeCk = 2097152
View Source
const SQLITE_CkptFullFSync = 16
View Source
const SQLITE_Coroutines = 33554432
View Source
const SQLITE_CountOfView = 512
View Source
const SQLITE_CoverIdxScan = 32
View Source
const SQLITE_CursorHints = 1024
View Source
const SQLITE_DBCONFIG_DEFENSIVE = 1010
View Source
const SQLITE_DBCONFIG_DQS_DDL = 1014
View Source
const SQLITE_DBCONFIG_DQS_DML = 1013
View Source
const SQLITE_DBCONFIG_ENABLE_FKEY = 1002
View Source
const SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER = 1004
View Source
const SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION = 1005
View Source
const SQLITE_DBCONFIG_ENABLE_QPSG = 1007
View Source
const SQLITE_DBCONFIG_ENABLE_TRIGGER = 1003
View Source
const SQLITE_DBCONFIG_ENABLE_VIEW = 1015
View Source
const SQLITE_DBCONFIG_LEGACY_ALTER_TABLE = 1012
View Source
const SQLITE_DBCONFIG_LEGACY_FILE_FORMAT = 1016
View Source
const SQLITE_DBCONFIG_LOOKASIDE = 1001
View Source
const SQLITE_DBCONFIG_MAINDBNAME = 1000
View Source
const SQLITE_DBCONFIG_MAX = 1019
View Source
const SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE = 1006
View Source
const SQLITE_DBCONFIG_RESET_DATABASE = 1009
View Source
const SQLITE_DBCONFIG_REVERSE_SCANORDER = 1019
View Source
const SQLITE_DBCONFIG_STMT_SCANSTATUS = 1018
View Source
const SQLITE_DBCONFIG_TRIGGER_EQP = 1008
View Source
const SQLITE_DBCONFIG_TRUSTED_SCHEMA = 1017
View Source
const SQLITE_DBCONFIG_WRITABLE_SCHEMA = 1011
View Source
const SQLITE_DBSTATUS_CACHE_HIT = 7
View Source
const SQLITE_DBSTATUS_CACHE_MISS = 8
View Source
const SQLITE_DBSTATUS_CACHE_SPILL = 12
View Source
const SQLITE_DBSTATUS_CACHE_USED = 1
View Source
const SQLITE_DBSTATUS_CACHE_USED_SHARED = 11
View Source
const SQLITE_DBSTATUS_CACHE_WRITE = 9
View Source
const SQLITE_DBSTATUS_DEFERRED_FKS = 10
View Source
const SQLITE_DBSTATUS_LOOKASIDE_HIT = 4
View Source
const SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL = 6
View Source
const SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE = 5
View Source
const SQLITE_DBSTATUS_LOOKASIDE_USED = 0
View Source
const SQLITE_DBSTATUS_MAX = 12
View Source
const SQLITE_DBSTATUS_SCHEMA_USED = 2
View Source
const SQLITE_DBSTATUS_STMT_USED = 3
View Source
const SQLITE_DEFAULT_AUTOVACUUM = 0
View Source
const SQLITE_DEFAULT_CACHE_SIZE = -2000
View Source
const SQLITE_DEFAULT_FILE_FORMAT = 4
View Source
const SQLITE_DEFAULT_FILE_PERMISSIONS = 420
View Source
const SQLITE_DEFAULT_JOURNAL_SIZE_LIMIT = -1
View Source
const SQLITE_DEFAULT_LOOKASIDE = 40
View Source
const SQLITE_DEFAULT_MEMSTATUS = 0
View Source
const SQLITE_DEFAULT_MMAP_SIZE = 0
View Source
const SQLITE_DEFAULT_OPTIMIZE_LIMIT = 2000
View Source
const SQLITE_DEFAULT_PAGE_SIZE = 4096
View Source
const SQLITE_DEFAULT_PCACHE_INITSZ = 20
View Source
const SQLITE_DEFAULT_PROXYDIR_PERMISSIONS = 493
View Source
const SQLITE_DEFAULT_RECURSIVE_TRIGGERS = 0
View Source
const SQLITE_DEFAULT_SECTOR_SIZE = 4096
View Source
const SQLITE_DEFAULT_SORTERREF_SIZE = 2147483647
View Source
const SQLITE_DEFAULT_SYNCHRONOUS = 2
View Source
const SQLITE_DEFAULT_WAL_AUTOCHECKPOINT = 1000
View Source
const SQLITE_DEFAULT_WAL_SYNCHRONOUS = 2
View Source
const SQLITE_DEFAULT_WORKER_THREADS = 0
View Source
const SQLITE_DELETE = 9
View Source
const SQLITE_DENY = 1
View Source
const SQLITE_DESERIALIZE_FREEONCLOSE = 1
View Source
const SQLITE_DESERIALIZE_READONLY = 4
View Source
const SQLITE_DESERIALIZE_RESIZEABLE = 2
View Source
const SQLITE_DETACH = 25
View Source
const SQLITE_DETERMINISTIC = 2048
View Source
const SQLITE_DIGIT_SEPARATOR = 95
View Source
const SQLITE_DIRECTONLY = 524288
View Source
const SQLITE_DIRECT_OVERFLOW_READ = 1
View Source
const SQLITE_DONE = 101
View Source
const SQLITE_DQS = 3
View Source
const SQLITE_DROP_INDEX = 10
View Source
const SQLITE_DROP_TABLE = 11
View Source
const SQLITE_DROP_TEMP_INDEX = 12
View Source
const SQLITE_DROP_TEMP_TABLE = 13
View Source
const SQLITE_DROP_TEMP_TRIGGER = 14
View Source
const SQLITE_DROP_TEMP_VIEW = 15
View Source
const SQLITE_DROP_TRIGGER = 16
View Source
const SQLITE_DROP_VIEW = 17
View Source
const SQLITE_DROP_VTABLE = 30
View Source
const SQLITE_Defensive = 268435456
View Source
const SQLITE_DeferFKs = 524288
View Source
const SQLITE_DistinctOpt = 16
View Source
const SQLITE_DqsDDL = 536870912
View Source
const SQLITE_DqsDML = 1073741824
View Source
const SQLITE_ECEL_DUP = 1
View Source
const SQLITE_ECEL_FACTOR = 2
View Source
const SQLITE_ECEL_OMITREF = 8
View Source
const SQLITE_ECEL_REF = 4
View Source
const SQLITE_EMPTY = 16
View Source
const SQLITE_ENABLE_COLUMN_METADATA = 1
View Source
const SQLITE_ENABLE_DBSTAT_VTAB = 1
View Source
const SQLITE_ENABLE_FTS5 = 1
View Source
const SQLITE_ENABLE_GEOPOLY = 1
View Source
const SQLITE_ENABLE_JSON1 = 1
View Source
const SQLITE_ENABLE_LOCKING_STYLE = 0
View Source
const SQLITE_ENABLE_MATH_FUNCTIONS = 1
View Source
const SQLITE_ENABLE_MEMORY_MANAGEMENT = 1
View Source
const SQLITE_ENABLE_OFFSET_SQL_FUNC = 1
View Source
const SQLITE_ENABLE_PREUPDATE_HOOK = 1
View Source
const SQLITE_ENABLE_RBU = 1
View Source
const SQLITE_ENABLE_RTREE = 1
View Source
const SQLITE_ENABLE_SESSION = 1
View Source
const SQLITE_ENABLE_SNAPSHOT = 1
View Source
const SQLITE_ENABLE_STAT4 = 1
View Source
const SQLITE_ENABLE_UNLOCK_NOTIFY = 1
View Source
const SQLITE_ERROR = 1
View Source
const SQLITE_ERROR_MISSING_COLLSEQ = 257
View Source
const SQLITE_ERROR_RETRY = 513
View Source
const SQLITE_ERROR_SNAPSHOT = 769
View Source
const SQLITE_EXTERN = 0
View Source
const SQLITE_EnableQPSG = 8388608
View Source
const SQLITE_EnableTrigger = 262144
View Source
const SQLITE_EnableView = 2147483648
View Source
const SQLITE_FAIL = 3
View Source
const SQLITE_FAULTINJECTOR_COUNT = 1
View Source
const SQLITE_FAULTINJECTOR_MALLOC = 0
View Source
const SQLITE_FCNTL_BEGIN_ATOMIC_WRITE = 31
View Source
const SQLITE_FCNTL_BUSYHANDLER = 15
View Source
const SQLITE_FCNTL_CHUNK_SIZE = 6
View Source
const SQLITE_FCNTL_CKPT_DONE = 37
View Source
const SQLITE_FCNTL_CKPT_START = 39
View Source
const SQLITE_FCNTL_CKSM_FILE = 41
View Source
const SQLITE_FCNTL_COMMIT_ATOMIC_WRITE = 32
View Source
const SQLITE_FCNTL_COMMIT_PHASETWO = 22
View Source
const SQLITE_FCNTL_DATA_VERSION = 35
View Source
const SQLITE_FCNTL_DB_UNCHANGED = 3389603744
View Source
const SQLITE_FCNTL_EXTERNAL_READER = 40
View Source
const SQLITE_FCNTL_FILE_POINTER = 7
View Source
const SQLITE_FCNTL_GET_LOCKPROXYFILE = 2
View Source
const SQLITE_FCNTL_HAS_MOVED = 20
View Source
const SQLITE_FCNTL_JOURNAL_POINTER = 28
View Source
const SQLITE_FCNTL_LAST_ERRNO = 4
View Source
const SQLITE_FCNTL_LOCKSTATE = 1
View Source
const SQLITE_FCNTL_LOCK_TIMEOUT = 34
View Source
const SQLITE_FCNTL_MMAP_SIZE = 18
View Source
const SQLITE_FCNTL_OVERWRITE = 11
View Source
const SQLITE_FCNTL_PDB = 30
View Source
const SQLITE_FCNTL_PERSIST_WAL = 10
View Source
const SQLITE_FCNTL_POWERSAFE_OVERWRITE = 13
View Source
const SQLITE_FCNTL_PRAGMA = 14
View Source
const SQLITE_FCNTL_RBU = 26
View Source
const SQLITE_FCNTL_RBUCNT = 5149216
View Source
const SQLITE_FCNTL_RESERVE_BYTES = 38
View Source
const SQLITE_FCNTL_RESET_CACHE = 42
View Source
const SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE = 33
View Source
const SQLITE_FCNTL_SET_LOCKPROXYFILE = 3
View Source
const SQLITE_FCNTL_SIZE_HINT = 5
View Source
const SQLITE_FCNTL_SIZE_LIMIT = 36
View Source
const SQLITE_FCNTL_SYNC = 21
View Source
const SQLITE_FCNTL_SYNC_OMITTED = 8
View Source
const SQLITE_FCNTL_TEMPFILENAME = 16
View Source
const SQLITE_FCNTL_TRACE = 19
View Source
const SQLITE_FCNTL_VFSNAME = 12
View Source
const SQLITE_FCNTL_VFS_POINTER = 27
View Source
const SQLITE_FCNTL_WAL_BLOCK = 24
View Source
const SQLITE_FCNTL_WIN32_AV_RETRY = 9
View Source
const SQLITE_FCNTL_WIN32_GET_HANDLE = 29
View Source
const SQLITE_FCNTL_WIN32_SET_HANDLE = 23
View Source
const SQLITE_FCNTL_ZIPVFS = 25
View Source
const SQLITE_FILE_HEADER = "SQLite format 3"
View Source
const SQLITE_FLOAT = 2
View Source
const SQLITE_FORMAT = 24
View Source
const SQLITE_FP_PRECISION_LIMIT = 100000000
View Source
const SQLITE_FRAME_MAGIC = 2275391262
View Source
const SQLITE_FSFLAGS_IS_MSDOS = 1
View Source
const SQLITE_FTS5_MAX_EXPR_DEPTH = 256
View Source
const SQLITE_FULL = 13
View Source
const SQLITE_FUNCTION = 31
View Source
const SQLITE_FUNC_ANYORDER = 134217728
View Source
const SQLITE_FUNC_BUILTIN = 8388608
View Source
const SQLITE_FUNC_BYTELEN = 192
View Source
const SQLITE_FUNC_CASE = 8
View Source
const SQLITE_FUNC_CONSTANT = 2048
View Source
const SQLITE_FUNC_COUNT = 256
View Source
const SQLITE_FUNC_DIRECT = 524288
View Source
const SQLITE_FUNC_ENCMASK = 3
View Source
const SQLITE_FUNC_EPHEM = 16
View Source
const SQLITE_FUNC_HASH_SZ = 23
View Source
const SQLITE_FUNC_INLINE = 4194304
View Source
const SQLITE_FUNC_INTERNAL = 262144
View Source
const SQLITE_FUNC_LENGTH = 64
View Source
const SQLITE_FUNC_LIKE = 4
View Source
const SQLITE_FUNC_MINMAX = 4096
View Source
const SQLITE_FUNC_NEEDCOLL = 32
View Source
const SQLITE_FUNC_RUNONLY = 32768
View Source
const SQLITE_FUNC_SLOCHNG = 8192
View Source
const SQLITE_FUNC_TEST = 16384
View Source
const SQLITE_FUNC_TYPEOF = 128
View Source
const SQLITE_FUNC_UNLIKELY = 1024
View Source
const SQLITE_FUNC_UNSAFE = 2097152
View Source
const SQLITE_FUNC_WINDOW = 65536
View Source
const SQLITE_FactorOutConst = 8
View Source
const SQLITE_FlttnUnionAll = 8388608
View Source
const SQLITE_ForeignKeys = 16384
View Source
const SQLITE_Fts3Tokenizer = 4194304
View Source
const SQLITE_FullColNames = 4
View Source
const SQLITE_FullFSync = 8
View Source
const SQLITE_GET_LOCKPROXYFILE = 2
View Source
const SQLITE_GroupByOrder = 4
View Source
const SQLITE_HAVE_C99_MATH_FUNCS = 1
View Source
const SQLITE_HAVE_ZLIB = 1
View Source
const SQLITE_IDXTYPE_APPDEF = 0
View Source
const SQLITE_IDXTYPE_IPK = 3
View Source
const SQLITE_IDXTYPE_PRIMARYKEY = 2
View Source
const SQLITE_IDXTYPE_UNIQUE = 1
View Source
const SQLITE_IGNORE = 2
View Source
const SQLITE_INDEX_CONSTRAINT_EQ = 2
View Source
const SQLITE_INDEX_CONSTRAINT_FUNCTION = 150
View Source
const SQLITE_INDEX_CONSTRAINT_GE = 32
View Source
const SQLITE_INDEX_CONSTRAINT_GLOB = 66
View Source
const SQLITE_INDEX_CONSTRAINT_GT = 4
View Source
const SQLITE_INDEX_CONSTRAINT_IS = 72
View Source
const SQLITE_INDEX_CONSTRAINT_ISNOT = 69
View Source
const SQLITE_INDEX_CONSTRAINT_ISNOTNULL = 70
View Source
const SQLITE_INDEX_CONSTRAINT_ISNULL = 71
View Source
const SQLITE_INDEX_CONSTRAINT_LE = 8
View Source
const SQLITE_INDEX_CONSTRAINT_LIKE = 65
View Source
const SQLITE_INDEX_CONSTRAINT_LIMIT = 73
View Source
const SQLITE_INDEX_CONSTRAINT_LT = 16
View Source
const SQLITE_INDEX_CONSTRAINT_MATCH = 64
View Source
const SQLITE_INDEX_CONSTRAINT_NE = 68
View Source
const SQLITE_INDEX_CONSTRAINT_OFFSET = 74
View Source
const SQLITE_INDEX_CONSTRAINT_REGEXP = 67
View Source
const SQLITE_INDEX_SCAN_UNIQUE = 1
View Source
const SQLITE_INNOCUOUS = 2097152
View Source
const SQLITE_INSERT = 18
View Source
const SQLITE_INTEGER = 1
View Source
const SQLITE_INTEGRITY_CHECK_ERROR_MAX = 100
View Source
const SQLITE_INTERNAL = 2
View Source
const SQLITE_INTERRUPT = 9
View Source
const SQLITE_IOCAP_ATOMIC = 1
View Source
const SQLITE_IOCAP_ATOMIC16K = 64
View Source
const SQLITE_IOCAP_ATOMIC1K = 4
View Source
const SQLITE_IOCAP_ATOMIC2K = 8
View Source
const SQLITE_IOCAP_ATOMIC32K = 128
View Source
const SQLITE_IOCAP_ATOMIC4K = 16
View Source
const SQLITE_IOCAP_ATOMIC512 = 2
View Source
const SQLITE_IOCAP_ATOMIC64K = 256
View Source
const SQLITE_IOCAP_ATOMIC8K = 32
View Source
const SQLITE_IOCAP_BATCH_ATOMIC = 16384
View Source
const SQLITE_IOCAP_IMMUTABLE = 8192
View Source
const SQLITE_IOCAP_POWERSAFE_OVERWRITE = 4096
View Source
const SQLITE_IOCAP_SAFE_APPEND = 512
View Source
const SQLITE_IOCAP_SEQUENTIAL = 1024
View Source
const SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN = 2048
View Source
const SQLITE_IOERR = 10
View Source
const SQLITE_IOERR_ACCESS = 3338
View Source
const SQLITE_IOERR_AUTH = 7178
View Source
const SQLITE_IOERR_BEGIN_ATOMIC = 7434
View Source
const SQLITE_IOERR_BLOCKED = 2826
View Source
const SQLITE_IOERR_CHECKRESERVEDLOCK = 3594
View Source
const SQLITE_IOERR_CLOSE = 4106
View Source
const SQLITE_IOERR_COMMIT_ATOMIC = 7690
View Source
const SQLITE_IOERR_CONVPATH = 6666
View Source
const SQLITE_IOERR_CORRUPTFS = 8458
View Source
const SQLITE_IOERR_DATA = 8202
View Source
const SQLITE_IOERR_DELETE = 2570
View Source
const SQLITE_IOERR_DELETE_NOENT = 5898
View Source
const SQLITE_IOERR_DIR_CLOSE = 4362
View Source
const SQLITE_IOERR_DIR_FSYNC = 1290
View Source
const SQLITE_IOERR_FSTAT = 1802
View Source
const SQLITE_IOERR_FSYNC = 1034
View Source
const SQLITE_IOERR_GETTEMPPATH = 6410
View Source
const SQLITE_IOERR_IN_PAGE = 8714
View Source
const SQLITE_IOERR_LOCK = 3850
View Source
const SQLITE_IOERR_MMAP = 6154
View Source
const SQLITE_IOERR_NOMEM = 3082
View Source
const SQLITE_IOERR_NOMEM_BKPT = 3082
View Source
const SQLITE_IOERR_RDLOCK = 2314
View Source
const SQLITE_IOERR_READ = 266
View Source
const SQLITE_IOERR_ROLLBACK_ATOMIC = 7946
View Source
const SQLITE_IOERR_SEEK = 5642
View Source
const SQLITE_IOERR_SHMLOCK = 5130
View Source
const SQLITE_IOERR_SHMMAP = 5386
View Source
const SQLITE_IOERR_SHMOPEN = 4618
View Source
const SQLITE_IOERR_SHMSIZE = 4874
View Source
const SQLITE_IOERR_SHORT_READ = 522
View Source
const SQLITE_IOERR_TRUNCATE = 1546
View Source
const SQLITE_IOERR_UNLOCK = 2058
View Source
const SQLITE_IOERR_VNODE = 6922
View Source
const SQLITE_IOERR_WRITE = 778
View Source
const SQLITE_IgnoreChecks = 512
View Source
const SQLITE_IndexedExpr = 16777216
View Source
const SQLITE_JUMPIFNULL = 16
View Source
const SQLITE_LAST_ERRNO = 4
View Source
const SQLITE_LIKE_DOESNT_MATCH_BLOBS = 1
View Source
const SQLITE_LIMIT_ATTACHED = 7
View Source
const SQLITE_LIMIT_COLUMN = 2
View Source
const SQLITE_LIMIT_COMPOUND_SELECT = 4
View Source
const SQLITE_LIMIT_EXPR_DEPTH = 3
View Source
const SQLITE_LIMIT_FUNCTION_ARG = 6
View Source
const SQLITE_LIMIT_LENGTH = 0
View Source
const SQLITE_LIMIT_LIKE_PATTERN_LENGTH = 8
View Source
const SQLITE_LIMIT_SQL_LENGTH = 1
View Source
const SQLITE_LIMIT_TRIGGER_DEPTH = 10
View Source
const SQLITE_LIMIT_VARIABLE_NUMBER = 9
View Source
const SQLITE_LIMIT_VDBE_OP = 5
View Source
const SQLITE_LIMIT_WORKER_THREADS = 11
View Source
const SQLITE_LITTLEENDIAN = 1
View Source
const SQLITE_LOCKED = 6
View Source
const SQLITE_LOCKED_SHAREDCACHE = 262
View Source
const SQLITE_LOCKED_VTAB = 518
View Source
const SQLITE_LOCK_EXCLUSIVE = 4
View Source
const SQLITE_LOCK_NONE = 0
View Source
const SQLITE_LOCK_PENDING = 3
View Source
const SQLITE_LOCK_RESERVED = 2
View Source
const SQLITE_LOCK_SHARED = 1
View Source
const SQLITE_LegacyAlter = 67108864
View Source
const SQLITE_LegacyFileFmt = 2
View Source
const SQLITE_LoadExtFunc = 131072
View Source
const SQLITE_LoadExtension = 65536
View Source
const SQLITE_MALLOC_SOFT_LIMIT = 1024
View Source
const SQLITE_MATCH = 0
View Source
const SQLITE_MAX_ALLOCATION_SIZE = 2147483391
View Source
const SQLITE_MAX_ATTACHED = 10
View Source
const SQLITE_MAX_COLUMN = 2000
View Source
const SQLITE_MAX_COMPOUND_SELECT = 500
View Source
const SQLITE_MAX_DB = 12
View Source
const SQLITE_MAX_DEFAULT_PAGE_SIZE = 8192
View Source
const SQLITE_MAX_EXPR_DEPTH = 1000
View Source
const SQLITE_MAX_FILE_FORMAT = 4
View Source
const SQLITE_MAX_FUNCTION_ARG = 127
View Source
const SQLITE_MAX_LENGTH = 1000000000
View Source
const SQLITE_MAX_LIKE_PATTERN_LENGTH = 50000
View Source
const SQLITE_MAX_MEMORY = 0
View Source
const SQLITE_MAX_MMAP_SIZE = 2147418112
View Source
const SQLITE_MAX_PAGE_COUNT = 4294967294
View Source
const SQLITE_MAX_PAGE_SIZE = 65536
View Source
const SQLITE_MAX_PATHLEN = 4096
View Source
const SQLITE_MAX_PMASZ = 536870912
View Source
const SQLITE_MAX_PREPARE_RETRY = 25
View Source
const SQLITE_MAX_SCHEMA_RETRY = 50
View Source
const SQLITE_MAX_SQL_LENGTH = 1000000000
View Source
const SQLITE_MAX_SRCLIST = 200
View Source
const SQLITE_MAX_SYMLINK = 200
View Source
const SQLITE_MAX_SYMLINKS = 100
View Source
const SQLITE_MAX_TRIGGER_DEPTH = 1000
View Source
const SQLITE_MAX_VARIABLE_NUMBER = 32766
View Source
const SQLITE_MAX_VDBE_OP = 250000000
View Source
const SQLITE_MAX_WORKER_THREADS = 8
View Source
const SQLITE_MEMDB_DEFAULT_MAXSIZE = 1073741824
View Source
const SQLITE_MINIMUM_FILE_DESCRIPTOR = 3
View Source
const SQLITE_MISMATCH = 20
View Source
const SQLITE_MISUSE = 21
View Source
const SQLITE_MISUSE_BKPT = 0
View Source
const SQLITE_MUTEX_FAST = 0
View Source
const SQLITE_MUTEX_NREF = 0
View Source
const SQLITE_MUTEX_RECURSIVE = 1
View Source
const SQLITE_MUTEX_STATIC_APP1 = 8
View Source
const SQLITE_MUTEX_STATIC_APP2 = 9
View Source
const SQLITE_MUTEX_STATIC_APP3 = 10
View Source
const SQLITE_MUTEX_STATIC_LRU = 6
View Source
const SQLITE_MUTEX_STATIC_LRU2 = 7
View Source
const SQLITE_MUTEX_STATIC_MAIN = 2
View Source
const SQLITE_MUTEX_STATIC_MASTER = 2
View Source
const SQLITE_MUTEX_STATIC_MEM = 3
View Source
const SQLITE_MUTEX_STATIC_MEM2 = 4
View Source
const SQLITE_MUTEX_STATIC_OPEN = 4
View Source
const SQLITE_MUTEX_STATIC_PMEM = 7
View Source
const SQLITE_MUTEX_STATIC_PRNG = 5
View Source
const SQLITE_MUTEX_STATIC_TEMPDIR = 11
View Source
const SQLITE_MUTEX_STATIC_VFS1 = 11
View Source
const SQLITE_MUTEX_STATIC_VFS2 = 12
View Source
const SQLITE_MUTEX_STATIC_VFS3 = 13
View Source
const SQLITE_MX_JUMP_OPCODE = 64
View Source
const SQLITE_MinMaxOpt = 65536
View Source
const SQLITE_NOLFS = 22
View Source
const SQLITE_NOMATCH = 1
View Source
const SQLITE_NOMEM = 7
View Source
const SQLITE_NOMEM_BKPT = 7
View Source
const SQLITE_NOTADB = 26
View Source
const SQLITE_NOTFOUND = 12
View Source
const SQLITE_NOTICE = 27
View Source
const SQLITE_NOTICE_RBU = 795
View Source
const SQLITE_NOTICE_RECOVER_ROLLBACK = 539
View Source
const SQLITE_NOTICE_RECOVER_WAL = 283
View Source
const SQLITE_NOTNULL = 144
View Source
const SQLITE_NOWILDCARDMATCH = 2
View Source
const SQLITE_NTUNE = 6
View Source
const SQLITE_NULL = 5
View Source
const SQLITE_NULLEQ = 128
View Source
const SQLITE_N_BTREE_META = 16
View Source
const SQLITE_N_KEYWORD = 147
View Source
const SQLITE_N_LIMIT = 12
View Source
const SQLITE_N_STDTYPE = 6
View Source
const SQLITE_NoCkptOnClose = 2048
View Source
const SQLITE_NoSchemaError = 134217728
View Source
const SQLITE_NullCallback = 256
View Source
const SQLITE_NullUnusedCols = 67108864
View Source
const SQLITE_OK = 0
View Source
const SQLITE_OK_LOAD_PERMANENTLY = 256
View Source
const SQLITE_OK_SYMLINK = 512
View Source
const SQLITE_OPEN_AUTOPROXY = 32
View Source
const SQLITE_OPEN_CREATE = 4
View Source
const SQLITE_OPEN_DELETEONCLOSE = 8
View Source
const SQLITE_OPEN_EXCLUSIVE = 16
View Source
const SQLITE_OPEN_EXRESCODE = 33554432
View Source
const SQLITE_OPEN_FULLMUTEX = 65536
View Source
const SQLITE_OPEN_MAIN_DB = 256
View Source
const SQLITE_OPEN_MAIN_JOURNAL = 2048
View Source
const SQLITE_OPEN_MASTER_JOURNAL = 16384
View Source
const SQLITE_OPEN_MEMORY = 128
View Source
const SQLITE_OPEN_NOFOLLOW = 16777216
View Source
const SQLITE_OPEN_NOMUTEX = 32768
View Source
const SQLITE_OPEN_PRIVATECACHE = 262144
View Source
const SQLITE_OPEN_READONLY = 1
View Source
const SQLITE_OPEN_READWRITE = 2
View Source
const SQLITE_OPEN_SHAREDCACHE = 131072
View Source
const SQLITE_OPEN_SUBJOURNAL = 8192
View Source
const SQLITE_OPEN_SUPER_JOURNAL = 16384
View Source
const SQLITE_OPEN_TEMP_DB = 512
View Source
const SQLITE_OPEN_TEMP_JOURNAL = 4096
View Source
const SQLITE_OPEN_TRANSIENT_DB = 1024
View Source
const SQLITE_OPEN_URI = 64
View Source
const SQLITE_OPEN_WAL = 524288
View Source
const SQLITE_OS_UNIX = 1
View Source
const SQLITE_OmitNoopJoin = 256
View Source
const SQLITE_OmitOrderBy = 262144
View Source
const SQLITE_OnePass = 134217728
View Source
const SQLITE_OrderByIdxJoin = 64
View Source
const SQLITE_PERM = 3
View Source
const SQLITE_POWERSAFE_OVERWRITE = 1
View Source
const SQLITE_PRAGMA = 19
View Source
const SQLITE_PREPARE_MASK = 15
View Source
const SQLITE_PREPARE_NORMALIZE = 2
View Source
const SQLITE_PREPARE_NO_VTAB = 4
View Source
const SQLITE_PREPARE_PERSISTENT = 1
View Source
const SQLITE_PREPARE_SAVESQL = 128
View Source
const SQLITE_PRINTF_INTERNAL = 1
View Source
const SQLITE_PRINTF_MALLOCED = 4
View Source
const SQLITE_PRINTF_SQLFUNC = 2
View Source
const SQLITE_PRINT_BUF_SIZE = 70
View Source
const SQLITE_PRIVATE = 0
View Source
const SQLITE_PROTOCOL = 15
View Source
const SQLITE_PTRSIZE = 8
View Source
const SQLITE_PropagateConst = 32768
View Source
const SQLITE_PushDown = 4096
View Source
const SQLITE_QUERY_PLANNER_LIMIT = 20000
View Source
const SQLITE_QUERY_PLANNER_LIMIT_INCR = 1000
View Source
const SQLITE_QueryFlattener = 1
View Source
const SQLITE_QueryOnly = 1048576
View Source
const SQLITE_RANGE = 25
View Source
const SQLITE_RBU_STATE_CHECKPOINT = 3
View Source
const SQLITE_RBU_STATE_DONE = 4
View Source
const SQLITE_RBU_STATE_ERROR = 5
View Source
const SQLITE_RBU_STATE_MOVE = 2
View Source
const SQLITE_RBU_STATE_OAL = 1
View Source
const SQLITE_RBU_UPDATE_CACHESIZE = 16
View Source
const SQLITE_READ = 20
View Source
const SQLITE_READONLY = 8
View Source
const SQLITE_READONLY_CANTINIT = 1288
View Source
const SQLITE_READONLY_CANTLOCK = 520
View Source
const SQLITE_READONLY_DBMOVED = 1032
View Source
const SQLITE_READONLY_DIRECTORY = 1544
View Source
const SQLITE_READONLY_RECOVERY = 264
View Source
const SQLITE_READONLY_ROLLBACK = 776
View Source
const SQLITE_RECURSIVE = 33
View Source
const SQLITE_REINDEX = 27
View Source
const SQLITE_REPLACE = 5
View Source
const SQLITE_RESULT_SUBTYPE = 16777216
View Source
const SQLITE_ROLLBACK = 1
View Source
const SQLITE_ROW = 100
View Source
const SQLITE_RecTriggers = 8192
View Source
const SQLITE_ReleaseReg = 4194304
View Source
const SQLITE_ResetDatabase = 33554432
View Source
const SQLITE_ReverseOrder = 4096
View Source
const SQLITE_SAVEPOINT = 32
View Source
const SQLITE_SCANSTAT_COMPLEX = 1
View Source
const SQLITE_SCANSTAT_EST = 2
View Source
const SQLITE_SCANSTAT_EXPLAIN = 4
View Source
const SQLITE_SCANSTAT_NAME = 3
View Source
const SQLITE_SCANSTAT_NCYCLE = 7
View Source
const SQLITE_SCANSTAT_NLOOP = 0
View Source
const SQLITE_SCANSTAT_NVISIT = 1
View Source
const SQLITE_SCANSTAT_PARENTID = 6
View Source
const SQLITE_SCANSTAT_SELECTID = 5
View Source
const SQLITE_SCHEMA = 17
View Source
const SQLITE_SELECT = 21
View Source
const SQLITE_SERIALIZE_NOCOPY = 1
View Source
const SQLITE_SESSION_CONFIG_STRMSIZE = 1
View Source
const SQLITE_SESSION_OBJCONFIG_ROWID = 2
View Source
const SQLITE_SESSION_OBJCONFIG_SIZE = 1
View Source
const SQLITE_SET_LOCKPROXYFILE = 3
View Source
const SQLITE_SHM_EXCLUSIVE = 8
View Source
const SQLITE_SHM_LOCK = 2
View Source
const SQLITE_SHM_NLOCK = 8
View Source
const SQLITE_SHM_SHARED = 4
View Source
const SQLITE_SHM_UNLOCK = 1
View Source
const SQLITE_SORTER_PMASZ = 250
View Source
const SQLITE_SOUNDEX = 1
View Source
const SQLITE_SOURCE_ID = "2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e"
View Source
const SQLITE_SO_ASC = 0
View Source
const SQLITE_SO_DESC = 1
View Source
const SQLITE_SO_UNDEFINED = -1
View Source
const SQLITE_STAT4_SAMPLES = 24
View Source
const SQLITE_STATE_BUSY = 109
View Source
const SQLITE_STATE_CLOSED = 206
View Source
const SQLITE_STATE_ERROR = 213
View Source
const SQLITE_STATE_OPEN = 118
View Source
const SQLITE_STATE_SICK = 186
View Source
const SQLITE_STATE_ZOMBIE = 167
View Source
const SQLITE_STATUS_MALLOC_COUNT = 9
View Source
const SQLITE_STATUS_MALLOC_SIZE = 5
View Source
const SQLITE_STATUS_MEMORY_USED = 0
View Source
const SQLITE_STATUS_PAGECACHE_OVERFLOW = 2
View Source
const SQLITE_STATUS_PAGECACHE_SIZE = 7
View Source
const SQLITE_STATUS_PAGECACHE_USED = 1
View Source
const SQLITE_STATUS_PARSER_STACK = 6
View Source
const SQLITE_STATUS_SCRATCH_OVERFLOW = 4
View Source
const SQLITE_STATUS_SCRATCH_SIZE = 8
View Source
const SQLITE_STATUS_SCRATCH_USED = 3
View Source
const SQLITE_STDCALL = 0
View Source
const SQLITE_STMTJRNL_SPILL = 65536
View Source
const SQLITE_STMTSTATUS_AUTOINDEX = 3
View Source
const SQLITE_STMTSTATUS_FILTER_HIT = 8
View Source
const SQLITE_STMTSTATUS_FILTER_MISS = 7
View Source
const SQLITE_STMTSTATUS_FULLSCAN_STEP = 1
View Source
const SQLITE_STMTSTATUS_MEMUSED = 99
View Source
const SQLITE_STMTSTATUS_REPREPARE = 5
View Source
const SQLITE_STMTSTATUS_RUN = 6
View Source
const SQLITE_STMTSTATUS_SORT = 2
View Source
const SQLITE_STMTSTATUS_VM_STEP = 4
View Source
const SQLITE_SUBTYPE = 1048576
View Source
const SQLITE_SYNC_DATAONLY = 16
View Source
const SQLITE_SYNC_FULL = 3
View Source
const SQLITE_SYNC_NORMAL = 2
View Source
const SQLITE_SYSTEM_MALLOC = 1
View Source
const SQLITE_SeekScan = 131072
View Source
const SQLITE_ShortColNames = 64
View Source
const SQLITE_SimplifyJoin = 8192
View Source
const SQLITE_SkipScan = 16384
View Source
const SQLITE_Stat4 = 2048
View Source
const SQLITE_StmtScanStatus = 1024
View Source
const SQLITE_TEMP_FILE_PREFIX = "etilqs_"
View Source
const SQLITE_TEMP_STORE = 1
View Source
const SQLITE_TESTCTRL_ALWAYS = 13
View Source
const SQLITE_TESTCTRL_ASSERT = 12
View Source
const SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS = 10
View Source
const SQLITE_TESTCTRL_BITVEC_TEST = 8
View Source
const SQLITE_TESTCTRL_BYTEORDER = 22
View Source
const SQLITE_TESTCTRL_EXPLAIN_STMT = 19
View Source
const SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS = 29
View Source
const SQLITE_TESTCTRL_FAULT_INSTALL = 9
View Source
const SQLITE_TESTCTRL_FIRST = 5
View Source
const SQLITE_TESTCTRL_FK_NO_ACTION = 7
View Source
const SQLITE_TESTCTRL_IMPOSTER = 25
View Source
const SQLITE_TESTCTRL_INTERNAL_FUNCTIONS = 17
View Source
const SQLITE_TESTCTRL_ISINIT = 23
View Source
const SQLITE_TESTCTRL_ISKEYWORD = 16
View Source
const SQLITE_TESTCTRL_JSON_SELFCHECK = 14
View Source
const SQLITE_TESTCTRL_LAST = 34
View Source
const SQLITE_TESTCTRL_LOCALTIME_FAULT = 18
View Source
const SQLITE_TESTCTRL_LOGEST = 33
View Source
const SQLITE_TESTCTRL_NEVER_CORRUPT = 20
View Source
const SQLITE_TESTCTRL_ONCE_RESET_THRESHOLD = 19
View Source
const SQLITE_TESTCTRL_OPTIMIZATIONS = 15
View Source
const SQLITE_TESTCTRL_PARSER_COVERAGE = 26
View Source
const SQLITE_TESTCTRL_PENDING_BYTE = 11
View Source
const SQLITE_TESTCTRL_PRNG_RESET = 7
View Source
const SQLITE_TESTCTRL_PRNG_RESTORE = 6
View Source
const SQLITE_TESTCTRL_PRNG_SAVE = 5
View Source
const SQLITE_TESTCTRL_PRNG_SEED = 28
View Source
const SQLITE_TESTCTRL_RESERVE = 14
View Source
const SQLITE_TESTCTRL_RESULT_INTREAL = 27
View Source
const SQLITE_TESTCTRL_SCRATCHMALLOC = 17
View Source
const SQLITE_TESTCTRL_SEEK_COUNT = 30
View Source
const SQLITE_TESTCTRL_SORTER_MMAP = 24
View Source
const SQLITE_TESTCTRL_TRACEFLAGS = 31
View Source
const SQLITE_TESTCTRL_TUNE = 32
View Source
const SQLITE_TESTCTRL_USELONGDOUBLE = 34
View Source
const SQLITE_TESTCTRL_VDBE_COVERAGE = 21
View Source
const SQLITE_TEXT = 3
View Source
const SQLITE_THREADSAFE = 1
View Source
const SQLITE_THREADS_IMPLEMENTED = 1
View Source
const SQLITE_TOKEN_KEYWORD = 2
View Source
const SQLITE_TOKEN_QUOTED = 1
View Source
const SQLITE_TOOBIG = 18
View Source
const SQLITE_TRACE_CLOSE = 8
View Source
const SQLITE_TRACE_LEGACY = 64
View Source
const SQLITE_TRACE_NONLEGACY_MASK = 15
View Source
const SQLITE_TRACE_PROFILE = 2
View Source
const SQLITE_TRACE_ROW = 4
View Source
const SQLITE_TRACE_STMT = 1
View Source
const SQLITE_TRACE_XPROFILE = 128
View Source
const SQLITE_TRANSACTION = 22
View Source
const SQLITE_TXN_NONE = 0
View Source
const SQLITE_TXN_READ = 1
View Source
const SQLITE_TXN_WRITE = 2
View Source
const SQLITE_Transitive = 128
View Source
const SQLITE_TriggerEQP = 16777216
View Source
const SQLITE_TrustedSchema = 128
View Source
const SQLITE_UPDATE = 23
View Source
const SQLITE_USE_URI = 0
View Source
const SQLITE_UTF16 = 4
View Source
const SQLITE_UTF16BE = 3
View Source
const SQLITE_UTF16LE = 2
View Source
const SQLITE_UTF16NATIVE = 2
View Source
const SQLITE_UTF16_ALIGNED = 8
View Source
const SQLITE_UTF8 = 1
View Source
const SQLITE_VERSION = "3.46.0"
View Source
const SQLITE_VERSION_NUMBER = 3046000
View Source
const SQLITE_VTABRISK_High = 2
View Source
const SQLITE_VTABRISK_Low = 0
View Source
const SQLITE_VTABRISK_Normal = 1
View Source
const SQLITE_VTAB_CONSTRAINT_SUPPORT = 1
View Source
const SQLITE_VTAB_DIRECTONLY = 3
View Source
const SQLITE_VTAB_INNOCUOUS = 2
View Source
const SQLITE_VTAB_USES_ALL_SCHEMAS = 4
View Source
const SQLITE_WARNING = 28
View Source
const SQLITE_WARNING_AUTOINDEX = 284
View Source
const SQLITE_WIN32_DATA_DIRECTORY_TYPE = 1
View Source
const SQLITE_WIN32_TEMP_DIRECTORY_TYPE = 2
View Source
const SQLITE_WITHOUT_ZONEMALLOC = 1
View Source
const SQLITE_WindowFunc = 2
View Source
const SQLITE_WriteSchema = 1
View Source
const SRT_Coroutine = 13
View Source
const SRT_Discard = 4
View Source
const SRT_DistFifo = 5
View Source
const SRT_DistQueue = 6
View Source
const SRT_EphemTab = 12
View Source
const SRT_Except = 2
View Source
const SRT_Exists = 3
View Source
const SRT_Fifo = 8
View Source
const SRT_Mem = 10
View Source
const SRT_Output = 9
View Source
const SRT_Queue = 7
View Source
const SRT_Set = 11
View Source
const SRT_Table = 14
View Source
const SRT_Union = 1
View Source
const SRT_Upfrom = 15
View Source
const STATX_ALL = 4095
View Source
const STATX_ATIME = 32
View Source
const STATX_BASIC_STATS = 2047
View Source
const STATX_BLOCKS = 1024
View Source
const STATX_BTIME = 2048
View Source
const STATX_CTIME = 128
View Source
const STATX_GID = 16
View Source
const STATX_INO = 256
View Source
const STATX_MODE = 2
View Source
const STATX_MTIME = 64
View Source
const STATX_NLINK = 4
View Source
const STATX_SIZE = 512
View Source
const STATX_TYPE = 1
View Source
const STATX_UID = 8
View Source
const STAT_GET_NDLT = 4
View Source
const STAT_GET_NEQ = 2
View Source
const STAT_GET_NLT = 3
View Source
const STAT_GET_ROWID = 1
View Source
const STAT_GET_STAT1 = 0
View Source
const STDERR_FILENO = 2
View Source
const STDIN_FILENO = 0
View Source
const STDOUT_FILENO = 1
View Source
const SYNC_FILE_RANGE_WAIT_AFTER = 4
View Source
const SYNC_FILE_RANGE_WAIT_BEFORE = 1
View Source
const SYNC_FILE_RANGE_WRITE = 2
View Source
const S_IEXEC = 64
View Source
const S_IFBLK = 24576
View Source
const S_IFCHR = 8192
View Source
const S_IFDIR = 16384
View Source
const S_IFIFO = 4096
View Source
const S_IFLNK = 40960
View Source
const S_IFMT = 61440
View Source
const S_IFREG = 32768
View Source
const S_IFSOCK = 49152
View Source
const S_IREAD = 256
View Source
const S_IRGRP = 32
View Source
const S_IROTH = 4
View Source
const S_IRUSR = 256
View Source
const S_IRWXG = 56
View Source
const S_IRWXO = 7
View Source
const S_IRWXU = 448
View Source
const S_ISGID = 1024
View Source
const S_ISUID = 2048
View Source
const S_ISVTX = 512
View Source
const S_IWGRP = 16
View Source
const S_IWOTH = 2
View Source
const S_IWRITE = 128
View Source
const S_IWUSR = 128
View Source
const S_IXGRP = 8
View Source
const S_IXOTH = 1
View Source
const S_IXUSR = 64
View Source
const TABTYP_NORM = 0
View Source
const TABTYP_VIEW = 2
View Source
const TABTYP_VTAB = 1
View Source
const TCFLSH = 21515
View Source
const TCGETA = 21509
View Source
const TCGETS = 21505
View Source
const TCGETX = 21554
View Source
const TCSBRK = 21513
View Source
const TCSBRKP = 21541
View Source
const TCSETA = 21510
View Source
const TCSETAF = 21512
View Source
const TCSETAW = 21511
View Source
const TCSETS = 21506
View Source
const TCSETSF = 21508
View Source
const TCSETSW = 21507
View Source
const TCSETX = 21555
View Source
const TCSETXF = 21556
View Source
const TCSETXW = 21557
View Source
const TCXONC = 21514
View Source
const TERM_ANDINFO = 32
View Source
const TERM_CODED = 4
View Source
const TERM_COPIED = 8
View Source
const TERM_DYNAMIC = 1
View Source
const TERM_HEURTRUTH = 8192
View Source
const TERM_HIGHTRUTH = 16384
View Source
const TERM_IS = 2048
View Source
const TERM_LIKE = 1024
View Source
const TERM_LIKECOND = 512
View Source
const TERM_LIKEOPT = 256
View Source
const TERM_OK = 64
View Source
const TERM_ORINFO = 16
View Source
const TERM_SLICE = 32768
View Source
const TERM_VARSELECT = 4096
View Source
const TERM_VIRTUAL = 2
View Source
const TERM_VNULL = 128
View Source
const TF_Autoincrement = 8
View Source
const TF_Ephemeral = 16384
View Source
const TF_Eponymous = 32768
View Source
const TF_HasGenerated = 96
View Source
const TF_HasHidden = 2
View Source
const TF_HasNotNull = 2048
View Source
const TF_HasPrimaryKey = 4
View Source
const TF_HasStat1 = 16
View Source
const TF_HasStat4 = 8192
View Source
const TF_HasStored = 64
View Source
const TF_HasVirtual = 32
View Source
const TF_MaybeReanalyze = 256
View Source
const TF_NoVisibleRowid = 512
View Source
const TF_OOOHidden = 1024
View Source
const TF_Readonly = 1
View Source
const TF_Shadow = 4096
View Source
const TF_Strict = 65536
View Source
const TF_WithoutRowid = 128
View Source
const TIMER_ABSTIME = 1
View Source
const TIME_UTC = 1
View Source
const TIOCCBRK = 21544
View Source
const TIOCCONS = 21533
View Source
const TIOCEXCL = 21516
View Source
const TIOCGDEV = 2147767346
View Source
const TIOCGETD = 21540
View Source
const TIOCGEXCL = 2147767360
View Source
const TIOCGICOUNT = 21597
View Source
const TIOCGISO7816 = 2150126658
View Source
const TIOCGLCKTRMIOS = 21590
View Source
const TIOCGPGRP = 21519
View Source
const TIOCGPKT = 2147767352
View Source
const TIOCGPTLCK = 2147767353
View Source
const TIOCGPTN = 2147767344
View Source
const TIOCGPTPEER = 21569
View Source
const TIOCGRS485 = 21550
View Source
const TIOCGSERIAL = 21534
View Source
const TIOCGSID = 21545
View Source
const TIOCGSOFTCAR = 21529
View Source
const TIOCGWINSZ = 21523
View Source
const TIOCINQ = 21531
View Source
const TIOCLINUX = 21532
View Source
const TIOCMBIC = 21527
View Source
const TIOCMBIS = 21526
View Source
const TIOCMGET = 21525
View Source
const TIOCMIWAIT = 21596
View Source
const TIOCMSET = 21528
View Source
const TIOCM_CAR = 64
View Source
const TIOCM_CD = 64
View Source
const TIOCM_CTS = 32
View Source
const TIOCM_DSR = 256
View Source
const TIOCM_DTR = 2
View Source
const TIOCM_LE = 1
View Source
const TIOCM_LOOP = 32768
View Source
const TIOCM_OUT1 = 8192
View Source
const TIOCM_OUT2 = 16384
View Source
const TIOCM_RI = 128
View Source
const TIOCM_RNG = 128
View Source
const TIOCM_RTS = 4
View Source
const TIOCM_SR = 16
View Source
const TIOCM_ST = 8
View Source
const TIOCNOTTY = 21538
View Source
const TIOCNXCL = 21517
View Source
const TIOCOUTQ = 21521
View Source
const TIOCPKT = 21536
View Source
const TIOCPKT_DATA = 0
View Source
const TIOCPKT_DOSTOP = 32
View Source
const TIOCPKT_FLUSHREAD = 1
View Source
const TIOCPKT_FLUSHWRITE = 2
View Source
const TIOCPKT_IOCTL = 64
View Source
const TIOCPKT_NOSTOP = 16
View Source
const TIOCPKT_START = 8
View Source
const TIOCPKT_STOP = 4
View Source
const TIOCSBRK = 21543
View Source
const TIOCSCTTY = 21518
View Source
const TIOCSERCONFIG = 21587
View Source
const TIOCSERGETLSR = 21593
View Source
const TIOCSERGETMULTI = 21594
View Source
const TIOCSERGSTRUCT = 21592
View Source
const TIOCSERGWILD = 21588
View Source
const TIOCSERSETMULTI = 21595
View Source
const TIOCSERSWILD = 21589
View Source
const TIOCSER_TEMT = 1
View Source
const TIOCSETD = 21539
View Source
const TIOCSIG = 1074025526
View Source
const TIOCSISO7816 = 3223868483
View Source
const TIOCSLCKTRMIOS = 21591
View Source
const TIOCSPGRP = 21520
View Source
const TIOCSPTLCK = 1074025521
View Source
const TIOCSRS485 = 21551
View Source
const TIOCSSERIAL = 21535
View Source
const TIOCSSOFTCAR = 21530
View Source
const TIOCSTI = 21522
View Source
const TIOCSWINSZ = 21524
View Source
const TIOCVHANGUP = 21559
View Source
const TK_ABORT = 27
View Source
const TK_ACTION = 28
View Source
const TK_ADD = 163
View Source
const TK_AFTER = 29
View Source
const TK_AGG_COLUMN = 169
View Source
const TK_AGG_FUNCTION = 168
View Source
const TK_ALL = 135
View Source
const TK_ALTER = 162
View Source
const TK_ALWAYS = 96
View Source
const TK_ANALYZE = 30
View Source
const TK_AND = 44
View Source
const TK_ANY = 101
View Source
const TK_AS = 24
View Source
const TK_ASC = 31
View Source
const TK_ASTERISK = 180
View Source
const TK_ATTACH = 32
View Source
const TK_AUTOINCR = 126
View Source
const TK_BEFORE = 33
View Source
const TK_BEGIN = 5
View Source
const TK_BETWEEN = 48
View Source
const TK_BITAND = 102
View Source
const TK_BITNOT = 114
View Source
const TK_BITOR = 103
View Source
const TK_BLOB = 154
View Source
const TK_BY = 34
View Source
const TK_CASCADE = 35
View Source
const TK_CASE = 157
View Source
const TK_CAST = 36
View Source
const TK_CHECK = 124
View Source
const TK_COLLATE = 113
View Source
const TK_COLUMN = 167
View Source
const TK_COLUMNKW = 60
View Source
const TK_COMMA = 25
View Source
const TK_COMMIT = 10
View Source
const TK_CONCAT = 111
View Source
const TK_CONFLICT = 37
View Source
const TK_CONSTRAINT = 119
View Source
const TK_CREATE = 17
View Source
const TK_CTIME_KW = 100
View Source
const TK_CURRENT = 85
View Source
const TK_DATABASE = 38
View Source
const TK_DEFAULT = 120
View Source
const TK_DEFERRABLE = 131
View Source
const TK_DEFERRED = 7
View Source
const TK_DELETE = 128
View Source
const TK_DESC = 39
View Source
const TK_DETACH = 40
View Source
const TK_DISTINCT = 140
View Source
const TK_DO = 61
View Source
const TK_DOT = 141
View Source
const TK_DROP = 133
View Source
const TK_EACH = 41
View Source
const TK_ELSE = 160
View Source
const TK_END = 11
View Source
const TK_EQ = 53
View Source
const TK_ERROR = 182
View Source
const TK_ESCAPE = 58
View Source
const TK_EXCEPT = 136
View Source
const TK_EXCLUDE = 91
View Source
const TK_EXCLUSIVE = 9
View Source
const TK_EXISTS = 20
View Source
const TK_EXPLAIN = 2
View Source
const TK_FAIL = 42
View Source
const TK_FILTER = 166
View Source
const TK_FIRST = 83
View Source
const TK_FLOAT = 153
View Source
const TK_FOLLOWING = 86
View Source
const TK_FOR = 62
View Source
const TK_FOREIGN = 132
View Source
const TK_FROM = 142
View Source
const TK_FUNCTION = 172
View Source
const TK_GE = 57
View Source
const TK_GENERATED = 95
View Source
const TK_GROUP = 146
View Source
const TK_GROUPS = 92
View Source
const TK_GT = 54
View Source
const TK_HAVING = 147
View Source
const TK_ID = 59
View Source
const TK_IF = 18
View Source
const TK_IF_NULL_ROW = 179
View Source
const TK_IGNORE = 63
View Source
const TK_ILLEGAL = 185
View Source
const TK_IMMEDIATE = 8
View Source
const TK_IN = 49
View Source
const TK_INDEX = 161
View Source
const TK_INDEXED = 116
View Source
const TK_INITIALLY = 64
View Source
const TK_INSERT = 127
View Source
const TK_INSTEAD = 65
View Source
const TK_INTEGER = 155
View Source
const TK_INTERSECT = 137
View Source
const TK_INTO = 151
View Source
const TK_IS = 45
View Source
const TK_ISNOT = 171
View Source
const TK_ISNULL = 50
View Source
const TK_JOIN = 143
View Source
const TK_JOIN_KW = 118
View Source
const TK_KEY = 67
View Source
const TK_LAST = 84
View Source
const TK_LE = 55
View Source
const TK_LIKE_KW = 47
View Source
const TK_LIMIT = 148
View Source
const TK_LP = 22
View Source
const TK_LSHIFT = 104
View Source
const TK_LT = 56
View Source
const TK_MATCH = 46
View Source
const TK_MATERIALIZED = 97
View Source
const TK_MINUS = 107
View Source
const TK_NE = 52
View Source
const TK_NO = 66
View Source
const TK_NOT = 19
View Source
const TK_NOTHING = 152
View Source
const TK_NOTNULL = 51
View Source
const TK_NULL = 121
View Source
const TK_NULLS = 82
View Source
const TK_OF = 68
View Source
const TK_OFFSET = 69
View Source
const TK_ON = 115
View Source
const TK_OR = 43
View Source
const TK_ORDER = 145
View Source
const TK_OTHERS = 93
View Source
const TK_OVER = 165
View Source
const TK_PARTITION = 87
View Source
const TK_PLAN = 4
View Source
const TK_PLUS = 106
View Source
const TK_PRAGMA = 70
View Source
const TK_PRECEDING = 88
View Source
const TK_PRIMARY = 122
View Source
const TK_PTR = 112
View Source
const TK_QNUMBER = 183
View Source
const TK_QUERY = 3
View Source
const TK_RAISE = 71
View Source
const TK_RANGE = 89
View Source
const TK_RECURSIVE = 72
View Source
const TK_REFERENCES = 125
View Source
const TK_REGISTER = 176
View Source
const TK_REINDEX = 98
View Source
const TK_RELEASE = 14
View Source
const TK_REM = 110
View Source
const TK_RENAME = 99
View Source
const TK_REPLACE = 73
View Source
const TK_RESTRICT = 74
View Source
const TK_RETURNING = 150
View Source
const TK_ROLLBACK = 12
View Source
const TK_ROW = 75
View Source
const TK_ROWS = 76
View Source
const TK_RP = 23
View Source
const TK_RSHIFT = 105
View Source
const TK_SAVEPOINT = 13
View Source
const TK_SELECT = 138
View Source
const TK_SELECT_COLUMN = 178
View Source
const TK_SEMI = 1
View Source
const TK_SET = 130
View Source
const TK_SLASH = 109
View Source
const TK_SPACE = 184
View Source
const TK_SPAN = 181
View Source
const TK_STAR = 108
View Source
const TK_STRING = 117
View Source
const TK_TABLE = 16
View Source
const TK_TEMP = 21
View Source
const TK_THEN = 159
View Source
const TK_TIES = 94
View Source
const TK_TO = 15
View Source
const TK_TRANSACTION = 6
View Source
const TK_TRIGGER = 77
View Source
const TK_TRUEFALSE = 170
View Source
const TK_TRUTH = 175
View Source
const TK_UMINUS = 174
View Source
const TK_UNBOUNDED = 90
View Source
const TK_UNION = 134
View Source
const TK_UNIQUE = 123
View Source
const TK_UPDATE = 129
View Source
const TK_UPLUS = 173
View Source
const TK_USING = 144
View Source
const TK_VACUUM = 78
View Source
const TK_VALUES = 139
View Source
const TK_VARIABLE = 156
View Source
const TK_VECTOR = 177
View Source
const TK_VIEW = 79
View Source
const TK_VIRTUAL = 80
View Source
const TK_WHEN = 158
View Source
const TK_WHERE = 149
View Source
const TK_WINDOW = 164
View Source
const TK_WITH = 81
View Source
const TK_WITHOUT = 26
View Source
const TMP_MAX = 10000
View Source
const TOKEN = 0
View Source
const TRANS_NONE = 0
View Source
const TRANS_READ = 1
View Source
const TRANS_WRITE = 2
View Source
const TREETRACE_ENABLED = 0
View Source
const TRIGGER_AFTER = 2
View Source
const TRIGGER_BEFORE = 1
View Source
const UNIXFILE_DELETE = 32
View Source
const UNIXFILE_DIRSYNC = 8
View Source
const UNIXFILE_EXCL = 1
View Source
const UNIXFILE_NOLOCK = 128
View Source
const UNIXFILE_PERSIST_WAL = 4
View Source
const UNIXFILE_PSOW = 16
View Source
const UNIXFILE_RDONLY = 2
View Source
const UNIXFILE_URI = 64
View Source
const UNIX_SHM_BASE = 120
View Source
const UNIX_SHM_DMS = 128
View Source
const UNKNOWN_LOCK = 5
View Source
const USE_PREAD = 1
View Source
const UTIME_NOW = 1073741823
View Source
const UTIME_OMIT = 1073741822
View Source
const UpperToLower = 0
View Source
const VDBE_DISPLAY_P4 = 1
View Source
const VDBE_HALT_STATE = 3
View Source
const VDBE_INIT_STATE = 0
View Source
const VDBE_READY_STATE = 1
View Source
const VDBE_RUN_STATE = 2
View Source
const ViewCanHaveRowid = 0
View Source
const WALINDEX_HDR_SIZE = 0
View Source
const WALINDEX_MAX_VERSION = 3007000
View Source
const WALINDEX_PGSZ = 0
View Source
const WAL_ALL_BUT_WRITE = 1
View Source
const WAL_CKPT_LOCK = 1
View Source
const WAL_EXCLUSIVE_MODE = 1
View Source
const WAL_FRAME_HDRSIZE = 24
View Source
const WAL_HDRSIZE = 32
View Source
const WAL_HEAPMEMORY_MODE = 2
View Source
const WAL_LOCK_CKPT = 1
View Source
const WAL_LOCK_READ0 = 3
View Source
const WAL_LOCK_WRITE = 0
View Source
const WAL_MAGIC = 931071618
View Source
const WAL_MAX_VERSION = 3007000
View Source
const WAL_NORMAL_MODE = 0
View Source
const WAL_NREADER = 5
View Source
const WAL_RDONLY = 1
View Source
const WAL_RDWR = 0
View Source
const WAL_RECOVER_LOCK = 2
View Source
const WAL_RETRY = -1
View Source
const WAL_RETRY_BLOCKED_MASK = 0
View Source
const WAL_RETRY_PROTOCOL_LIMIT = 100
View Source
const WAL_SAVEPOINT_NDATA = 4
View Source
const WAL_SHM_RDONLY = 2
View Source
const WAL_WRITE_LOCK = 0
View Source
const WHERE_AGG_DISTINCT = 1024
View Source
const WHERE_AUTO_INDEX = 16384
View Source
const WHERE_BIGNULL_SORT = 524288
View Source
const WHERE_BLOOMFILTER = 4194304
View Source
const WHERE_BOTH_LIMIT = 48
View Source
const WHERE_BTM_LIMIT = 32
View Source
const WHERE_COLUMN_EQ = 1
View Source
const WHERE_COLUMN_IN = 4
View Source
const WHERE_COLUMN_NULL = 8
View Source
const WHERE_COLUMN_RANGE = 2
View Source
const WHERE_CONSTRAINT = 15
View Source
const WHERE_DISTINCTBY = 128
View Source
const WHERE_DISTINCT_NOOP = 0
View Source
const WHERE_DISTINCT_ORDERED = 2
View Source
const WHERE_DISTINCT_UNIQUE = 1
View Source
const WHERE_DISTINCT_UNORDERED = 3
View Source
const WHERE_DUPLICATES_OK = 16
View Source
const WHERE_EXPRIDX = 67108864
View Source
const WHERE_GROUPBY = 64
View Source
const WHERE_IDX_ONLY = 64
View Source
const WHERE_INDEXED = 512
View Source
const WHERE_IN_ABLE = 2048
View Source
const WHERE_IN_EARLYOUT = 262144
View Source
const WHERE_IN_SEEKSCAN = 1048576
View Source
const WHERE_IPK = 256
View Source
const WHERE_MULTI_OR = 8192
View Source
const WHERE_OMIT_OFFSET = 16777216
View Source
const WHERE_ONEPASS_DESIRED = 4
View Source
const WHERE_ONEPASS_MULTIROW = 8
View Source
const WHERE_ONEROW = 4096
View Source
const WHERE_ORDERBY_LIMIT = 2048
View Source
const WHERE_ORDERBY_MAX = 2
View Source
const WHERE_ORDERBY_MIN = 1
View Source
const WHERE_ORDERBY_NORMAL = 0
View Source
const WHERE_OR_SUBCLAUSE = 32
View Source
const WHERE_PARTIALIDX = 131072
View Source
const WHERE_RIGHT_JOIN = 4096
View Source
const WHERE_SELFCULL = 8388608
View Source
const WHERE_SKIPSCAN = 32768
View Source
const WHERE_SORTBYGROUP = 512
View Source
const WHERE_TOP_LIMIT = 16
View Source
const WHERE_TRANSCONS = 2097152
View Source
const WHERE_UNQ_WANTED = 65536
View Source
const WHERE_USE_LIMIT = 16384
View Source
const WHERE_VIRTUALTABLE = 1024
View Source
const WHERE_WANT_DISTINCT = 256
View Source
const WINDOW_AGGINVERSE = 2
View Source
const WINDOW_AGGSTEP = 3
View Source
const WINDOW_ENDING_INT = 1
View Source
const WINDOW_ENDING_NUM = 4
View Source
const WINDOW_NTH_VALUE_INT = 2
View Source
const WINDOW_RETURN_ROW = 1
View Source
const WINDOW_STARTING_INT = 0
View Source
const WINDOW_STARTING_NUM = 3
View Source
const WNOHANG = 1
View Source
const WO_ALL = 16383
View Source
const WO_AND = 1024
View Source
const WO_AUX = 64
View Source
const WO_EQ = 2
View Source
const WO_EQUIV = 2048
View Source
const WO_GE = 32
View Source
const WO_GT = 4
View Source
const WO_IN = 1
View Source
const WO_IS = 128
View Source
const WO_ISNULL = 256
View Source
const WO_LE = 8
View Source
const WO_LT = 16
View Source
const WO_NOOP = 4096
View Source
const WO_OR = 512
View Source
const WO_ROWVAL = 8192
View Source
const WO_SINGLE = 511
View Source
const WRC_Abort = 2
View Source
const WRC_Continue = 0
View Source
const WRC_Prune = 1
View Source
const WRITE_LOCK = 2
View Source
const WUNTRACED = 2
View Source
const W_OK = 2
View Source
const XN_EXPR = -2
View Source
const XN_ROWID = -1
View Source
const X_OK = 1
View Source
const YYDYNSTACK = 1
View Source
const YYFALLBACK = 1
View Source
const YYFREE = 0
View Source
const YYGROWABLESTACK = 1
View Source
const YYMALLOCARGTYPE = 0
View Source
const YYNOCODE = 322
View Source
const YYNOERRORRECOVERY = 1
View Source
const YYNRULE = 409
View Source
const YYNRULE_WITH_ACTION = 344
View Source
const YYNSTATE = 583
View Source
const YYNTOKEN = 186
View Source
const YYPARSEFREENEVERNULL = 1
View Source
const YYREALLOC = 0
View Source
const YYSTACKDEPTH = 100
View Source
const YYWILDCARD = 101
View Source
const YY_ACCEPT_ACTION = 1255
View Source
const YY_ACTTAB_COUNT = 2142
View Source
const YY_ERROR_ACTION = 1254
View Source
const YY_MAX_DSTRCTR = 319
View Source
const YY_MAX_REDUCE = 1665
View Source
const YY_MAX_SHIFT = 582
View Source
const YY_MAX_SHIFTREDUCE = 1253
View Source
const YY_MIN_DSTRCTR = 205
View Source
const YY_MIN_REDUCE = 1257
View Source
const YY_MIN_SHIFTREDUCE = 845
View Source
const YY_NO_ACTION = 1256
View Source
const YY_REDUCE_COUNT = 411
View Source
const YY_REDUCE_MAX = 1798
View Source
const YY_REDUCE_MIN = -275
View Source
const YY_SHIFT_COUNT = 582
View Source
const YY_SHIFT_MAX = 2128
View Source
const YY_SHIFT_MIN = 0
Variables ¶
View Source
var ( MutexCounters = libc.NewPerfCounter([]string{ "enter-fast", "enter-recursive", "enter-recursive-loop", "try-fast", "try-recursive", }) MutexEnterCallers = libc.NewStackCapture(4) )
View Source
var Xsqlite3_data_directory uintptr
View Source
var Xsqlite3_temp_directory uintptr
View Source
var Xsqlite3_version = [7]int8{'3', '.', '4', '6', '.', '0'}
Functions ¶
func X__ccgo_sqlite3_log ¶ added in v1.6.0
func Xsqlite3_autovacuum_pages ¶ added in v1.14.2
func Xsqlite3_backup_init ¶
func Xsqlite3_backup_step ¶
func Xsqlite3_bind_blob ¶
func Xsqlite3_bind_blob64 ¶
func Xsqlite3_bind_double ¶
func Xsqlite3_bind_int ¶
func Xsqlite3_bind_int64 ¶
func Xsqlite3_bind_pointer ¶
func Xsqlite3_bind_text ¶
func Xsqlite3_bind_text16 ¶
func Xsqlite3_bind_text64 ¶
func Xsqlite3_bind_value ¶
func Xsqlite3_bind_zeroblob ¶
func Xsqlite3_blob_open ¶
func Xsqlite3_blob_read ¶
func Xsqlite3_blob_reopen ¶
func Xsqlite3_blob_reopen(tls *libc.TLS, pBlob uintptr, iRow Tsqlite3_int64) (r int32)
func Xsqlite3_blob_write ¶
func Xsqlite3_busy_handler ¶
func Xsqlite3_busy_timeout ¶
func Xsqlite3_column_blob ¶
func Xsqlite3_column_bytes ¶
func Xsqlite3_column_bytes16 ¶
func Xsqlite3_column_double ¶
func Xsqlite3_column_int ¶
func Xsqlite3_column_name ¶
func Xsqlite3_column_name16 ¶
func Xsqlite3_column_text ¶
func Xsqlite3_column_text16 ¶
func Xsqlite3_column_type ¶
func Xsqlite3_column_value ¶
func Xsqlite3_commit_hook ¶
func Xsqlite3_create_module ¶
func Xsqlite3_db_config ¶
func Xsqlite3_db_filename ¶
func Xsqlite3_db_name ¶ added in v1.18.1
func Xsqlite3_db_readonly ¶
func Xsqlite3_db_status ¶
func Xsqlite3_declare_vtab ¶
func Xsqlite3_deserialize ¶
func Xsqlite3_deserialize(tls *libc.TLS, db uintptr, zSchema uintptr, pData uintptr, szDb Tsqlite3_int64, szBuf Tsqlite3_int64, mFlags uint32) (r int32)
func Xsqlite3_drop_modules ¶
func Xsqlite3_error_offset ¶ added in v1.14.7
func Xsqlite3_exec ¶
func Xsqlite3_file_control ¶
func Xsqlite3_filename_wal ¶
func Xsqlite3_free ¶
func Xsqlite3_free_filename ¶
func Xsqlite3_free_table ¶
func Xsqlite3_get_auxdata ¶
func Xsqlite3_get_clientdata ¶ added in v1.29.0
func Xsqlite3_get_table ¶
func Xsqlite3_global_recover ¶
func Xsqlite3_initialize ¶
func Xsqlite3_interrupt ¶
func Xsqlite3_is_interrupted ¶ added in v1.21.0
func Xsqlite3_keyword_check ¶
func Xsqlite3_keyword_count ¶
func Xsqlite3_keyword_name ¶
func Xsqlite3_libversion ¶
func Xsqlite3_limit ¶
func Xsqlite3_load_extension ¶
func Xsqlite3_malloc64 ¶
func Xsqlite3_malloc64(tls *libc.TLS, n Tsqlite3_uint64) (r uintptr)
func Xsqlite3_memory_alarm ¶
func Xsqlite3_mprintf ¶
func Xsqlite3_mutex_enter ¶
func Xsqlite3_mutex_free ¶
func Xsqlite3_mutex_leave ¶
func Xsqlite3_next_stmt ¶
func Xsqlite3_open16 ¶
func Xsqlite3_open_v2 ¶
func Xsqlite3_os_end ¶
func Xsqlite3_os_init ¶
func Xsqlite3_prepare ¶
func Xsqlite3_prepare16 ¶
func Xsqlite3_prepare16_v2 ¶
func Xsqlite3_prepare16_v3 ¶
func Xsqlite3_prepare_v2 ¶
func Xsqlite3_prepare_v3 ¶
func Xsqlite3_preupdate_blobwrite ¶ added in v1.11.0
func Xsqlite3_preupdate_hook ¶
func Xsqlite3_preupdate_new ¶
func Xsqlite3_preupdate_old ¶
func Xsqlite3_profile ¶
func Xsqlite3_realloc64 ¶
func Xsqlite3_realloc64(tls *libc.TLS, pOld uintptr, n Tsqlite3_uint64) (r uintptr)
func Xsqlite3_result_blob ¶
func Xsqlite3_result_blob64 ¶
func Xsqlite3_result_double ¶
func Xsqlite3_result_error ¶
func Xsqlite3_result_error16 ¶
func Xsqlite3_result_null ¶
func Xsqlite3_result_pointer ¶
func Xsqlite3_result_subtype ¶
func Xsqlite3_result_text ¶
func Xsqlite3_result_text16 ¶
func Xsqlite3_result_text64 ¶
func Xsqlite3_result_value ¶
func Xsqlite3_rollback_hook ¶
func Xsqlite3_serialize ¶
func Xsqlite3_set_authorizer ¶
func Xsqlite3_set_auxdata ¶
func Xsqlite3_set_clientdata ¶ added in v1.29.0
func Xsqlite3_set_last_insert_rowid ¶
func Xsqlite3_set_last_insert_rowid(tls *libc.TLS, db uintptr, iRowid Tsqlite3_int64)
func Xsqlite3_shutdown ¶
func Xsqlite3_snapshot_cmp ¶
func Xsqlite3_snapshot_free ¶
func Xsqlite3_snapshot_get ¶
func Xsqlite3_snapshot_open ¶
func Xsqlite3_snprintf ¶
func Xsqlite3_sourceid ¶
func Xsqlite3_status ¶
func Xsqlite3_status64 ¶
func Xsqlite3_stmt_explain ¶ added in v1.29.0
func Xsqlite3_stmt_status ¶
func Xsqlite3_str_appendchar ¶
func Xsqlite3_str_appendf ¶
func Xsqlite3_str_reset ¶
func Xsqlite3_str_vappendf ¶
func Xsqlite3_strglob ¶
func Xsqlite3_stricmp ¶
func Xsqlite3_strlike ¶
func Xsqlite3_strnicmp ¶
func Xsqlite3_test_control ¶
func Xsqlite3_thread_cleanup ¶
func Xsqlite3_threadsafe ¶
func Xsqlite3_trace ¶
func Xsqlite3_trace_v2 ¶
func Xsqlite3_txn_state ¶ added in v1.10.0
func Xsqlite3_unlock_notify ¶
func Xsqlite3_update_hook ¶
func Xsqlite3_uri_boolean ¶
func Xsqlite3_uri_key ¶
func Xsqlite3_uri_parameter ¶
func Xsqlite3_value_encoding ¶ added in v1.20.0
func Xsqlite3_value_free ¶
func Xsqlite3_value_pointer ¶
func Xsqlite3_value_text16be ¶
func Xsqlite3_value_text16le ¶
func Xsqlite3_vfs_register ¶
func Xsqlite3_vmprintf ¶
func Xsqlite3_vsnprintf ¶
func Xsqlite3_vtab_collation ¶
func Xsqlite3_vtab_config ¶
func Xsqlite3_vtab_distinct ¶ added in v1.14.7
func Xsqlite3_vtab_in ¶ added in v1.14.7
func Xsqlite3_vtab_in_first ¶ added in v1.14.7
func Xsqlite3_vtab_in_next ¶ added in v1.14.7
func Xsqlite3_vtab_rhs_value ¶ added in v1.14.7
func Xsqlite3_wal_checkpoint ¶
func Xsqlite3_wal_hook ¶
func Xsqlite3changegroup_add ¶ added in v1.12.0
func Xsqlite3changegroup_add_change ¶ added in v1.30.0
func Xsqlite3changegroup_add_strm ¶ added in v1.12.0
func Xsqlite3changegroup_delete ¶ added in v1.12.0
func Xsqlite3changegroup_new ¶ added in v1.12.0
func Xsqlite3changegroup_output ¶ added in v1.12.0
func Xsqlite3changegroup_output_strm ¶ added in v1.12.0
func Xsqlite3changegroup_schema ¶ added in v1.29.0
func Xsqlite3changeset_apply ¶ added in v1.12.0
func Xsqlite3changeset_apply_strm ¶ added in v1.12.0
func Xsqlite3changeset_apply_v2 ¶ added in v1.12.0
func Xsqlite3changeset_apply_v2_strm ¶ added in v1.12.0
func Xsqlite3changeset_concat ¶ added in v1.12.0
func Xsqlite3changeset_concat_strm ¶ added in v1.12.0
func Xsqlite3changeset_conflict ¶ added in v1.12.0
func Xsqlite3changeset_finalize ¶ added in v1.12.0
func Xsqlite3changeset_fk_conflicts ¶ added in v1.12.0
func Xsqlite3changeset_invert ¶ added in v1.12.0
func Xsqlite3changeset_invert_strm ¶ added in v1.12.0
func Xsqlite3changeset_new ¶ added in v1.12.0
func Xsqlite3changeset_next ¶ added in v1.12.0
func Xsqlite3changeset_old ¶ added in v1.12.0
func Xsqlite3changeset_op ¶ added in v1.12.0
func Xsqlite3changeset_pk ¶ added in v1.12.0
func Xsqlite3changeset_start ¶ added in v1.12.0
func Xsqlite3changeset_start_strm ¶ added in v1.12.0
func Xsqlite3changeset_start_v2 ¶ added in v1.12.0
func Xsqlite3changeset_start_v2_strm ¶ added in v1.12.0
func Xsqlite3rbu_bp_progress ¶
func Xsqlite3rbu_close ¶
func Xsqlite3rbu_create_vfs ¶
func Xsqlite3rbu_destroy_vfs ¶
func Xsqlite3rbu_open ¶
func Xsqlite3rbu_rename_handler ¶ added in v1.20.0
func Xsqlite3rbu_vacuum ¶
func Xsqlite3rebaser_configure ¶ added in v1.12.0
func Xsqlite3rebaser_create ¶ added in v1.12.0
func Xsqlite3rebaser_delete ¶ added in v1.12.0
func Xsqlite3rebaser_rebase ¶ added in v1.12.0
func Xsqlite3rebaser_rebase_strm ¶ added in v1.12.0
func Xsqlite3session_attach ¶ added in v1.12.0
func Xsqlite3session_changeset ¶ added in v1.12.0
func Xsqlite3session_changeset_strm ¶ added in v1.12.0
func Xsqlite3session_config ¶ added in v1.12.0
func Xsqlite3session_create ¶ added in v1.12.0
func Xsqlite3session_delete ¶ added in v1.12.0
func Xsqlite3session_diff ¶ added in v1.12.0
func Xsqlite3session_enable ¶ added in v1.12.0
func Xsqlite3session_indirect ¶ added in v1.12.0
func Xsqlite3session_isempty ¶ added in v1.12.0
func Xsqlite3session_object_config ¶ added in v1.12.0
func Xsqlite3session_patchset ¶ added in v1.12.0
func Xsqlite3session_patchset_strm ¶ added in v1.12.0
Types ¶
type AggInfo_col ¶
type AggInfo_col = TAggInfo_col
type AggInfo_func ¶
type AggInfo_func = TAggInfo_func
type AsciiTokenizer ¶
type AsciiTokenizer = TAsciiTokenizer
type AsciiTokenizer1 ¶
type AsciiTokenizer1 = TAsciiTokenizer1
type AuthContext ¶
type AuthContext = TAuthContext
type AuthContext1 ¶
type AuthContext1 = TAuthContext1
type AutoincInfo ¶
type AutoincInfo = TAutoincInfo
type AutoincInfo1 ¶
type AutoincInfo1 = TAutoincInfo1
type BenignMallocHooks ¶
type BenignMallocHooks = TBenignMallocHooks
type BenignMallocHooks1 ¶
type BenignMallocHooks1 = TBenignMallocHooks1
type BtCursor1 ¶
type BtCursor1 = TBtCursor1
type BtShared1 ¶
type BtShared1 = TBtShared1
type BtreePayload ¶
type BtreePayload = TBtreePayload
type BtreePayload1 ¶
type BtreePayload1 = TBtreePayload1
type BusyHandler ¶
type BusyHandler = TBusyHandler
type BusyHandler1 ¶
type BusyHandler1 = TBusyHandler1
type CInstIter ¶
type CInstIter = TCInstIter
type CInstIter1 ¶
type CInstIter1 = TCInstIter1
type CallCount ¶
type CallCount = TCallCount
type CellArray ¶
type CellArray = TCellArray
type CellArray1 ¶
type CellArray1 = TCellArray1
type CellInfo1 ¶
type CellInfo1 = TCellInfo1
type CountCtx1 ¶
type CountCtx1 = TCountCtx1
type CoveringIndexCheck ¶ added in v1.20.0
type CoveringIndexCheck = TCoveringIndexCheck
type CoveringIndexCheck1 ¶ added in v1.21.0
type CoveringIndexCheck1 = TCoveringIndexCheck1
type DateTime1 ¶
type DateTime1 = TDateTime1
type DbClientData ¶ added in v1.29.0
type DbClientData = TDbClientData
type DbClientData1 ¶ added in v1.29.0
type DbClientData1 = TDbClientData1
type DblquoteStr ¶
type DblquoteStr = TDblquoteStr
type DblquoteStr1 ¶
type DblquoteStr1 = TDblquoteStr1
type DistinctCtx ¶
type DistinctCtx = TDistinctCtx
type DistinctCtx1 ¶
type DistinctCtx1 = TDistinctCtx1
type ExprList1 ¶
type ExprList1 = TExprList1
type ExprList_item ¶
type ExprList_item = TExprList_item
type FileChunk ¶
type FileChunk = TFileChunk
type FileChunk1 ¶
type FileChunk1 = TFileChunk1
type FilePoint ¶
type FilePoint = TFilePoint
type FilePoint1 ¶
type FilePoint1 = TFilePoint1
type FpDecode1 ¶ added in v1.29.0
type FpDecode1 = TFpDecode1
type FrameBound ¶
type FrameBound = TFrameBound
type Fts5Auxdata ¶
type Fts5Auxdata = TFts5Auxdata
type Fts5Auxdata1 ¶
type Fts5Auxdata1 = TFts5Auxdata1
type Fts5Auxiliary ¶
type Fts5Auxiliary = TFts5Auxiliary
type Fts5Auxiliary1 ¶
type Fts5Auxiliary1 = TFts5Auxiliary1
type Fts5Bm25Data ¶
type Fts5Bm25Data = TFts5Bm25Data
type Fts5Bm25Data1 ¶
type Fts5Bm25Data1 = TFts5Bm25Data1
type Fts5Buffer ¶
type Fts5Buffer = TFts5Buffer
type Fts5Buffer1 ¶
type Fts5Buffer1 = TFts5Buffer1
type Fts5CResult ¶
type Fts5CResult = TFts5CResult
type Fts5CResult1 ¶
type Fts5CResult1 = TFts5CResult1
type Fts5Colset ¶
type Fts5Colset = TFts5Colset
type Fts5Colset1 ¶
type Fts5Colset1 = TFts5Colset1
type Fts5Config ¶
type Fts5Config = TFts5Config
type Fts5Config1 ¶
type Fts5Config1 = TFts5Config1
type Fts5Cursor ¶
type Fts5Cursor = TFts5Cursor
type Fts5Cursor1 ¶
type Fts5Cursor1 = TFts5Cursor1
type Fts5Data1 ¶
type Fts5Data1 = TFts5Data1
type Fts5DlidxIter ¶
type Fts5DlidxIter = TFts5DlidxIter
type Fts5DlidxIter1 ¶
type Fts5DlidxIter1 = TFts5DlidxIter1
type Fts5DlidxLvl ¶
type Fts5DlidxLvl = TFts5DlidxLvl
type Fts5DlidxLvl1 ¶
type Fts5DlidxLvl1 = TFts5DlidxLvl1
type Fts5DlidxWriter ¶
type Fts5DlidxWriter = TFts5DlidxWriter
type Fts5DlidxWriter1 ¶
type Fts5DlidxWriter1 = TFts5DlidxWriter1
type Fts5DoclistIter ¶
type Fts5DoclistIter = TFts5DoclistIter
type Fts5DoclistIter1 ¶
type Fts5DoclistIter1 = TFts5DoclistIter1
type Fts5Enum1 ¶
type Fts5Enum1 = TFts5Enum1
type Fts5Expr1 ¶
type Fts5Expr1 = TFts5Expr1
type Fts5ExprCtx ¶
type Fts5ExprCtx = TFts5ExprCtx
type Fts5ExprCtx1 ¶
type Fts5ExprCtx1 = TFts5ExprCtx1
type Fts5ExprNearset ¶
type Fts5ExprNearset = TFts5ExprNearset
type Fts5ExprNearset1 ¶
type Fts5ExprNearset1 = TFts5ExprNearset1
type Fts5ExprNode ¶
type Fts5ExprNode = TFts5ExprNode
type Fts5ExprNode1 ¶
type Fts5ExprNode1 = TFts5ExprNode1
type Fts5ExprPhrase ¶
type Fts5ExprPhrase = TFts5ExprPhrase
type Fts5ExprPhrase1 ¶
type Fts5ExprPhrase1 = TFts5ExprPhrase1
type Fts5ExprTerm ¶
type Fts5ExprTerm = TFts5ExprTerm
type Fts5ExprTerm1 ¶
type Fts5ExprTerm1 = TFts5ExprTerm1
type Fts5ExtensionApi ¶
type Fts5ExtensionApi = TFts5ExtensionApi
type Fts5ExtensionApi1 ¶
type Fts5ExtensionApi1 = TFts5ExtensionApi1
type Fts5FlushCtx ¶
type Fts5FlushCtx = TFts5FlushCtx
type Fts5FlushCtx1 ¶
type Fts5FlushCtx1 = TFts5FlushCtx1
type Fts5FullTable ¶
type Fts5FullTable = TFts5FullTable
type Fts5FullTable1 ¶
type Fts5FullTable1 = TFts5FullTable1
type Fts5Global ¶
type Fts5Global = TFts5Global
type Fts5Global1 ¶
type Fts5Global1 = TFts5Global1
type Fts5Hash1 ¶
type Fts5Hash1 = TFts5Hash1
type Fts5HashEntry ¶
type Fts5HashEntry = TFts5HashEntry
type Fts5HashEntry1 ¶
type Fts5HashEntry1 = TFts5HashEntry1
type Fts5Index ¶
type Fts5Index = TFts5Index
type Fts5Index1 ¶
type Fts5Index1 = TFts5Index1
type Fts5IndexIter ¶
type Fts5IndexIter = TFts5IndexIter
type Fts5IndexIter1 ¶
type Fts5IndexIter1 = TFts5IndexIter1
type Fts5InsertCtx ¶
type Fts5InsertCtx = TFts5InsertCtx
type Fts5InsertCtx1 ¶
type Fts5InsertCtx1 = TFts5InsertCtx1
type Fts5IntegrityCtx ¶
type Fts5IntegrityCtx = TFts5IntegrityCtx
type Fts5IntegrityCtx1 ¶
type Fts5IntegrityCtx1 = TFts5IntegrityCtx1
type Fts5Iter1 ¶
type Fts5Iter1 = TFts5Iter1
type Fts5LookaheadReader ¶
type Fts5LookaheadReader = TFts5LookaheadReader
type Fts5LookaheadReader1 ¶
type Fts5LookaheadReader1 = TFts5LookaheadReader1
type Fts5MatchPhrase ¶
type Fts5MatchPhrase = TFts5MatchPhrase
type Fts5NearTrimmer ¶
type Fts5NearTrimmer = TFts5NearTrimmer
type Fts5NearTrimmer1 ¶
type Fts5NearTrimmer1 = TFts5NearTrimmer1
type Fts5PageWriter ¶
type Fts5PageWriter = TFts5PageWriter
type Fts5PageWriter1 ¶
type Fts5PageWriter1 = TFts5PageWriter1
type Fts5Parse ¶
type Fts5Parse = TFts5Parse
type Fts5Parse1 ¶
type Fts5Parse1 = TFts5Parse1
type Fts5PhraseIter ¶
type Fts5PhraseIter = TFts5PhraseIter
type Fts5PhraseIter1 ¶
type Fts5PhraseIter1 = TFts5PhraseIter1
type Fts5PoslistPopulator ¶
type Fts5PoslistPopulator = TFts5PoslistPopulator
type Fts5PoslistPopulator1 ¶
type Fts5PoslistPopulator1 = TFts5PoslistPopulator1
type Fts5PoslistReader ¶
type Fts5PoslistReader = TFts5PoslistReader
type Fts5PoslistReader1 ¶
type Fts5PoslistReader1 = TFts5PoslistReader1
type Fts5PoslistWriter ¶
type Fts5PoslistWriter = TFts5PoslistWriter
type Fts5PoslistWriter1 ¶
type Fts5PoslistWriter1 = TFts5PoslistWriter1
type Fts5SFinder ¶
type Fts5SFinder = TFts5SFinder
type Fts5SFinder1 ¶
type Fts5SFinder1 = TFts5SFinder1
type Fts5SegIter ¶
type Fts5SegIter = TFts5SegIter
type Fts5SegIter1 ¶
type Fts5SegIter1 = TFts5SegIter1
type Fts5SegWriter ¶
type Fts5SegWriter = TFts5SegWriter
type Fts5SegWriter1 ¶
type Fts5SegWriter1 = TFts5SegWriter1
type Fts5Sorter ¶
type Fts5Sorter = TFts5Sorter
type Fts5Sorter1 ¶
type Fts5Sorter1 = TFts5Sorter1
type Fts5Storage ¶
type Fts5Storage = TFts5Storage
type Fts5Storage1 ¶
type Fts5Storage1 = TFts5Storage1
type Fts5Structure ¶
type Fts5Structure = TFts5Structure
type Fts5Structure1 ¶
type Fts5Structure1 = TFts5Structure1
type Fts5StructureLevel ¶
type Fts5StructureLevel = TFts5StructureLevel
type Fts5StructureLevel1 ¶
type Fts5StructureLevel1 = TFts5StructureLevel1
type Fts5StructureSegment ¶
type Fts5StructureSegment = TFts5StructureSegment
type Fts5StructureSegment1 ¶
type Fts5StructureSegment1 = TFts5StructureSegment1
type Fts5Table ¶
type Fts5Table = TFts5Table
type Fts5Table1 ¶
type Fts5Table1 = TFts5Table1
type Fts5Termset ¶
type Fts5Termset = TFts5Termset
type Fts5Termset1 ¶
type Fts5Termset1 = TFts5Termset1
type Fts5TermsetEntry ¶
type Fts5TermsetEntry = TFts5TermsetEntry
type Fts5TermsetEntry1 ¶
type Fts5TermsetEntry1 = TFts5TermsetEntry1
type Fts5Token ¶
type Fts5Token = TFts5Token
type Fts5Token1 ¶
type Fts5Token1 = TFts5Token1
type Fts5TokenDataIter ¶ added in v1.29.0
type Fts5TokenDataIter = TFts5TokenDataIter
type Fts5TokenDataIter1 ¶ added in v1.29.0
type Fts5TokenDataIter1 = TFts5TokenDataIter1
type Fts5TokenDataMap ¶ added in v1.29.0
type Fts5TokenDataMap = TFts5TokenDataMap
type Fts5TokenDataMap1 ¶ added in v1.29.0
type Fts5TokenDataMap1 = TFts5TokenDataMap1
type Fts5TokenizerModule ¶
type Fts5TokenizerModule = TFts5TokenizerModule
type Fts5TokenizerModule1 ¶
type Fts5TokenizerModule1 = TFts5TokenizerModule1
type Fts5TombstoneArray ¶ added in v1.29.0
type Fts5TombstoneArray = TFts5TombstoneArray
type Fts5TombstoneArray1 ¶ added in v1.29.0
type Fts5TombstoneArray1 = TFts5TombstoneArray1
type Fts5TransactionState ¶
type Fts5TransactionState = TFts5TransactionState
type Fts5VocabCursor ¶
type Fts5VocabCursor = TFts5VocabCursor
type Fts5VocabCursor1 ¶
type Fts5VocabCursor1 = TFts5VocabCursor1
type Fts5VocabTable ¶
type Fts5VocabTable = TFts5VocabTable
type Fts5VocabTable1 ¶
type Fts5VocabTable1 = TFts5VocabTable1
type FuncDefHash ¶
type FuncDefHash = TFuncDefHash
type FuncDefHash1 ¶
type FuncDefHash1 = TFuncDefHash1
type FuncDestructor ¶
type FuncDestructor = TFuncDestructor
type FuncDestructor1 ¶
type FuncDestructor1 = TFuncDestructor1
type GeoEvent1 ¶
type GeoEvent1 = TGeoEvent1
type GeoOverlap ¶
type GeoOverlap = TGeoOverlap
type GeoOverlap1 ¶
type GeoOverlap1 = TGeoOverlap1
type GeoParse1 ¶
type GeoParse1 = TGeoParse1
type GeoSegment ¶
type GeoSegment = TGeoSegment
type GeoSegment1 ¶
type GeoSegment1 = TGeoSegment1
type GroupConcatCtx ¶ added in v1.14.2
type GroupConcatCtx = TGroupConcatCtx
type HashElem1 ¶
type HashElem1 = THashElem1
type HiddenIndexInfo ¶
type HiddenIndexInfo = THiddenIndexInfo
type HiddenIndexInfo1 ¶
type HiddenIndexInfo1 = THiddenIndexInfo1
type HighlightContext ¶
type HighlightContext = THighlightContext
type HighlightContext1 ¶
type HighlightContext1 = THighlightContext1
type IdList_item ¶
type IdList_item = TIdList_item
type IncrMerger ¶
type IncrMerger = TIncrMerger
type IncrMerger1 ¶
type IncrMerger1 = TIncrMerger1
type Incrblob1 ¶
type Incrblob1 = TIncrblob1
type IndexIterator ¶ added in v1.10.0
type IndexIterator = TIndexIterator
type IndexIterator1 ¶ added in v1.10.0
type IndexIterator1 = TIndexIterator1
type IndexListTerm ¶ added in v1.10.0
type IndexListTerm = TIndexListTerm
type IndexListTerm1 ¶ added in v1.10.0
type IndexListTerm1 = TIndexListTerm1
type IndexSample ¶
type IndexSample = TIndexSample
type IndexSample1 ¶
type IndexSample1 = TIndexSample1
type IndexedExpr ¶ added in v1.20.0
type IndexedExpr = TIndexedExpr
type IndexedExpr1 ¶ added in v1.20.0
type IndexedExpr1 = TIndexedExpr1
type IntegrityCk ¶
type IntegrityCk = TIntegrityCk
type IntegrityCk1 ¶
type IntegrityCk1 = TIntegrityCk1
type JsonCache ¶ added in v1.29.0
type JsonCache = TJsonCache
type JsonCache1 ¶ added in v1.29.0
type JsonCache1 = TJsonCache1
type JsonEachConnection ¶ added in v1.29.0
type JsonEachConnection = TJsonEachConnection
type JsonEachConnection1 ¶ added in v1.29.0
type JsonEachConnection1 = TJsonEachConnection1
type JsonEachCursor ¶
type JsonEachCursor = TJsonEachCursor
type JsonEachCursor1 ¶
type JsonEachCursor1 = TJsonEachCursor1
type JsonParent ¶ added in v1.29.0
type JsonParent = TJsonParent
type JsonParent1 ¶ added in v1.29.0
type JsonParent1 = TJsonParent1
type JsonParse ¶
type JsonParse = TJsonParse
type JsonParse1 ¶
type JsonParse1 = TJsonParse1
type JsonPretty ¶ added in v1.30.0
type JsonPretty = TJsonPretty
type JsonPretty1 ¶ added in v1.30.0
type JsonPretty1 = TJsonPretty1
type JsonString ¶
type JsonString = TJsonString
type JsonString1 ¶
type JsonString1 = TJsonString1
type LastValueCtx ¶
type LastValueCtx = TLastValueCtx
type Lookaside ¶
type Lookaside = TLookaside
type Lookaside1 ¶
type Lookaside1 = TLookaside1
type LookasideSlot ¶
type LookasideSlot = TLookasideSlot
type LookasideSlot1 ¶
type LookasideSlot1 = TLookasideSlot1
type Mem0Global ¶
type Mem0Global = TMem0Global
type MemJournal ¶
type MemJournal = TMemJournal
type MemJournal1 ¶
type MemJournal1 = TMemJournal1
type MemStore1 ¶ added in v1.11.0
type MemStore1 = TMemStore1
type MergeEngine ¶
type MergeEngine = TMergeEngine
type MergeEngine1 ¶
type MergeEngine1 = TMergeEngine1
type NameContext ¶
type NameContext = TNameContext
type NameContext1 ¶
type NameContext1 = TNameContext1
type NanInfName ¶ added in v1.29.0
type NanInfName = TNanInfName
type NthValueCtx ¶
type NthValueCtx = TNthValueCtx
type OnOrUsing ¶ added in v1.18.1
type OnOrUsing = TOnOrUsing
type OnOrUsing1 ¶ added in v1.18.1
type OnOrUsing1 = TOnOrUsing1
type PCacheGlobal ¶
type PCacheGlobal = TPCacheGlobal
type PagerSavepoint ¶
type PagerSavepoint = TPagerSavepoint
type PagerSavepoint1 ¶
type PagerSavepoint1 = TPagerSavepoint1
type ParseCleanup ¶ added in v1.10.0
type ParseCleanup = TParseCleanup
type ParseCleanup1 ¶ added in v1.10.0
type ParseCleanup1 = TParseCleanup1
type PgFreeslot ¶
type PgFreeslot = TPgFreeslot
type PgFreeslot1 ¶
type PgFreeslot1 = TPgFreeslot1
type PmaReader ¶
type PmaReader = TPmaReader
type PmaReader1 ¶
type PmaReader1 = TPmaReader1
type PmaWriter ¶
type PmaWriter = TPmaWriter
type PmaWriter1 ¶
type PmaWriter1 = TPmaWriter1
type PorterContext ¶
type PorterContext = TPorterContext
type PorterContext1 ¶
type PorterContext1 = TPorterContext1
type PorterRule ¶
type PorterRule = TPorterRule
type PorterRule1 ¶
type PorterRule1 = TPorterRule1
type PorterTokenizer ¶
type PorterTokenizer = TPorterTokenizer
type PorterTokenizer1 ¶
type PorterTokenizer1 = TPorterTokenizer1
type PoslistCallbackCtx ¶
type PoslistCallbackCtx = TPoslistCallbackCtx
type PoslistCallbackCtx1 ¶
type PoslistCallbackCtx1 = TPoslistCallbackCtx1
type PoslistOffsetsCtx ¶
type PoslistOffsetsCtx = TPoslistOffsetsCtx
type PoslistOffsetsCtx1 ¶
type PoslistOffsetsCtx1 = TPoslistOffsetsCtx1
type PragmaName ¶
type PragmaName = TPragmaName
type PragmaVtab ¶
type PragmaVtab = TPragmaVtab
type PragmaVtab1 ¶
type PragmaVtab1 = TPragmaVtab1
type PragmaVtabCursor ¶
type PragmaVtabCursor = TPragmaVtabCursor
type PragmaVtabCursor1 ¶
type PragmaVtabCursor1 = TPragmaVtabCursor1
type PreUpdate ¶
type PreUpdate = TPreUpdate
type PreUpdate1 ¶
type PreUpdate1 = TPreUpdate1
type PrefixMerger ¶ added in v1.10.0
type PrefixMerger = TPrefixMerger
type PrefixMerger1 ¶ added in v1.10.0
type PrefixMerger1 = TPrefixMerger1
type PrintfArguments ¶
type PrintfArguments = TPrintfArguments
type PrintfArguments1 ¶
type PrintfArguments1 = TPrintfArguments1
type RbuFrame1 ¶
type RbuFrame1 = TRbuFrame1
type RbuObjIter ¶
type RbuObjIter = TRbuObjIter
type RbuObjIter1 ¶
type RbuObjIter1 = TRbuObjIter1
type RbuState1 ¶
type RbuState1 = TRbuState1
type RbuUpdateStmt ¶
type RbuUpdateStmt = TRbuUpdateStmt
type RbuUpdateStmt1 ¶
type RbuUpdateStmt1 = TRbuUpdateStmt1
type RecordCompare ¶
type RecordCompare = TRecordCompare
type RefSrcList ¶ added in v1.14.2
type RefSrcList = TRefSrcList
type RenameCtx ¶
type RenameCtx = TRenameCtx
type RenameCtx1 ¶
type RenameCtx1 = TRenameCtx1
type RenameToken ¶
type RenameToken = TRenameToken
type RenameToken1 ¶
type RenameToken1 = TRenameToken1
type Returning ¶ added in v1.10.0
type Returning = TReturning
type Returning1 ¶ added in v1.10.0
type Returning1 = TReturning1
type ReusableSpace ¶
type ReusableSpace = TReusableSpace
type RowLoadInfo ¶
type RowLoadInfo = TRowLoadInfo
type RowLoadInfo1 ¶
type RowLoadInfo1 = TRowLoadInfo1
type RowSetChunk ¶
type RowSetChunk = TRowSetChunk
type RowSetEntry ¶
type RowSetEntry = TRowSetEntry
type RtreeCell ¶
type RtreeCell = TRtreeCell
type RtreeCell1 ¶
type RtreeCell1 = TRtreeCell1
type RtreeCheck ¶
type RtreeCheck = TRtreeCheck
type RtreeCheck1 ¶
type RtreeCheck1 = TRtreeCheck1
type RtreeConstraint ¶
type RtreeConstraint = TRtreeConstraint
type RtreeConstraint1 ¶
type RtreeConstraint1 = TRtreeConstraint1
type RtreeCoord ¶
type RtreeCoord = TRtreeCoord
type RtreeCoord1 ¶
type RtreeCoord1 = TRtreeCoord1
type RtreeCursor ¶
type RtreeCursor = TRtreeCursor
type RtreeCursor1 ¶
type RtreeCursor1 = TRtreeCursor1
type RtreeDValue ¶
type RtreeDValue = TRtreeDValue
type RtreeGeomCallback ¶
type RtreeGeomCallback = TRtreeGeomCallback
type RtreeGeomCallback1 ¶
type RtreeGeomCallback1 = TRtreeGeomCallback1
type RtreeMatchArg ¶
type RtreeMatchArg = TRtreeMatchArg
type RtreeMatchArg1 ¶
type RtreeMatchArg1 = TRtreeMatchArg1
type RtreeNode ¶
type RtreeNode = TRtreeNode
type RtreeNode1 ¶
type RtreeNode1 = TRtreeNode1
type RtreeSearchPoint ¶
type RtreeSearchPoint = TRtreeSearchPoint
type RtreeSearchPoint1 ¶
type RtreeSearchPoint1 = TRtreeSearchPoint1
type RtreeValue ¶
type RtreeValue = TRtreeValue
type SQLiteThread ¶
type SQLiteThread = TSQLiteThread
type SQLiteThread1 ¶
type SQLiteThread1 = TSQLiteThread1
type Savepoint ¶
type Savepoint = TSavepoint
type Savepoint1 ¶
type Savepoint1 = TSavepoint1
type ScanStatus ¶
type ScanStatus = TScanStatus
type ScanStatus1 ¶
type ScanStatus1 = TScanStatus1
type SelectDest ¶
type SelectDest = TSelectDest
type SelectDest1 ¶
type SelectDest1 = TSelectDest1
type SessionApplyCtx ¶ added in v1.12.0
type SessionApplyCtx = TSessionApplyCtx
type SessionApplyCtx1 ¶ added in v1.12.0
type SessionApplyCtx1 = TSessionApplyCtx1
type SessionBuffer ¶ added in v1.12.0
type SessionBuffer = TSessionBuffer
type SessionBuffer1 ¶ added in v1.12.0
type SessionBuffer1 = TSessionBuffer1
type SessionChange ¶ added in v1.12.0
type SessionChange = TSessionChange
type SessionChange1 ¶ added in v1.12.0
type SessionChange1 = TSessionChange1
type SessionDiffCtx ¶ added in v1.12.0
type SessionDiffCtx = TSessionDiffCtx
type SessionDiffCtx1 ¶ added in v1.12.0
type SessionDiffCtx1 = TSessionDiffCtx1
type SessionHook ¶ added in v1.12.0
type SessionHook = TSessionHook
type SessionHook1 ¶ added in v1.12.0
type SessionHook1 = TSessionHook1
type SessionInput ¶ added in v1.12.0
type SessionInput = TSessionInput
type SessionInput1 ¶ added in v1.12.0
type SessionInput1 = TSessionInput1
type SessionStat1Ctx ¶ added in v1.12.0
type SessionStat1Ctx = TSessionStat1Ctx
type SessionStat1Ctx1 ¶ added in v1.12.0
type SessionStat1Ctx1 = TSessionStat1Ctx1
type SessionTable ¶ added in v1.12.0
type SessionTable = TSessionTable
type SessionTable1 ¶ added in v1.12.0
type SessionTable1 = TSessionTable1
type SessionUpdate ¶ added in v1.12.0
type SessionUpdate = TSessionUpdate
type SessionUpdate1 ¶ added in v1.12.0
type SessionUpdate1 = TSessionUpdate1
type SortSubtask ¶
type SortSubtask = TSortSubtask
type SortSubtask1 ¶
type SortSubtask1 = TSortSubtask1
type SorterCompare ¶
type SorterCompare = TSorterCompare
type SorterFile ¶
type SorterFile = TSorterFile
type SorterFile1 ¶
type SorterFile1 = TSorterFile1
type SorterList ¶
type SorterList = TSorterList
type SorterList1 ¶
type SorterList1 = TSorterList1
type SorterRecord ¶
type SorterRecord = TSorterRecord
type SorterRecord1 ¶
type SorterRecord1 = TSorterRecord1
type Sqlite3Config ¶
type Sqlite3Config = TSqlite3Config
type Sqlite3_index_constraint ¶ added in v1.21.0
type Sqlite3_index_constraint = sqlite3_index_constraint
type Sqlite3_index_constraint_usage ¶ added in v1.21.0
type Sqlite3_index_constraint_usage = sqlite3_index_constraint_usage
type Sqlite3_index_info ¶
type Sqlite3_index_info = sqlite3_index_info
type Sqlite3_index_orderby ¶ added in v1.21.0
type Sqlite3_index_orderby = sqlite3_index_orderby
type Sqlite3_int64 ¶
type Sqlite3_int64 = sqlite3_int64
type Sqlite3_module ¶
type Sqlite3_module = sqlite3_module
type Sqlite3_mutex_methods ¶
type Sqlite3_mutex_methods = sqlite3_mutex_methods
type Sqlite3_value ¶
type Sqlite3_value = sqlite3_value
type Sqlite3_vtab ¶
type Sqlite3_vtab = sqlite3_vtab
type Sqlite3_vtab_cursor ¶
type Sqlite3_vtab_cursor = sqlite3_vtab_cursor
type StatAccum ¶
type StatAccum = TStatAccum
type StatAccum1 ¶
type StatAccum1 = TStatAccum1
type StatCell1 ¶
type StatCell1 = TStatCell1
type StatCursor ¶
type StatCursor = TStatCursor
type StatCursor1 ¶
type StatCursor1 = TStatCursor1
type StatPage1 ¶
type StatPage1 = TStatPage1
type StatSample ¶
type StatSample = TStatSample
type StatSample1 ¶
type StatSample1 = TStatSample1
type StatTable ¶
type StatTable = TStatTable
type StatTable1 ¶
type StatTable1 = TStatTable1
type SubProgram ¶
type SubProgram = TSubProgram
type SubProgram1 ¶
type SubProgram1 = TSubProgram1
type SubstContext ¶
type SubstContext = TSubstContext
type TAggInfo_col ¶ added in v1.29.0
type TAggInfo_func ¶ added in v1.29.0
type TAsciiTokenizer ¶ added in v1.29.0
type TAsciiTokenizer = struct {
FaTokenChar [128]uint8
}
type TAsciiTokenizer1 ¶ added in v1.29.0
type TAsciiTokenizer1 = struct {
FaTokenChar [128]uint8
}
type TAuthContext ¶ added in v1.29.0
type TAuthContext1 ¶ added in v1.29.0
type TAutoincInfo ¶ added in v1.29.0
type TAutoincInfo1 ¶ added in v1.29.0
type TBenignMallocHooks ¶ added in v1.29.0
type TBenignMallocHooks1 ¶ added in v1.29.0
type TBtCursor ¶ added in v1.29.0
type TBtCursor = struct {
FeState Tu8
FcurFlags Tu8
FcurPagerFlags Tu8
Fhints Tu8
FskipNext int32
FpBtree uintptr
FaOverflow uintptr
FpKey uintptr
FpBt uintptr
FpNext uintptr
Finfo TCellInfo
FnKey Ti64
FpgnoRoot TPgno
FiPage Ti8
FcurIntKey Tu8
Fix Tu16
FaiIdx [19]Tu16
FpKeyInfo uintptr
FpPage uintptr
FapPage [19]uintptr
}
type TBtCursor1 ¶ added in v1.29.0
type TBtCursor1 = struct {
FeState Tu8
FcurFlags Tu8
FcurPagerFlags Tu8
Fhints Tu8
FskipNext int32
FpBtree uintptr
FaOverflow uintptr
FpKey uintptr
FpBt uintptr
FpNext uintptr
Finfo TCellInfo
FnKey Ti64
FpgnoRoot TPgno
FiPage Ti8
FcurIntKey Tu8
Fix Tu16
FaiIdx [19]Tu16
FpKeyInfo uintptr
FpPage uintptr
FapPage [19]uintptr
}
type TBtShared1 ¶ added in v1.29.0
type TBtShared1 = struct {
}
type TBtreePayload ¶ added in v1.29.0
type TBtreePayload1 ¶ added in v1.29.0
type TBusyHandler ¶ added in v1.29.0
type TBusyHandler1 ¶ added in v1.29.0
type TCInstIter ¶ added in v1.29.0
type TCInstIter1 ¶ added in v1.29.0
type TCallCount ¶ added in v1.29.0
type TCellArray ¶ added in v1.29.0
type TCellArray1 ¶ added in v1.29.0
type TCellInfo1 ¶ added in v1.29.0
type TCountCtx1 ¶ added in v1.29.0
type TCountCtx1 = struct {
Fn Ti64
}
type TCoveringIndexCheck ¶ added in v1.29.0
type TCoveringIndexCheck1 ¶ added in v1.29.0
type TDateTime1 ¶ added in v1.29.0
type TDbClientData ¶ added in v1.29.0
type TDbClientData1 ¶ added in v1.29.0
type TDblquoteStr ¶ added in v1.29.0
type TDblquoteStr1 ¶ added in v1.29.0
type TDistinctCtx ¶ added in v1.29.0
type TDistinctCtx1 ¶ added in v1.29.0
type TExpr ¶ added in v1.29.0
type TExpr = struct {
Fop Tu8
FaffExpr int8
Fop2 Tu8
Fflags Tu32
Fu struct {
FiValue [0]int32
FzToken uintptr
}
FpLeft uintptr
FpRight uintptr
Fx struct {
FpSelect [0]uintptr
FpList uintptr
}
FnHeight int32
FiTable int32
FiColumn TynVar
FiAgg Ti16
Fw struct {
FiOfst [0]int32
FiJoin int32
}
FpAggInfo uintptr
Fy struct {
FpWin [0]uintptr
Fsub [0]struct {
FiAddr int32
FregReturn int32
}
FpTab uintptr
}
}
type TExpr1 ¶ added in v1.29.0
type TExpr1 = struct {
Fop Tu8
FaffExpr int8
Fop2 Tu8
Fflags Tu32
Fu struct {
FiValue [0]int32
FzToken uintptr
}
FpLeft uintptr
FpRight uintptr
Fx struct {
FpSelect [0]uintptr
FpList uintptr
}
FnHeight int32
FiTable int32
FiColumn TynVar
FiAgg Ti16
Fw struct {
FiOfst [0]int32
FiJoin int32
}
FpAggInfo uintptr
Fy struct {
FpWin [0]uintptr
Fsub [0]struct {
FiAddr int32
FregReturn int32
}
FpTab uintptr
}
}
type TExprList ¶ added in v1.29.0
type TExprList = struct {
FnExpr int32
FnAlloc int32
Fa [1]TExprList_item
}
type TExprList1 ¶ added in v1.29.0
type TExprList1 = struct {
FnExpr int32
FnAlloc int32
Fa [1]TExprList_item
}
type TExprList_item ¶ added in v1.29.0
type TFileChunk ¶ added in v1.29.0
type TFileChunk1 ¶ added in v1.29.0
type TFilePoint ¶ added in v1.29.0
type TFilePoint = struct {
FiOffset Tsqlite3_int64
FpChunk uintptr
}
type TFilePoint1 ¶ added in v1.29.0
type TFilePoint1 = struct {
FiOffset Tsqlite3_int64
FpChunk uintptr
}
type TFpDecode1 ¶ added in v1.29.0
type TFrameBound ¶ added in v1.29.0
type TFts5Auxdata ¶ added in v1.29.0
type TFts5Auxdata1 ¶ added in v1.29.0
type TFts5Auxiliary ¶ added in v1.29.0
type TFts5Auxiliary1 ¶ added in v1.29.0
type TFts5Bm25Data ¶ added in v1.29.0
type TFts5Bm25Data1 ¶ added in v1.29.0
type TFts5Buffer ¶ added in v1.29.0
type TFts5Buffer1 ¶ added in v1.29.0
type TFts5CResult ¶ added in v1.29.0
type TFts5CResult1 ¶ added in v1.29.0
type TFts5Colset ¶ added in v1.29.0
type TFts5Colset1 ¶ added in v1.29.0
type TFts5Config ¶ added in v1.29.0
type TFts5Config = struct {
Fdb uintptr
FzDb uintptr
FzName uintptr
FnCol int32
FazCol uintptr
FabUnindexed uintptr
FnPrefix int32
FaPrefix uintptr
FeContent int32
FbContentlessDelete int32
FzContent uintptr
FzContentRowid uintptr
FbColumnsize int32
FbTokendata int32
FeDetail int32
FzContentExprlist uintptr
FpTok uintptr
FpTokApi uintptr
FbLock int32
FePattern int32
FiVersion int32
FiCookie int32
Fpgsz int32
FnAutomerge int32
FnCrisisMerge int32
FnUsermerge int32
FnHashSize int32
FzRank uintptr
FzRankArgs uintptr
FbSecureDelete int32
FnDeleteMerge int32
FpzErrmsg uintptr
}
type TFts5Config1 ¶ added in v1.29.0
type TFts5Config1 = struct {
Fdb uintptr
FzDb uintptr
FzName uintptr
FnCol int32
FazCol uintptr
FabUnindexed uintptr
FnPrefix int32
FaPrefix uintptr
FeContent int32
FbContentlessDelete int32
FzContent uintptr
FzContentRowid uintptr
FbColumnsize int32
FbTokendata int32
FeDetail int32
FzContentExprlist uintptr
FpTok uintptr
FpTokApi uintptr
FbLock int32
FePattern int32
FiVersion int32
FiCookie int32
Fpgsz int32
FnAutomerge int32
FnCrisisMerge int32
FnUsermerge int32
FnHashSize int32
FzRank uintptr
FzRankArgs uintptr
FbSecureDelete int32
FnDeleteMerge int32
FpzErrmsg uintptr
}
type TFts5Cursor ¶ added in v1.29.0
type TFts5Cursor = struct {
Fbase Tsqlite3_vtab_cursor
FpNext uintptr
FaColumnSize uintptr
FiCsrId Ti64
FePlan int32
FbDesc int32
FiFirstRowid Ti64
FiLastRowid Ti64
FpStmt uintptr
FpExpr uintptr
FpSorter uintptr
Fcsrflags int32
FiSpecial Ti64
FzRank uintptr
FzRankArgs uintptr
FpRank uintptr
FnRankArg int32
FapRankArg uintptr
FpRankArgStmt uintptr
FpAux uintptr
FpAuxdata uintptr
FaInstIter uintptr
FnInstAlloc int32
FnInstCount int32
FaInst uintptr
}
type TFts5Cursor1 ¶ added in v1.29.0
type TFts5Cursor1 = struct {
Fbase Tsqlite3_vtab_cursor
FpNext uintptr
FaColumnSize uintptr
FiCsrId Ti64
FePlan int32
FbDesc int32
FiFirstRowid Ti64
FiLastRowid Ti64
FpStmt uintptr
FpExpr uintptr
FpSorter uintptr
Fcsrflags int32
FiSpecial Ti64
FzRank uintptr
FzRankArgs uintptr
FpRank uintptr
FnRankArg int32
FapRankArg uintptr
FpRankArgStmt uintptr
FpAux uintptr
FpAuxdata uintptr
FaInstIter uintptr
FnInstAlloc int32
FnInstCount int32
FaInst uintptr
}
type TFts5Data1 ¶ added in v1.29.0
type TFts5DlidxIter ¶ added in v1.29.0
type TFts5DlidxIter = struct {
FnLvl int32
FiSegid int32
FaLvl [1]TFts5DlidxLvl
}
type TFts5DlidxIter1 ¶ added in v1.29.0
type TFts5DlidxIter1 = struct {
FnLvl int32
FiSegid int32
FaLvl [1]TFts5DlidxLvl
}
type TFts5DlidxLvl ¶ added in v1.29.0
type TFts5DlidxLvl1 ¶ added in v1.29.0
type TFts5DlidxWriter ¶ added in v1.29.0
type TFts5DlidxWriter = struct {
Fpgno int32
FbPrevValid int32
FiPrev Ti64
Fbuf TFts5Buffer
}
type TFts5DlidxWriter1 ¶ added in v1.29.0
type TFts5DlidxWriter1 = struct {
Fpgno int32
FbPrevValid int32
FiPrev Ti64
Fbuf TFts5Buffer
}
type TFts5DoclistIter ¶ added in v1.29.0
type TFts5DoclistIter1 ¶ added in v1.29.0
type TFts5Enum1 ¶ added in v1.29.0
type TFts5Expr1 ¶ added in v1.29.0
type TFts5ExprCtx ¶ added in v1.29.0
type TFts5ExprCtx1 ¶ added in v1.29.0
type TFts5ExprNearset ¶ added in v1.29.0
type TFts5ExprNearset1 ¶ added in v1.29.0
type TFts5ExprNode ¶ added in v1.29.0
type TFts5ExprNode1 ¶ added in v1.29.0
type TFts5ExprPhrase ¶ added in v1.29.0
type TFts5ExprPhrase = struct {
FpNode uintptr
Fposlist TFts5Buffer
FnTerm int32
FaTerm [1]TFts5ExprTerm
}
type TFts5ExprPhrase1 ¶ added in v1.29.0
type TFts5ExprPhrase1 = struct {
FpNode uintptr
Fposlist TFts5Buffer
FnTerm int32
FaTerm [1]TFts5ExprTerm
}
type TFts5ExprTerm ¶ added in v1.29.0
type TFts5ExprTerm1 ¶ added in v1.29.0
type TFts5ExtensionApi ¶ added in v1.29.0
type TFts5ExtensionApi = struct {
FiVersion int32
FxUserData uintptr
FxColumnCount uintptr
FxRowCount uintptr
FxColumnTotalSize uintptr
FxTokenize uintptr
FxPhraseCount uintptr
FxPhraseSize uintptr
FxInstCount uintptr
FxInst uintptr
FxRowid uintptr
FxColumnText uintptr
FxColumnSize uintptr
FxQueryPhrase uintptr
FxSetAuxdata uintptr
FxGetAuxdata uintptr
FxPhraseFirst uintptr
FxPhraseNext uintptr
FxPhraseFirstColumn uintptr
FxPhraseNextColumn uintptr
FxQueryToken uintptr
FxInstToken uintptr
}
type TFts5ExtensionApi1 ¶ added in v1.29.0
type TFts5ExtensionApi1 = struct {
FiVersion int32
FxUserData uintptr
FxColumnCount uintptr
FxRowCount uintptr
FxColumnTotalSize uintptr
FxTokenize uintptr
FxPhraseCount uintptr
FxPhraseSize uintptr
FxInstCount uintptr
FxInst uintptr
FxRowid uintptr
FxColumnText uintptr
FxColumnSize uintptr
FxQueryPhrase uintptr
FxSetAuxdata uintptr
FxGetAuxdata uintptr
FxPhraseFirst uintptr
FxPhraseNext uintptr
FxPhraseFirstColumn uintptr
FxPhraseNextColumn uintptr
FxQueryToken uintptr
FxInstToken uintptr
}
type TFts5FlushCtx ¶ added in v1.29.0
type TFts5FlushCtx = struct {
FpIdx uintptr
Fwriter TFts5SegWriter
}
type TFts5FlushCtx1 ¶ added in v1.29.0
type TFts5FlushCtx1 = struct {
FpIdx uintptr
Fwriter TFts5SegWriter
}
type TFts5FullTable ¶ added in v1.29.0
type TFts5FullTable = struct {
Fp TFts5Table
FpStorage uintptr
FpGlobal uintptr
FpSortCsr uintptr
FiSavepoint int32
}
type TFts5FullTable1 ¶ added in v1.29.0
type TFts5FullTable1 = struct {
Fp TFts5Table
FpStorage uintptr
FpGlobal uintptr
FpSortCsr uintptr
FiSavepoint int32
}
type TFts5Global ¶ added in v1.29.0
type TFts5Global1 ¶ added in v1.29.0
type TFts5Hash1 ¶ added in v1.29.0
type TFts5HashEntry ¶ added in v1.29.0
type TFts5HashEntry1 ¶ added in v1.29.0
type TFts5Index ¶ added in v1.29.0
type TFts5Index = struct {
FpConfig uintptr
FzDataTbl uintptr
FnWorkUnit int32
FpHash uintptr
FnPendingData int32
FiWriteRowid Ti64
FbDelete int32
FnContentlessDelete int32
FnPendingRow int32
Frc int32
FflushRc int32
FpReader uintptr
FpWriter uintptr
FpDeleter uintptr
FpIdxWriter uintptr
FpIdxDeleter uintptr
FpIdxSelect uintptr
FpIdxNextSelect uintptr
FnRead int32
FpDeleteFromIdx uintptr
FpDataVersion uintptr
FiStructVersion Ti64
FpStruct uintptr
}
type TFts5Index1 ¶ added in v1.29.0
type TFts5Index1 = struct {
FpConfig uintptr
FzDataTbl uintptr
FnWorkUnit int32
FpHash uintptr
FnPendingData int32
FiWriteRowid Ti64
FbDelete int32
FnContentlessDelete int32
FnPendingRow int32
Frc int32
FflushRc int32
FpReader uintptr
FpWriter uintptr
FpDeleter uintptr
FpIdxWriter uintptr
FpIdxDeleter uintptr
FpIdxSelect uintptr
FpIdxNextSelect uintptr
FnRead int32
FpDeleteFromIdx uintptr
FpDataVersion uintptr
FiStructVersion Ti64
FpStruct uintptr
}
type TFts5IndexIter ¶ added in v1.29.0
type TFts5IndexIter1 ¶ added in v1.29.0
type TFts5InsertCtx ¶ added in v1.29.0
type TFts5InsertCtx1 ¶ added in v1.29.0
type TFts5IntegrityCtx ¶ added in v1.29.0
type TFts5IntegrityCtx1 ¶ added in v1.29.0
type TFts5Iter ¶ added in v1.29.0
type TFts5Iter = struct {
Fbase TFts5IndexIter
FpTokenDataIter uintptr
FpIndex uintptr
Fposlist TFts5Buffer
FpColset uintptr
FxSetOutputs uintptr
FnSeg int32
FbRev int32
FbSkipEmpty Tu8
FiSwitchRowid Ti64
FaFirst uintptr
FaSeg [1]TFts5SegIter
}
type TFts5Iter1 ¶ added in v1.29.0
type TFts5Iter1 = struct {
Fbase TFts5IndexIter
FpTokenDataIter uintptr
FpIndex uintptr
Fposlist TFts5Buffer
FpColset uintptr
FxSetOutputs uintptr
FnSeg int32
FbRev int32
FbSkipEmpty Tu8
FiSwitchRowid Ti64
FaFirst uintptr
FaSeg [1]TFts5SegIter
}
type TFts5LookaheadReader ¶ added in v1.29.0
type TFts5LookaheadReader1 ¶ added in v1.29.0
type TFts5MatchPhrase ¶ added in v1.29.0
type TFts5NearTrimmer ¶ added in v1.29.0
type TFts5NearTrimmer = struct {
Freader TFts5LookaheadReader
Fwriter TFts5PoslistWriter
FpOut uintptr
}
type TFts5NearTrimmer1 ¶ added in v1.29.0
type TFts5NearTrimmer1 = struct {
Freader TFts5LookaheadReader
Fwriter TFts5PoslistWriter
FpOut uintptr
}
type TFts5PageWriter ¶ added in v1.29.0
type TFts5PageWriter = struct {
Fpgno int32
FiPrevPgidx int32
Fbuf TFts5Buffer
Fpgidx TFts5Buffer
Fterm TFts5Buffer
}
type TFts5PageWriter1 ¶ added in v1.29.0
type TFts5PageWriter1 = struct {
Fpgno int32
FiPrevPgidx int32
Fbuf TFts5Buffer
Fpgidx TFts5Buffer
Fterm TFts5Buffer
}
type TFts5Parse ¶ added in v1.29.0
type TFts5Parse1 ¶ added in v1.29.0
type TFts5PhraseIter ¶ added in v1.29.0
type TFts5PhraseIter1 ¶ added in v1.29.0
type TFts5PoslistPopulator ¶ added in v1.29.0
type TFts5PoslistPopulator = struct {
Fwriter TFts5PoslistWriter
FbOk int32
FbMiss int32
}
type TFts5PoslistPopulator1 ¶ added in v1.29.0
type TFts5PoslistPopulator1 = struct {
Fwriter TFts5PoslistWriter
FbOk int32
FbMiss int32
}
type TFts5PoslistReader ¶ added in v1.29.0
type TFts5PoslistReader1 ¶ added in v1.29.0
type TFts5PoslistWriter ¶ added in v1.29.0
type TFts5PoslistWriter = struct {
FiPrev Ti64
}
type TFts5PoslistWriter1 ¶ added in v1.29.0
type TFts5PoslistWriter1 = struct {
FiPrev Ti64
}
type TFts5SFinder ¶ added in v1.29.0
type TFts5SFinder1 ¶ added in v1.29.0
type TFts5SegIter ¶ added in v1.29.0
type TFts5SegIter = struct {
FpSeg uintptr
Fflags int32
FiLeafPgno int32
FpLeaf uintptr
FpNextLeaf uintptr
FiLeafOffset Ti64
FpTombArray uintptr
FxNext uintptr
FiTermLeafPgno int32
FiTermLeafOffset int32
FiPgidxOff int32
FiEndofDoclist int32
FiRowidOffset int32
FnRowidOffset int32
FaRowidOffset uintptr
FpDlidx uintptr
Fterm TFts5Buffer
FiRowid Ti64
FnPos int32
FbDel Tu8
}
type TFts5SegIter1 ¶ added in v1.29.0
type TFts5SegIter1 = struct {
FpSeg uintptr
Fflags int32
FiLeafPgno int32
FpLeaf uintptr
FpNextLeaf uintptr
FiLeafOffset Ti64
FpTombArray uintptr
FxNext uintptr
FiTermLeafPgno int32
FiTermLeafOffset int32
FiPgidxOff int32
FiEndofDoclist int32
FiRowidOffset int32
FnRowidOffset int32
FaRowidOffset uintptr
FpDlidx uintptr
Fterm TFts5Buffer
FiRowid Ti64
FnPos int32
FbDel Tu8
}
type TFts5SegWriter ¶ added in v1.29.0
type TFts5SegWriter1 ¶ added in v1.29.0
type TFts5Sorter ¶ added in v1.29.0
type TFts5Sorter1 ¶ added in v1.29.0
type TFts5Storage ¶ added in v1.29.0
type TFts5Storage1 ¶ added in v1.29.0
type TFts5Structure ¶ added in v1.29.0
type TFts5Structure1 ¶ added in v1.29.0
type TFts5StructureLevel ¶ added in v1.29.0
type TFts5StructureLevel1 ¶ added in v1.29.0
type TFts5StructureSegment ¶ added in v1.29.0
type TFts5StructureSegment1 ¶ added in v1.29.0
type TFts5Table ¶ added in v1.29.0
type TFts5Table = struct {
Fbase Tsqlite3_vtab
FpConfig uintptr
FpIndex uintptr
}
type TFts5Table1 ¶ added in v1.29.0
type TFts5Table1 = struct {
Fbase Tsqlite3_vtab
FpConfig uintptr
FpIndex uintptr
}
type TFts5Termset ¶ added in v1.29.0
type TFts5Termset = struct {
FapHash [512]uintptr
}
type TFts5Termset1 ¶ added in v1.29.0
type TFts5Termset1 = struct {
FapHash [512]uintptr
}
type TFts5TermsetEntry ¶ added in v1.29.0
type TFts5TermsetEntry1 ¶ added in v1.29.0
type TFts5Token ¶ added in v1.29.0
type TFts5Token1 ¶ added in v1.29.0
type TFts5TokenDataIter ¶ added in v1.29.0
type TFts5TokenDataIter1 ¶ added in v1.29.0
type TFts5TokenDataMap ¶ added in v1.29.0
type TFts5TokenDataMap1 ¶ added in v1.29.0
type TFts5TokenizerModule ¶ added in v1.29.0
type TFts5TokenizerModule = struct {
FzName uintptr
FpUserData uintptr
Fx Tfts5_tokenizer
FxDestroy uintptr
FpNext uintptr
}
type TFts5TokenizerModule1 ¶ added in v1.29.0
type TFts5TokenizerModule1 = struct {
FzName uintptr
FpUserData uintptr
Fx Tfts5_tokenizer
FxDestroy uintptr
FpNext uintptr
}
type TFts5TombstoneArray ¶ added in v1.29.0
type TFts5TombstoneArray1 ¶ added in v1.29.0
type TFts5TransactionState ¶ added in v1.29.0
type TFts5VocabCursor ¶ added in v1.29.0
type TFts5VocabCursor1 ¶ added in v1.29.0
type TFts5VocabTable ¶ added in v1.29.0
type TFts5VocabTable1 ¶ added in v1.29.0
type TFuncDefHash ¶ added in v1.29.0
type TFuncDefHash = struct {
Fa [23]uintptr
}
type TFuncDefHash1 ¶ added in v1.29.0
type TFuncDefHash1 = struct {
Fa [23]uintptr
}
type TFuncDestructor ¶ added in v1.29.0
type TFuncDestructor1 ¶ added in v1.29.0
type TGeoBBox ¶ added in v1.29.0
type TGeoBBox = struct {
FisInit int32
Fa [4]TRtreeCoord
}
type TGeoBBox1 ¶ added in v1.29.0
type TGeoBBox1 = struct {
FisInit int32
Fa [4]TRtreeCoord
}
type TGeoEvent1 ¶ added in v1.29.0
type TGeoOverlap ¶ added in v1.29.0
type TGeoOverlap1 ¶ added in v1.29.0
type TGeoParse1 ¶ added in v1.29.0
type TGeoSegment ¶ added in v1.29.0
type TGeoSegment1 ¶ added in v1.29.0
type TGroupConcatCtx ¶ added in v1.29.0
type THashElem1 ¶ added in v1.29.0
type THiddenIndexInfo ¶ added in v1.29.0
type THiddenIndexInfo1 ¶ added in v1.29.0
type THighlightContext ¶ added in v1.29.0
type THighlightContext1 ¶ added in v1.29.0
type TIdList ¶ added in v1.29.0
type TIdList = struct {
FnId int32
FeU4 Tu8
Fa [1]TIdList_item
}
type TIdList1 ¶ added in v1.29.0
type TIdList1 = struct {
FnId int32
FeU4 Tu8
Fa [1]TIdList_item
}
type TIdList_item ¶ added in v1.29.0
type TIncrMerger ¶ added in v1.29.0
type TIncrMerger1 ¶ added in v1.29.0
type TIncrblob1 ¶ added in v1.29.0
type TIndex ¶ added in v1.29.0
type TIndex = struct {
FzName uintptr
FaiColumn uintptr
FaiRowLogEst uintptr
FpTable uintptr
FzColAff uintptr
FpNext uintptr
FpSchema uintptr
FaSortOrder uintptr
FazColl uintptr
FpPartIdxWhere uintptr
FaColExpr uintptr
Ftnum TPgno
FszIdxRow TLogEst
FnKeyCol Tu16
FnColumn Tu16
FonError Tu8
F__ccgo100 uint16
FnSample int32
FmxSample int32
FnSampleCol int32
FaAvgEq uintptr
FaSample uintptr
FaiRowEst uintptr
FnRowEst0 TtRowcnt
FcolNotIdxed TBitmask
}
type TIndex1 ¶ added in v1.29.0
type TIndex1 = struct {
FzName uintptr
FaiColumn uintptr
FaiRowLogEst uintptr
FpTable uintptr
FzColAff uintptr
FpNext uintptr
FpSchema uintptr
FaSortOrder uintptr
FazColl uintptr
FpPartIdxWhere uintptr
FaColExpr uintptr
Ftnum TPgno
FszIdxRow TLogEst
FnKeyCol Tu16
FnColumn Tu16
FonError Tu8
F__ccgo100 uint16
FnSample int32
FmxSample int32
FnSampleCol int32
FaAvgEq uintptr
FaSample uintptr
FaiRowEst uintptr
FnRowEst0 TtRowcnt
FcolNotIdxed TBitmask
}
type TIndexIterator ¶ added in v1.29.0
type TIndexIterator1 ¶ added in v1.29.0
type TIndexListTerm ¶ added in v1.29.0
type TIndexListTerm1 ¶ added in v1.29.0
type TIndexSample ¶ added in v1.29.0
type TIndexSample1 ¶ added in v1.29.0
type TIndexedExpr ¶ added in v1.29.0
type TIndexedExpr1 ¶ added in v1.29.0
type TIntegrityCk ¶ added in v1.29.0
type TIntegrityCk1 ¶ added in v1.29.0
type TJsonCache ¶ added in v1.29.0
type TJsonCache1 ¶ added in v1.29.0
type TJsonEachConnection ¶ added in v1.29.0
type TJsonEachConnection = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
}
type TJsonEachConnection1 ¶ added in v1.29.0
type TJsonEachConnection1 = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
}
type TJsonEachCursor ¶ added in v1.29.0
type TJsonEachCursor = struct {
Fbase Tsqlite3_vtab_cursor
FiRowid Tu32
Fi Tu32
FiEnd Tu32
FnRoot Tu32
FeType Tu8
FbRecursive Tu8
FnParent Tu32
FnParentAlloc Tu32
FaParent uintptr
Fdb uintptr
Fpath TJsonString
FsParse TJsonParse
}
type TJsonEachCursor1 ¶ added in v1.29.0
type TJsonEachCursor1 = struct {
Fbase Tsqlite3_vtab_cursor
FiRowid Tu32
Fi Tu32
FiEnd Tu32
FnRoot Tu32
FeType Tu8
FbRecursive Tu8
FnParent Tu32
FnParentAlloc Tu32
FaParent uintptr
Fdb uintptr
Fpath TJsonString
FsParse TJsonParse
}
type TJsonParent ¶ added in v1.29.0
type TJsonParent1 ¶ added in v1.29.0
type TJsonParse ¶ added in v1.29.0
type TJsonParse1 ¶ added in v1.29.0
type TJsonPretty ¶ added in v1.30.0
type TJsonPretty1 ¶ added in v1.30.0
type TJsonString ¶ added in v1.29.0
type TJsonString1 ¶ added in v1.29.0
type TLastValueCtx ¶ added in v1.29.0
type TLookaside ¶ added in v1.29.0
type TLookaside1 ¶ added in v1.29.0
type TLookasideSlot ¶ added in v1.29.0
type TLookasideSlot = struct {
FpNext uintptr
}
type TLookasideSlot1 ¶ added in v1.29.0
type TLookasideSlot1 = struct {
FpNext uintptr
}
type TMem0Global ¶ added in v1.29.0
type TMem0Global = struct {
Fmutex uintptr
FalarmThreshold Tsqlite3_int64
FhardLimit Tsqlite3_int64
FnearlyFull int32
}
type TMemFile ¶ added in v1.29.0
type TMemFile = struct {
Fbase Tsqlite3_file
FpStore uintptr
FeLock int32
}
type TMemFile1 ¶ added in v1.29.0
type TMemFile1 = struct {
Fbase Tsqlite3_file
FpStore uintptr
FeLock int32
}
type TMemJournal ¶ added in v1.29.0
type TMemJournal = struct {
FpMethod uintptr
FnChunkSize int32
FnSpill int32
FpFirst uintptr
Fendpoint TFilePoint
Freadpoint TFilePoint
Fflags int32
FpVfs uintptr
FzJournal uintptr
}
type TMemJournal1 ¶ added in v1.29.0
type TMemJournal1 = struct {
FpMethod uintptr
FnChunkSize int32
FnSpill int32
FpFirst uintptr
Fendpoint TFilePoint
Freadpoint TFilePoint
Fflags int32
FpVfs uintptr
FzJournal uintptr
}
type TMemPage ¶ added in v1.29.0
type TMemPage = struct {
FisInit Tu8
FintKey Tu8
FintKeyLeaf Tu8
Fpgno TPgno
Fleaf Tu8
FhdrOffset Tu8
FchildPtrSize Tu8
Fmax1bytePayload Tu8
FnOverflow Tu8
FmaxLocal Tu16
FminLocal Tu16
FcellOffset Tu16
FnFree int32
FnCell Tu16
FmaskPage Tu16
FaiOvfl [4]Tu16
FapOvfl [4]uintptr
FpBt uintptr
FaData uintptr
FaDataEnd uintptr
FaCellIdx uintptr
FaDataOfst uintptr
FpDbPage uintptr
FxCellSize uintptr
FxParseCell uintptr
}
type TMemPage1 ¶ added in v1.29.0
type TMemPage1 = struct {
FisInit Tu8
FintKey Tu8
FintKeyLeaf Tu8
Fpgno TPgno
Fleaf Tu8
FhdrOffset Tu8
FchildPtrSize Tu8
Fmax1bytePayload Tu8
FnOverflow Tu8
FmaxLocal Tu16
FminLocal Tu16
FcellOffset Tu16
FnFree int32
FnCell Tu16
FmaskPage Tu16
FaiOvfl [4]Tu16
FapOvfl [4]uintptr
FpBt uintptr
FaData uintptr
FaDataEnd uintptr
FaCellIdx uintptr
FaDataOfst uintptr
FpDbPage uintptr
FxCellSize uintptr
FxParseCell uintptr
}
type TMemStore ¶ added in v1.29.0
type TMemStore = struct {
Fsz Tsqlite3_int64
FszAlloc Tsqlite3_int64
FszMax Tsqlite3_int64
FaData uintptr
FpMutex uintptr
FnMmap int32
FmFlags uint32
FnRdLock int32
FnWrLock int32
FnRef int32
FzFName uintptr
}
type TMemStore1 ¶ added in v1.29.0
type TMemStore1 = struct {
Fsz Tsqlite3_int64
FszAlloc Tsqlite3_int64
FszMax Tsqlite3_int64
FaData uintptr
FpMutex uintptr
FnMmap int32
FmFlags uint32
FnRdLock int32
FnWrLock int32
FnRef int32
FzFName uintptr
}
type TMemVfs ¶ added in v1.29.0
type TMemVfs = struct {
FiVersion int32
FszOsFile int32
FmxPathname int32
FpNext uintptr
FzName uintptr
FpAppData uintptr
FxOpen uintptr
FxDelete uintptr
FxAccess uintptr
FxFullPathname uintptr
FxDlOpen uintptr
FxDlError uintptr
FxDlSym uintptr
FxDlClose uintptr
FxRandomness uintptr
FxSleep uintptr
FxCurrentTime uintptr
FxGetLastError uintptr
FxCurrentTimeInt64 uintptr
FxSetSystemCall uintptr
FxGetSystemCall uintptr
FxNextSystemCall uintptr
}
type TMergeEngine ¶ added in v1.29.0
type TMergeEngine1 ¶ added in v1.29.0
type TNameContext ¶ added in v1.29.0
type TNameContext1 ¶ added in v1.29.0
type TNanInfName ¶ added in v1.29.0
type TNthValueCtx ¶ added in v1.29.0
type TOnOrUsing ¶ added in v1.29.0
type TOnOrUsing1 ¶ added in v1.29.0
type TPCache1 ¶ added in v1.29.0
type TPCache1 = struct {
FpGroup uintptr
FpnPurgeable uintptr
FszPage int32
FszExtra int32
FszAlloc int32
FbPurgeable int32
FnMin uint32
FnMax uint32
Fn90pct uint32
FiMaxKey uint32
FnPurgeableDummy uint32
FnRecyclable uint32
FnPage uint32
FnHash uint32
FapHash uintptr
FpFree uintptr
FpBulk uintptr
}
type TPCache11 ¶ added in v1.29.0
type TPCache11 = struct {
FpGroup uintptr
FpnPurgeable uintptr
FszPage int32
FszExtra int32
FszAlloc int32
FbPurgeable int32
FnMin uint32
FnMax uint32
Fn90pct uint32
FiMaxKey uint32
FnPurgeableDummy uint32
FnRecyclable uint32
FnPage uint32
FnHash uint32
FapHash uintptr
FpFree uintptr
FpBulk uintptr
}
type TPCacheGlobal ¶ added in v1.29.0
type TPager ¶ added in v1.29.0
type TPager = struct {
FpVfs uintptr
FexclusiveMode Tu8
FjournalMode Tu8
FuseJournal Tu8
FnoSync Tu8
FfullSync Tu8
FextraSync Tu8
FsyncFlags Tu8
FwalSyncFlags Tu8
FtempFile Tu8
FnoLock Tu8
FreadOnly Tu8
FmemDb Tu8
FmemVfs Tu8
FeState Tu8
FeLock Tu8
FchangeCountDone Tu8
FsetSuper Tu8
FdoNotSpill Tu8
FsubjInMemory Tu8
FbUseFetch Tu8
FdbSize TPgno
FdbOrigSize TPgno
FdbFileSize TPgno
FdbHintSize TPgno
FerrCode int32
FnRec int32
FcksumInit Tu32
FnSubRec Tu32
FpInJournal uintptr
Ffd uintptr
Fjfd uintptr
Fsjfd uintptr
FjournalOff Ti64
FjournalHdr Ti64
FpBackup uintptr
FaSavepoint uintptr
FnSavepoint int32
FiDataVersion Tu32
FdbFileVers [16]int8
FnMmapOut int32
FszMmap Tsqlite3_int64
FpMmapFreelist uintptr
FnExtra Tu16
FnReserve Ti16
FvfsFlags Tu32
FsectorSize Tu32
FmxPgno TPgno
FlckPgno TPgno
FpageSize Ti64
FjournalSizeLimit Ti64
FzFilename uintptr
FzJournal uintptr
FxBusyHandler uintptr
FpBusyHandlerArg uintptr
FaStat [4]Tu32
FxReiniter uintptr
FxGet uintptr
FpTmpSpace uintptr
FpPCache uintptr
FpWal uintptr
FzWal uintptr
}
type TPager1 ¶ added in v1.29.0
type TPager1 = struct {
FpVfs uintptr
FexclusiveMode Tu8
FjournalMode Tu8
FuseJournal Tu8
FnoSync Tu8
FfullSync Tu8
FextraSync Tu8
FsyncFlags Tu8
FwalSyncFlags Tu8
FtempFile Tu8
FnoLock Tu8
FreadOnly Tu8
FmemDb Tu8
FmemVfs Tu8
FeState Tu8
FeLock Tu8
FchangeCountDone Tu8
FsetSuper Tu8
FdoNotSpill Tu8
FsubjInMemory Tu8
FbUseFetch Tu8
FdbSize TPgno
FdbOrigSize TPgno
FdbFileSize TPgno
FdbHintSize TPgno
FerrCode int32
FnRec int32
FcksumInit Tu32
FnSubRec Tu32
FpInJournal uintptr
Ffd uintptr
Fjfd uintptr
Fsjfd uintptr
FjournalOff Ti64
FjournalHdr Ti64
FpBackup uintptr
FaSavepoint uintptr
FnSavepoint int32
FiDataVersion Tu32
FdbFileVers [16]int8
FnMmapOut int32
FszMmap Tsqlite3_int64
FpMmapFreelist uintptr
FnExtra Tu16
FnReserve Ti16
FvfsFlags Tu32
FsectorSize Tu32
FmxPgno TPgno
FlckPgno TPgno
FpageSize Ti64
FjournalSizeLimit Ti64
FzFilename uintptr
FzJournal uintptr
FxBusyHandler uintptr
FpBusyHandlerArg uintptr
FaStat [4]Tu32
FxReiniter uintptr
FxGet uintptr
FpTmpSpace uintptr
FpPCache uintptr
FpWal uintptr
FzWal uintptr
}
type TPagerSavepoint ¶ added in v1.29.0
type TPagerSavepoint1 ¶ added in v1.29.0
type TParse ¶ added in v1.29.0
type TParse = struct {
Fdb uintptr
FzErrMsg uintptr
FpVdbe uintptr
Frc int32
FcolNamesSet Tu8
FcheckSchema Tu8
Fnested Tu8
FnTempReg Tu8
FisMultiWrite Tu8
FmayAbort Tu8
FhasCompound Tu8
FokConstFactor Tu8
FdisableLookaside Tu8
FprepFlags Tu8
FwithinRJSubrtn Tu8
FbHasWith Tu8
FnRangeReg int32
FiRangeReg int32
FnErr int32
FnTab int32
FnMem int32
FszOpAlloc int32
FiSelfTab int32
FnLabel int32
FnLabelAlloc int32
FaLabel uintptr
FpConstExpr uintptr
FpIdxEpr uintptr
FpIdxPartExpr uintptr
FconstraintName TToken
FwriteMask TyDbMask
FregRowid int32
FregRoot int32
FnMaxArg int32
FnSelect int32
FnProgressSteps Tu32
FnTableLock int32
FaTableLock uintptr
FpAinc uintptr
FpToplevel uintptr
FpTriggerTab uintptr
FpTriggerPrg uintptr
FpCleanup uintptr
Fu1 struct {
FpReturning [0]uintptr
FaddrCrTab int32
F__ccgo_pad2 [4]byte
}
Foldmask Tu32
Fnewmask Tu32
FnQueryLoop TLogEst
FeTriggerOp Tu8
FbReturning Tu8
FeOrconf Tu8
FdisableTriggers Tu8
FaTempReg [8]int32
FpOuterParse uintptr
FsNameToken TToken
FsLastToken TToken
FnVar TynVar
FiPkSortOrder Tu8
Fexplain Tu8
FeParseMode Tu8
FnVtabLock int32
FnHeight int32
FaddrExplain int32
FpVList uintptr
FpReprepare uintptr
FzTail uintptr
FpNewTable uintptr
FpNewIndex uintptr
FpNewTrigger uintptr
FzAuthContext uintptr
FsArg TToken
FapVtabLock uintptr
FpWith uintptr
FpRename uintptr
}
type TParse1 ¶ added in v1.29.0
type TParse1 = struct {
Fdb uintptr
FzErrMsg uintptr
FpVdbe uintptr
Frc int32
FcolNamesSet Tu8
FcheckSchema Tu8
Fnested Tu8
FnTempReg Tu8
FisMultiWrite Tu8
FmayAbort Tu8
FhasCompound Tu8
FokConstFactor Tu8
FdisableLookaside Tu8
FprepFlags Tu8
FwithinRJSubrtn Tu8
FbHasWith Tu8
FnRangeReg int32
FiRangeReg int32
FnErr int32
FnTab int32
FnMem int32
FszOpAlloc int32
FiSelfTab int32
FnLabel int32
FnLabelAlloc int32
FaLabel uintptr
FpConstExpr uintptr
FpIdxEpr uintptr
FpIdxPartExpr uintptr
FconstraintName TToken
FwriteMask TyDbMask
FregRowid int32
FregRoot int32
FnMaxArg int32
FnSelect int32
FnProgressSteps Tu32
FnTableLock int32
FaTableLock uintptr
FpAinc uintptr
FpToplevel uintptr
FpTriggerTab uintptr
FpTriggerPrg uintptr
FpCleanup uintptr
Fu1 struct {
FpReturning [0]uintptr
FaddrCrTab int32
F__ccgo_pad2 [4]byte
}
Foldmask Tu32
Fnewmask Tu32
FnQueryLoop TLogEst
FeTriggerOp Tu8
FbReturning Tu8
FeOrconf Tu8
FdisableTriggers Tu8
FaTempReg [8]int32
FpOuterParse uintptr
FsNameToken TToken
FsLastToken TToken
FnVar TynVar
FiPkSortOrder Tu8
Fexplain Tu8
FeParseMode Tu8
FnVtabLock int32
FnHeight int32
FaddrExplain int32
FpVList uintptr
FpReprepare uintptr
FzTail uintptr
FpNewTable uintptr
FpNewIndex uintptr
FpNewTrigger uintptr
FzAuthContext uintptr
FsArg TToken
FapVtabLock uintptr
FpWith uintptr
FpRename uintptr
}
type TParseCleanup ¶ added in v1.29.0
type TParseCleanup1 ¶ added in v1.29.0
type TPgFreeslot ¶ added in v1.29.0
type TPgFreeslot = struct {
FpNext uintptr
}
type TPgFreeslot1 ¶ added in v1.29.0
type TPgFreeslot1 = struct {
FpNext uintptr
}
type TPmaReader ¶ added in v1.29.0
type TPmaReader1 ¶ added in v1.29.0
type TPmaWriter ¶ added in v1.29.0
type TPmaWriter1 ¶ added in v1.29.0
type TPorterContext ¶ added in v1.29.0
type TPorterContext1 ¶ added in v1.29.0
type TPorterRule ¶ added in v1.29.0
type TPorterRule1 ¶ added in v1.29.0
type TPorterTokenizer ¶ added in v1.29.0
type TPorterTokenizer = struct {
Ftokenizer Tfts5_tokenizer
FpTokenizer uintptr
FaBuf [128]int8
}
type TPorterTokenizer1 ¶ added in v1.29.0
type TPorterTokenizer1 = struct {
Ftokenizer Tfts5_tokenizer
FpTokenizer uintptr
FaBuf [128]int8
}
type TPoslistCallbackCtx ¶ added in v1.29.0
type TPoslistCallbackCtx1 ¶ added in v1.29.0
type TPoslistOffsetsCtx ¶ added in v1.29.0
type TPoslistOffsetsCtx1 ¶ added in v1.29.0
type TPragmaName ¶ added in v1.29.0
type TPragmaVtab ¶ added in v1.29.0
type TPragmaVtab = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FpName uintptr
FnHidden Tu8
FiHidden Tu8
}
type TPragmaVtab1 ¶ added in v1.29.0
type TPragmaVtab1 = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FpName uintptr
FnHidden Tu8
FiHidden Tu8
}
type TPragmaVtabCursor ¶ added in v1.29.0
type TPragmaVtabCursor = struct {
Fbase Tsqlite3_vtab_cursor
FpPragma uintptr
FiRowid Tsqlite_int64
FazArg [2]uintptr
}
type TPragmaVtabCursor1 ¶ added in v1.29.0
type TPragmaVtabCursor1 = struct {
Fbase Tsqlite3_vtab_cursor
FpPragma uintptr
FiRowid Tsqlite_int64
FazArg [2]uintptr
}
type TPreUpdate ¶ added in v1.29.0
type TPreUpdate1 ¶ added in v1.29.0
type TPrefixMerger ¶ added in v1.29.0
type TPrefixMerger = struct {
Fiter TFts5DoclistIter
FiPos Ti64
FiOff int32
FaPos uintptr
FpNext uintptr
}
type TPrefixMerger1 ¶ added in v1.29.0
type TPrefixMerger1 = struct {
Fiter TFts5DoclistIter
FiPos Ti64
FiOff int32
FaPos uintptr
FpNext uintptr
}
type TPrintfArguments ¶ added in v1.29.0
type TPrintfArguments1 ¶ added in v1.29.0
type TRbuFrame1 ¶ added in v1.29.0
type TRbuObjIter ¶ added in v1.29.0
type TRbuObjIter = struct {
FpTblIter uintptr
FpIdxIter uintptr
FnTblCol int32
FazTblCol uintptr
FazTblType uintptr
FaiSrcOrder uintptr
FabTblPk uintptr
FabNotNull uintptr
FabIndexed uintptr
FeType int32
FbCleanup int32
FzTbl uintptr
FzDataTbl uintptr
FzIdx uintptr
FiTnum int32
FiPkTnum int32
FbUnique int32
FnIndex int32
FnCol int32
FpSelect uintptr
FpInsert uintptr
FpDelete uintptr
FpTmpInsert uintptr
FnIdxCol int32
FaIdxCol uintptr
FzIdxSql uintptr
FpRbuUpdate uintptr
}
type TRbuObjIter1 ¶ added in v1.29.0
type TRbuObjIter1 = struct {
FpTblIter uintptr
FpIdxIter uintptr
FnTblCol int32
FazTblCol uintptr
FazTblType uintptr
FaiSrcOrder uintptr
FabTblPk uintptr
FabNotNull uintptr
FabIndexed uintptr
FeType int32
FbCleanup int32
FzTbl uintptr
FzDataTbl uintptr
FzIdx uintptr
FiTnum int32
FiPkTnum int32
FbUnique int32
FnIndex int32
FnCol int32
FpSelect uintptr
FpInsert uintptr
FpDelete uintptr
FpTmpInsert uintptr
FnIdxCol int32
FaIdxCol uintptr
FzIdxSql uintptr
FpRbuUpdate uintptr
}
type TRbuState1 ¶ added in v1.29.0
type TRbuUpdateStmt ¶ added in v1.29.0
type TRbuUpdateStmt1 ¶ added in v1.29.0
type TRecordCompare ¶ added in v1.29.0
type TRecordCompare = uintptr
type TRefSrcList ¶ added in v1.29.0
type TRenameCtx ¶ added in v1.29.0
type TRenameCtx1 ¶ added in v1.29.0
type TRenameToken ¶ added in v1.29.0
type TRenameToken1 ¶ added in v1.29.0
type TReturning ¶ added in v1.29.0
type TReturning1 ¶ added in v1.29.0
type TReusableSpace ¶ added in v1.29.0
type TReusableSpace = struct {
FpSpace uintptr
FnFree Tsqlite3_int64
FnNeeded Tsqlite3_int64
}
type TRowLoadInfo ¶ added in v1.29.0
type TRowLoadInfo1 ¶ added in v1.29.0
type TRowSetChunk ¶ added in v1.29.0
type TRowSetChunk = struct {
FpNextChunk uintptr
FaEntry [42]TRowSetEntry
}
type TRowSetEntry ¶ added in v1.29.0
type TRtree ¶ added in v1.29.0
type TRtree = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FiNodeSize int32
FnDim Tu8
FnDim2 Tu8
FeCoordType Tu8
FnBytesPerCell Tu8
FinWrTrans Tu8
FnAux Tu8
FnAuxNotNull Tu8
FiDepth int32
FzDb uintptr
FzName uintptr
FzNodeName uintptr
FnBusy Tu32
FnRowEst Ti64
FnCursor Tu32
FnNodeRef Tu32
FzReadAuxSql uintptr
FpDeleted uintptr
FpNodeBlob uintptr
FpWriteNode uintptr
FpDeleteNode uintptr
FpReadRowid uintptr
FpWriteRowid uintptr
FpDeleteRowid uintptr
FpReadParent uintptr
FpWriteParent uintptr
FpDeleteParent uintptr
FpWriteAux uintptr
FaHash [97]uintptr
}
type TRtree1 ¶ added in v1.29.0
type TRtree1 = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FiNodeSize int32
FnDim Tu8
FnDim2 Tu8
FeCoordType Tu8
FnBytesPerCell Tu8
FinWrTrans Tu8
FnAux Tu8
FnAuxNotNull Tu8
FiDepth int32
FzDb uintptr
FzName uintptr
FzNodeName uintptr
FnBusy Tu32
FnRowEst Ti64
FnCursor Tu32
FnNodeRef Tu32
FzReadAuxSql uintptr
FpDeleted uintptr
FpNodeBlob uintptr
FpWriteNode uintptr
FpDeleteNode uintptr
FpReadRowid uintptr
FpWriteRowid uintptr
FpDeleteRowid uintptr
FpReadParent uintptr
FpWriteParent uintptr
FpDeleteParent uintptr
FpWriteAux uintptr
FaHash [97]uintptr
}
type TRtreeCell ¶ added in v1.29.0
type TRtreeCell = struct {
FiRowid Ti64
FaCoord [10]TRtreeCoord
}
type TRtreeCell1 ¶ added in v1.29.0
type TRtreeCell1 = struct {
FiRowid Ti64
FaCoord [10]TRtreeCoord
}
type TRtreeCheck ¶ added in v1.29.0
type TRtreeCheck1 ¶ added in v1.29.0
type TRtreeConstraint ¶ added in v1.29.0
type TRtreeConstraint1 ¶ added in v1.29.0
type TRtreeCoord ¶ added in v1.29.0
type TRtreeCoord = struct {
Fi [0]int32
Fu [0]Tu32
Ff TRtreeValue
}
type TRtreeCoord1 ¶ added in v1.29.0
type TRtreeCoord1 = struct {
Fi [0]int32
Fu [0]Tu32
Ff TRtreeValue
}
type TRtreeCursor ¶ added in v1.29.0
type TRtreeCursor1 ¶ added in v1.29.0
type TRtreeDValue ¶ added in v1.29.0
type TRtreeDValue = float64
type TRtreeGeomCallback ¶ added in v1.29.0
type TRtreeGeomCallback1 ¶ added in v1.29.0
type TRtreeMatchArg ¶ added in v1.29.0
type TRtreeMatchArg = struct {
FiSize Tu32
Fcb TRtreeGeomCallback
FnParam int32
FapSqlParam uintptr
FaParam [1]TRtreeDValue
}
type TRtreeMatchArg1 ¶ added in v1.29.0
type TRtreeMatchArg1 = struct {
FiSize Tu32
Fcb TRtreeGeomCallback
FnParam int32
FapSqlParam uintptr
FaParam [1]TRtreeDValue
}
type TRtreeNode ¶ added in v1.29.0
type TRtreeNode1 ¶ added in v1.29.0
type TRtreeSearchPoint ¶ added in v1.29.0
type TRtreeSearchPoint = struct {
FrScore TRtreeDValue
Fid Tsqlite3_int64
FiLevel Tu8
FeWithin Tu8
FiCell Tu8
}
type TRtreeSearchPoint1 ¶ added in v1.29.0
type TRtreeSearchPoint1 = struct {
FrScore TRtreeDValue
Fid Tsqlite3_int64
FiLevel Tu8
FeWithin Tu8
FiCell Tu8
}
type TRtreeValue ¶ added in v1.29.0
type TRtreeValue = float32
type TSQLiteThread ¶ added in v1.29.0
type TSQLiteThread = struct {
Ftid Tpthread_t
Fdone int32
FpOut uintptr
FxTask uintptr
FpIn uintptr
}
type TSQLiteThread1 ¶ added in v1.29.0
type TSQLiteThread1 = struct {
Ftid Tpthread_t
Fdone int32
FpOut uintptr
FxTask uintptr
FpIn uintptr
}
type TSavepoint ¶ added in v1.29.0
type TSavepoint1 ¶ added in v1.29.0
type TScanStatus ¶ added in v1.29.0
type TScanStatus1 ¶ added in v1.29.0
type TSelect ¶ added in v1.29.0
type TSelect = struct {
Fop Tu8
FnSelectRow TLogEst
FselFlags Tu32
FiLimit int32
FiOffset int32
FselId Tu32
FaddrOpenEphm [2]int32
FpEList uintptr
FpSrc uintptr
FpWhere uintptr
FpGroupBy uintptr
FpHaving uintptr
FpOrderBy uintptr
FpPrior uintptr
FpNext uintptr
FpLimit uintptr
FpWith uintptr
FpWin uintptr
FpWinDefn uintptr
}
type TSelect1 ¶ added in v1.29.0
type TSelect1 = struct {
Fop Tu8
FnSelectRow TLogEst
FselFlags Tu32
FiLimit int32
FiOffset int32
FselId Tu32
FaddrOpenEphm [2]int32
FpEList uintptr
FpSrc uintptr
FpWhere uintptr
FpGroupBy uintptr
FpHaving uintptr
FpOrderBy uintptr
FpPrior uintptr
FpNext uintptr
FpLimit uintptr
FpWith uintptr
FpWin uintptr
FpWinDefn uintptr
}
type TSelectDest ¶ added in v1.29.0
type TSelectDest1 ¶ added in v1.29.0
type TSessionApplyCtx ¶ added in v1.29.0
type TSessionApplyCtx = struct {
Fdb uintptr
FpDelete uintptr
FpInsert uintptr
FpSelect uintptr
FnCol int32
FazCol uintptr
FabPK uintptr
FaUpdateMask uintptr
FpUp uintptr
FbStat1 int32
FbDeferConstraints int32
FbInvertConstraints int32
Fconstraints TSessionBuffer
Frebase TSessionBuffer
FbRebaseStarted Tu8
FbRebase Tu8
FbIgnoreNoop Tu8
FbRowid int32
}
type TSessionApplyCtx1 ¶ added in v1.29.0
type TSessionApplyCtx1 = struct {
Fdb uintptr
FpDelete uintptr
FpInsert uintptr
FpSelect uintptr
FnCol int32
FazCol uintptr
FabPK uintptr
FaUpdateMask uintptr
FpUp uintptr
FbStat1 int32
FbDeferConstraints int32
FbInvertConstraints int32
Fconstraints TSessionBuffer
Frebase TSessionBuffer
FbRebaseStarted Tu8
FbRebase Tu8
FbIgnoreNoop Tu8
FbRowid int32
}
type TSessionBuffer ¶ added in v1.29.0
type TSessionBuffer1 ¶ added in v1.29.0
type TSessionChange ¶ added in v1.29.0
type TSessionChange1 ¶ added in v1.29.0
type TSessionDiffCtx ¶ added in v1.29.0
type TSessionDiffCtx1 ¶ added in v1.29.0
type TSessionHook ¶ added in v1.29.0
type TSessionHook1 ¶ added in v1.29.0
type TSessionInput ¶ added in v1.29.0
type TSessionInput1 ¶ added in v1.29.0
type TSessionStat1Ctx ¶ added in v1.29.0
type TSessionStat1Ctx = struct {
Fhook TSessionHook
FpSession uintptr
}
type TSessionStat1Ctx1 ¶ added in v1.29.0
type TSessionStat1Ctx1 = struct {
Fhook TSessionHook
FpSession uintptr
}
type TSessionTable ¶ added in v1.29.0
type TSessionTable1 ¶ added in v1.29.0
type TSessionUpdate ¶ added in v1.29.0
type TSessionUpdate1 ¶ added in v1.29.0
type TSortSubtask ¶ added in v1.29.0
type TSortSubtask = struct {
FpThread uintptr
FbDone int32
FnPMA int32
FpSorter uintptr
FpUnpacked uintptr
Flist TSorterList
FxCompare TSorterCompare
Ffile TSorterFile
Ffile2 TSorterFile
}
type TSortSubtask1 ¶ added in v1.29.0
type TSortSubtask1 = struct {
FpThread uintptr
FbDone int32
FnPMA int32
FpSorter uintptr
FpUnpacked uintptr
Flist TSorterList
FxCompare TSorterCompare
Ffile TSorterFile
Ffile2 TSorterFile
}
type TSorterCompare ¶ added in v1.29.0
type TSorterCompare = uintptr
type TSorterFile ¶ added in v1.29.0
type TSorterFile1 ¶ added in v1.29.0
type TSorterList ¶ added in v1.29.0
type TSorterList1 ¶ added in v1.29.0
type TSorterRecord ¶ added in v1.29.0
type TSorterRecord1 ¶ added in v1.29.0
type TSqlite3Config ¶ added in v1.29.0
type TSqlite3Config = struct {
FbMemstat int32
FbCoreMutex Tu8
FbFullMutex Tu8
FbOpenUri Tu8
FbUseCis Tu8
FbSmallMalloc Tu8
FbExtraSchemaChecks Tu8
FbUseLongDouble Tu8
FmxStrlen int32
FneverCorrupt int32
FszLookaside int32
FnLookaside int32
FnStmtSpill int32
Fm Tsqlite3_mem_methods
Fmutex Tsqlite3_mutex_methods
Fpcache2 Tsqlite3_pcache_methods2
FpHeap uintptr
FnHeap int32
FmnReq int32
FmxReq int32
FszMmap Tsqlite3_int64
FmxMmap Tsqlite3_int64
FpPage uintptr
FszPage int32
FnPage int32
FmxParserStack int32
FszPma Tu32
FisInit int32
FinProgress int32
FisMutexInit int32
FisMallocInit int32
FisPCacheInit int32
FnRefInitMutex int32
FpInitMutex uintptr
FxLog uintptr
FpLogArg uintptr
FmxMemdbSize Tsqlite3_int64
FxTestCallback uintptr
FbLocaltimeFault int32
FxAltLocaltime uintptr
FiOnceResetThreshold int32
FszSorterRef Tu32
FiPrngSeed uint32
}
type TSrcItem ¶ added in v1.29.0
type TSrcItem = struct {
FpSchema uintptr
FzDatabase uintptr
FzName uintptr
FzAlias uintptr
FpTab uintptr
FpSelect uintptr
FaddrFillSub int32
FregReturn int32
FregResult int32
Ffg struct {
F__ccgo_align [0]uint32
Fjointype Tu8
F__ccgo_align1 [2]byte
F__ccgo4 uint16
}
FiCursor int32
Fu3 struct {
FpUsing [0]uintptr
FpOn uintptr
}
FcolUsed TBitmask
Fu1 struct {
FpFuncArg [0]uintptr
FnRow [0]Tu32
FzIndexedBy uintptr
}
Fu2 struct {
FpCteUse [0]uintptr
FpIBIndex uintptr
}
}
type TSrcItem1 ¶ added in v1.29.0
type TSrcItem1 = struct {
FpSchema uintptr
FzDatabase uintptr
FzName uintptr
FzAlias uintptr
FpTab uintptr
FpSelect uintptr
FaddrFillSub int32
FregReturn int32
FregResult int32
Ffg struct {
F__ccgo_align [0]uint32
Fjointype Tu8
F__ccgo_align1 [2]byte
F__ccgo4 uint16
}
FiCursor int32
Fu3 struct {
FpUsing [0]uintptr
FpOn uintptr
}
FcolUsed TBitmask
Fu1 struct {
FpFuncArg [0]uintptr
FnRow [0]Tu32
FzIndexedBy uintptr
}
Fu2 struct {
FpCteUse [0]uintptr
FpIBIndex uintptr
}
}
type TStatAccum ¶ added in v1.29.0
type TStatAccum1 ¶ added in v1.29.0
type TStatCell1 ¶ added in v1.29.0
type TStatCursor ¶ added in v1.29.0
type TStatCursor = struct {
Fbase Tsqlite3_vtab_cursor
FpStmt uintptr
FisEof Tu8
FisAgg Tu8
FiDb int32
FaPage [32]TStatPage
FiPage int32
FiPageno Tu32
FzName uintptr
FzPath uintptr
FzPagetype uintptr
FnPage int32
FnCell int32
FnMxPayload int32
FnUnused Ti64
FnPayload Ti64
FiOffset Ti64
FszPage Ti64
}
type TStatCursor1 ¶ added in v1.29.0
type TStatCursor1 = struct {
Fbase Tsqlite3_vtab_cursor
FpStmt uintptr
FisEof Tu8
FisAgg Tu8
FiDb int32
FaPage [32]TStatPage
FiPage int32
FiPageno Tu32
FzName uintptr
FzPath uintptr
FzPagetype uintptr
FnPage int32
FnCell int32
FnMxPayload int32
FnUnused Ti64
FnPayload Ti64
FiOffset Ti64
FszPage Ti64
}
type TStatPage1 ¶ added in v1.29.0
type TStatSample ¶ added in v1.29.0
type TStatSample1 ¶ added in v1.29.0
type TStatTable ¶ added in v1.29.0
type TStatTable = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FiDb int32
}
type TStatTable1 ¶ added in v1.29.0
type TStatTable1 = struct {
Fbase Tsqlite3_vtab
Fdb uintptr
FiDb int32
}
type TSubProgram ¶ added in v1.29.0
type TSubProgram1 ¶ added in v1.29.0
type TSubstContext ¶ added in v1.29.0
type TTabResult ¶ added in v1.29.0
type TTable ¶ added in v1.29.0
type TTable = struct {
FzName uintptr
FaCol uintptr
FpIndex uintptr
FzColAff uintptr
FpCheck uintptr
Ftnum TPgno
FnTabRef Tu32
FtabFlags Tu32
FiPKey Ti16
FnCol Ti16
FnNVCol Ti16
FnRowLogEst TLogEst
FszTabRow TLogEst
FkeyConf Tu8
FeTabType Tu8
Fu struct {
Fview [0]struct {
FpSelect uintptr
}
Fvtab [0]struct {
FnArg int32
FazArg uintptr
Fp uintptr
}
Ftab struct {
FaddColOffset int32
FpFKey uintptr
FpDfltList uintptr
}
}
FpTrigger uintptr
FpSchema uintptr
}
type TTable1 ¶ added in v1.29.0
type TTable1 = struct {
FzName uintptr
FaCol uintptr
FpIndex uintptr
FzColAff uintptr
FpCheck uintptr
Ftnum TPgno
FnTabRef Tu32
FtabFlags Tu32
FiPKey Ti16
FnCol Ti16
FnNVCol Ti16
FnRowLogEst TLogEst
FszTabRow TLogEst
FkeyConf Tu8
FeTabType Tu8
Fu struct {
Fview [0]struct {
FpSelect uintptr
}
Fvtab [0]struct {
FnArg int32
FazArg uintptr
Fp uintptr
}
Ftab struct {
FaddColOffset int32
FpFKey uintptr
FpDfltList uintptr
}
}
FpTrigger uintptr
FpSchema uintptr
}
type TTableLock ¶ added in v1.29.0
type TTableLock1 ¶ added in v1.29.0
type TTokenCtx1 ¶ added in v1.29.0
type TTrigEvent ¶ added in v1.29.0
type TTriggerPrg ¶ added in v1.29.0
type TTriggerPrg1 ¶ added in v1.29.0
type TTriggerStep ¶ added in v1.29.0
type TTriggerStep1 ¶ added in v1.29.0
type TTrigramTokenizer ¶ added in v1.29.0
type TTrigramTokenizer1 ¶ added in v1.29.0
type TUnicode61Tokenizer ¶ added in v1.29.0
type TUnicode61Tokenizer1 ¶ added in v1.29.0
type TUnixUnusedFd ¶ added in v1.29.0
type TUnixUnusedFd1 ¶ added in v1.29.0
type TUnpackedRecord ¶ added in v1.29.0
type TUnpackedRecord1 ¶ added in v1.29.0
type TValueList ¶ added in v1.29.0
type TValueList1 ¶ added in v1.29.0
type TValueNewStat4Ctx ¶ added in v1.29.0
type TVdbe ¶ added in v1.29.0
type TVdbe = struct {
Fdb uintptr
FppVPrev uintptr
FpVNext uintptr
FpParse uintptr
FnVar TynVar
FnMem int32
FnCursor int32
FcacheCtr Tu32
Fpc int32
Frc int32
FnChange Ti64
FiStatement int32
FiCurrentTime Ti64
FnFkConstraint Ti64
FnStmtDefCons Ti64
FnStmtDefImmCons Ti64
FaMem uintptr
FapArg uintptr
FapCsr uintptr
FaVar uintptr
FaOp uintptr
FnOp int32
FnOpAlloc int32
FaColName uintptr
FpResultRow uintptr
FzErrMsg uintptr
FpVList uintptr
FstartTime Ti64
FnResColumn Tu16
FnResAlloc Tu16
FerrorAction Tu8
FminWriteFileFormat Tu8
FprepFlags Tu8
FeVdbeState Tu8
F__ccgo200 uint16
FbtreeMask TyDbMask
FlockMask TyDbMask
FaCounter [9]Tu32
FzSql uintptr
FpFree uintptr
FpFrame uintptr
FpDelFrame uintptr
FnFrame int32
Fexpmask Tu32
FpProgram uintptr
FpAuxData uintptr
}
type TVdbe1 ¶ added in v1.29.0
type TVdbe1 = struct {
Fdb uintptr
FppVPrev uintptr
FpVNext uintptr
FpParse uintptr
FnVar TynVar
FnMem int32
FnCursor int32
FcacheCtr Tu32
Fpc int32
Frc int32
FnChange Ti64
FiStatement int32
FiCurrentTime Ti64
FnFkConstraint Ti64
FnStmtDefCons Ti64
FnStmtDefImmCons Ti64
FaMem uintptr
FapArg uintptr
FapCsr uintptr
FaVar uintptr
FaOp uintptr
FnOp int32
FnOpAlloc int32
FaColName uintptr
FpResultRow uintptr
FzErrMsg uintptr
FpVList uintptr
FstartTime Ti64
FnResColumn Tu16
FnResAlloc Tu16
FerrorAction Tu8
FminWriteFileFormat Tu8
FprepFlags Tu8
FeVdbeState Tu8
F__ccgo200 uint16
FbtreeMask TyDbMask
FlockMask TyDbMask
FaCounter [9]Tu32
FzSql uintptr
FpFree uintptr
FpFrame uintptr
FpDelFrame uintptr
FnFrame int32
Fexpmask Tu32
FpProgram uintptr
FpAuxData uintptr
}
type TVdbeCursor ¶ added in v1.29.0
type TVdbeCursor = struct {
FeCurType Tu8
FiDb Ti8
FnullRow Tu8
FdeferredMoveto Tu8
FisTable Tu8
F__ccgo_align5 [3]byte
F__ccgo8 uint8
FseekHit Tu16
Fub struct {
FaAltMap [0]uintptr
FpBtx uintptr
}
FseqCount Ti64
FcacheStatus Tu32
FseekResult int32
FpAltCursor uintptr
Fuc struct {
FpVCur [0]uintptr
FpSorter [0]uintptr
FpCursor uintptr
}
FpKeyInfo uintptr
FiHdrOffset Tu32
FpgnoRoot TPgno
FnField Ti16
FnHdrParsed Tu16
FmovetoTarget Ti64
FaOffset uintptr
FaRow uintptr
FpayloadSize Tu32
FszRow Tu32
FpCache uintptr
FaType [1]Tu32
}
type TVdbeCursor1 ¶ added in v1.29.0
type TVdbeCursor1 = struct {
FeCurType Tu8
FiDb Ti8
FnullRow Tu8
FdeferredMoveto Tu8
FisTable Tu8
F__ccgo_align5 [3]byte
F__ccgo8 uint8
FseekHit Tu16
Fub struct {
FaAltMap [0]uintptr
FpBtx uintptr
}
FseqCount Ti64
FcacheStatus Tu32
FseekResult int32
FpAltCursor uintptr
Fuc struct {
FpVCur [0]uintptr
FpSorter [0]uintptr
FpCursor uintptr
}
FpKeyInfo uintptr
FiHdrOffset Tu32
FpgnoRoot TPgno
FnField Ti16
FnHdrParsed Tu16
FmovetoTarget Ti64
FaOffset uintptr
FaRow uintptr
FpayloadSize Tu32
FszRow Tu32
FpCache uintptr
FaType [1]Tu32
}
type TVdbeFrame ¶ added in v1.29.0
type TVdbeFrame1 ¶ added in v1.29.0
type TVdbeOpList ¶ added in v1.29.0
type TVdbeOpList1 ¶ added in v1.29.0
type TVdbeSorter ¶ added in v1.29.0
type TVdbeSorter = struct {
FmnPmaSize int32
FmxPmaSize int32
FmxKeysize int32
Fpgsz int32
FpReader uintptr
FpMerger uintptr
Fdb uintptr
FpKeyInfo uintptr
FpUnpacked uintptr
Flist TSorterList
FiMemory int32
FnMemory int32
FbUsePMA Tu8
FbUseThreads Tu8
FiPrev Tu8
FnTask Tu8
FtypeMask Tu8
FaTask [1]TSortSubtask
}
type TVdbeSorter1 ¶ added in v1.29.0
type TVdbeSorter1 = struct {
FmnPmaSize int32
FmxPmaSize int32
FmxKeysize int32
Fpgsz int32
FpReader uintptr
FpMerger uintptr
Fdb uintptr
FpKeyInfo uintptr
FpUnpacked uintptr
Flist TSorterList
FiMemory int32
FnMemory int32
FbUsePMA Tu8
FbUseThreads Tu8
FiPrev Tu8
FnTask Tu8
FtypeMask Tu8
FaTask [1]TSortSubtask
}
type TVdbeTxtBlbCache ¶ added in v1.29.0
type TVdbeTxtBlbCache1 ¶ added in v1.29.0
type TWal ¶ added in v1.29.0
type TWal = struct {
FpVfs uintptr
FpDbFd uintptr
FpWalFd uintptr
FiCallback Tu32
FmxWalSize Ti64
FnWiData int32
FszFirstBlock int32
FapWiData uintptr
FszPage Tu32
FreadLock Ti16
FsyncFlags Tu8
FexclusiveMode Tu8
FwriteLock Tu8
FckptLock Tu8
FreadOnly Tu8
FtruncateOnCommit Tu8
FsyncHeader Tu8
FpadToSectorBoundary Tu8
FbShmUnreliable Tu8
Fhdr TWalIndexHdr
FminFrame Tu32
FiReCksum Tu32
FzWalName uintptr
FnCkpt Tu32
FpSnapshot uintptr
}
type TWal1 ¶ added in v1.29.0
type TWal1 = struct {
FpVfs uintptr
FpDbFd uintptr
FpWalFd uintptr
FiCallback Tu32
FmxWalSize Ti64
FnWiData int32
FszFirstBlock int32
FapWiData uintptr
FszPage Tu32
FreadLock Ti16
FsyncFlags Tu8
FexclusiveMode Tu8
FwriteLock Tu8
FckptLock Tu8
FreadOnly Tu8
FtruncateOnCommit Tu8
FsyncHeader Tu8
FpadToSectorBoundary Tu8
FbShmUnreliable Tu8
Fhdr TWalIndexHdr
FminFrame Tu32
FiReCksum Tu32
FzWalName uintptr
FnCkpt Tu32
FpSnapshot uintptr
}
type TWalCkptInfo ¶ added in v1.29.0
type TWalCkptInfo1 ¶ added in v1.29.0
type TWalHashLoc ¶ added in v1.29.0
type TWalHashLoc1 ¶ added in v1.29.0
type TWalIndexHdr ¶ added in v1.29.0
type TWalIndexHdr1 ¶ added in v1.29.0
type TWalIterator ¶ added in v1.29.0
type TWalIterator = struct {
FiPrior Tu32
FnSegment int32
FaSegment [1]TWalSegment
}
type TWalIterator1 ¶ added in v1.29.0
type TWalIterator1 = struct {
FiPrior Tu32
FnSegment int32
FaSegment [1]TWalSegment
}
type TWalSegment ¶ added in v1.29.0
type TWalWriter ¶ added in v1.29.0
type TWalWriter = struct {
FpWal uintptr
FpFd uintptr
FiSyncPoint Tsqlite3_int64
FsyncFlags int32
FszPage int32
}
type TWalker ¶ added in v1.29.0
type TWalker = struct {
FpParse uintptr
FxExprCallback uintptr
FxSelectCallback uintptr
FxSelectCallback2 uintptr
FwalkerDepth int32
FeCode Tu16
FmWFlags Tu16
Fu struct {
Fn [0]int32
FiCur [0]int32
FpSrcList [0]uintptr
FpCCurHint [0]uintptr
FpRefSrcList [0]uintptr
FaiCol [0]uintptr
FpIdxCover [0]uintptr
FpGroupBy [0]uintptr
FpSelect [0]uintptr
FpRewrite [0]uintptr
FpConst [0]uintptr
FpRename [0]uintptr
FpTab [0]uintptr
FpCovIdxCk [0]uintptr
FpSrcItem [0]uintptr
FpFix [0]uintptr
FaMem [0]uintptr
FpNC uintptr
}
}
type TWalker1 ¶ added in v1.29.0
type TWalker1 = struct {
FpParse uintptr
FxExprCallback uintptr
FxSelectCallback uintptr
FxSelectCallback2 uintptr
FwalkerDepth int32
FeCode Tu16
FmWFlags Tu16
Fu struct {
Fn [0]int32
FiCur [0]int32
FpSrcList [0]uintptr
FpCCurHint [0]uintptr
FpRefSrcList [0]uintptr
FaiCol [0]uintptr
FpIdxCover [0]uintptr
FpGroupBy [0]uintptr
FpSelect [0]uintptr
FpRewrite [0]uintptr
FpConst [0]uintptr
FpRename [0]uintptr
FpTab [0]uintptr
FpCovIdxCk [0]uintptr
FpSrcItem [0]uintptr
FpFix [0]uintptr
FaMem [0]uintptr
FpNC uintptr
}
}
type TWhereAndInfo ¶ added in v1.29.0
type TWhereAndInfo = struct {
Fwc TWhereClause
}
type TWhereAndInfo1 ¶ added in v1.29.0
type TWhereAndInfo1 = struct {
Fwc TWhereClause
}
type TWhereClause ¶ added in v1.29.0
type TWhereClause1 ¶ added in v1.29.0
type TWhereConst ¶ added in v1.29.0
type TWhereConst1 ¶ added in v1.29.0
type TWhereInfo ¶ added in v1.29.0
type TWhereInfo = struct {
FpParse uintptr
FpTabList uintptr
FpOrderBy uintptr
FpResultSet uintptr
FpSelect uintptr
FaiCurOnePass [2]int32
FiContinue int32
FiBreak int32
FsavedNQueryLoop int32
FwctrlFlags Tu16
FiLimit TLogEst
FnLevel Tu8
FnOBSat Ti8
FeOnePass Tu8
FeDistinct Tu8
F__ccgo68 uint8
FnRowOut TLogEst
FiTop int32
FiEndWhere int32
FpLoops uintptr
FpMemToFree uintptr
FrevMask TBitmask
FsWC TWhereClause
FsMaskSet TWhereMaskSet
Fa [1]TWhereLevel
}
type TWhereInfo1 ¶ added in v1.29.0
type TWhereInfo1 = struct {
FpParse uintptr
FpTabList uintptr
FpOrderBy uintptr
FpResultSet uintptr
FpSelect uintptr
FaiCurOnePass [2]int32
FiContinue int32
FiBreak int32
FsavedNQueryLoop int32
FwctrlFlags Tu16
FiLimit TLogEst
FnLevel Tu8
FnOBSat Ti8
FeOnePass Tu8
FeDistinct Tu8
F__ccgo68 uint8
FnRowOut TLogEst
FiTop int32
FiEndWhere int32
FpLoops uintptr
FpMemToFree uintptr
FrevMask TBitmask
FsWC TWhereClause
FsMaskSet TWhereMaskSet
Fa [1]TWhereLevel
}
type TWhereLevel ¶ added in v1.29.0
type TWhereLevel = struct {
FiLeftJoin int32
FiTabCur int32
FiIdxCur int32
FaddrBrk int32
FaddrNxt int32
FaddrSkip int32
FaddrCont int32
FaddrFirst int32
FaddrBody int32
FregBignull int32
FaddrBignull int32
FregFilter int32
FpRJ uintptr
FiFrom Tu8
Fop Tu8
Fp3 Tu8
Fp5 Tu8
Fp1 int32
Fp2 int32
Fu struct {
FpCoveringIdx [0]uintptr
Fin struct {
FnIn int32
FaInLoop uintptr
}
}
FpWLoop uintptr
FnotReady TBitmask
}
type TWhereLevel1 ¶ added in v1.29.0
type TWhereLevel1 = struct {
FiLeftJoin int32
FiTabCur int32
FiIdxCur int32
FaddrBrk int32
FaddrNxt int32
FaddrSkip int32
FaddrCont int32
FaddrFirst int32
FaddrBody int32
FregBignull int32
FaddrBignull int32
FregFilter int32
FpRJ uintptr
FiFrom Tu8
Fop Tu8
Fp3 Tu8
Fp5 Tu8
Fp1 int32
Fp2 int32
Fu struct {
FpCoveringIdx [0]uintptr
Fin struct {
FnIn int32
FaInLoop uintptr
}
}
FpWLoop uintptr
FnotReady TBitmask
}
type TWhereLoop ¶ added in v1.29.0
type TWhereLoop = struct {
Fprereq TBitmask
FmaskSelf TBitmask
FiTab Tu8
FiSortIdx Tu8
FrSetup TLogEst
FrRun TLogEst
FnOut TLogEst
Fu struct {
Fvtab [0]struct {
FidxNum int32
F__ccgo4 uint8
FisOrdered Ti8
FomitMask Tu16
FidxStr uintptr
FmHandleIn Tu32
}
Fbtree struct {
FnEq Tu16
FnBtm Tu16
FnTop Tu16
FnDistinctCol Tu16
FpIndex uintptr
}
F__ccgo_pad2 [8]byte
}
FwsFlags Tu32
FnLTerm Tu16
FnSkip Tu16
FnLSlot Tu16
FaLTerm uintptr
FpNextLoop uintptr
FaLTermSpace [3]uintptr
}
type TWhereLoop1 ¶ added in v1.29.0
type TWhereLoop1 = struct {
Fprereq TBitmask
FmaskSelf TBitmask
FiTab Tu8
FiSortIdx Tu8
FrSetup TLogEst
FrRun TLogEst
FnOut TLogEst
Fu struct {
Fvtab [0]struct {
FidxNum int32
F__ccgo4 uint8
FisOrdered Ti8
FomitMask Tu16
FidxStr uintptr
FmHandleIn Tu32
}
Fbtree struct {
FnEq Tu16
FnBtm Tu16
FnTop Tu16
FnDistinctCol Tu16
FpIndex uintptr
}
F__ccgo_pad2 [8]byte
}
FwsFlags Tu32
FnLTerm Tu16
FnSkip Tu16
FnLSlot Tu16
FaLTerm uintptr
FpNextLoop uintptr
FaLTermSpace [3]uintptr
}
type TWhereLoopBuilder ¶ added in v1.29.0
type TWhereLoopBuilder1 ¶ added in v1.29.0
type TWhereMaskSet ¶ added in v1.29.0
type TWhereMaskSet1 ¶ added in v1.29.0
type TWhereMemBlock ¶ added in v1.29.0
type TWhereMemBlock1 ¶ added in v1.29.0
type TWhereOrCost ¶ added in v1.29.0
type TWhereOrCost1 ¶ added in v1.29.0
type TWhereOrInfo ¶ added in v1.29.0
type TWhereOrInfo = struct {
Fwc TWhereClause
Findexable TBitmask
}
type TWhereOrInfo1 ¶ added in v1.29.0
type TWhereOrInfo1 = struct {
Fwc TWhereClause
Findexable TBitmask
}
type TWhereOrSet ¶ added in v1.29.0
type TWhereOrSet = struct {
Fn Tu16
Fa [3]TWhereOrCost
}
type TWhereOrSet1 ¶ added in v1.29.0
type TWhereOrSet1 = struct {
Fn Tu16
Fa [3]TWhereOrCost
}
type TWherePath ¶ added in v1.29.0
type TWherePath1 ¶ added in v1.29.0
type TWhereRightJoin ¶ added in v1.29.0
type TWhereRightJoin1 ¶ added in v1.29.0
type TWhereScan ¶ added in v1.29.0
type TWhereScan1 ¶ added in v1.29.0
type TWhereTerm ¶ added in v1.29.0
type TWhereTerm = struct {
FpExpr uintptr
FpWC uintptr
FtruthProb TLogEst
FwtFlags Tu16
FeOperator Tu16
FnChild Tu8
FeMatchOp Tu8
FiParent int32
FleftCursor int32
Fu struct {
FpOrInfo [0]uintptr
FpAndInfo [0]uintptr
Fx struct {
FleftColumn int32
FiField int32
}
}
FprereqRight TBitmask
FprereqAll TBitmask
}
type TWhereTerm1 ¶ added in v1.29.0
type TWhereTerm1 = struct {
FpExpr uintptr
FpWC uintptr
FtruthProb TLogEst
FwtFlags Tu16
FeOperator Tu16
FnChild Tu8
FeMatchOp Tu8
FiParent int32
FleftCursor int32
Fu struct {
FpOrInfo [0]uintptr
FpAndInfo [0]uintptr
Fx struct {
FleftColumn int32
FiField int32
}
}
FprereqRight TBitmask
FprereqAll TBitmask
}
type TWindow ¶ added in v1.29.0
type TWindow = struct {
FzName uintptr
FzBase uintptr
FpPartition uintptr
FpOrderBy uintptr
FeFrmType Tu8
FeStart Tu8
FeEnd Tu8
FbImplicitFrame Tu8
FeExclude Tu8
FpStart uintptr
FpEnd uintptr
FppThis uintptr
FpNextWin uintptr
FpFilter uintptr
FpWFunc uintptr
FiEphCsr int32
FregAccum int32
FregResult int32
FcsrApp int32
FregApp int32
FregPart int32
FpOwner uintptr
FnBufferCol int32
FiArgCol int32
FregOne int32
FregStartRowid int32
FregEndRowid int32
FbExprArgs Tu8
}
type TWindow1 ¶ added in v1.29.0
type TWindow1 = struct {
FzName uintptr
FzBase uintptr
FpPartition uintptr
FpOrderBy uintptr
FeFrmType Tu8
FeStart Tu8
FeEnd Tu8
FbImplicitFrame Tu8
FeExclude Tu8
FpStart uintptr
FpEnd uintptr
FppThis uintptr
FpNextWin uintptr
FpFilter uintptr
FpWFunc uintptr
FiEphCsr int32
FregAccum int32
FregResult int32
FcsrApp int32
FregApp int32
FregPart int32
FpOwner uintptr
FnBufferCol int32
FiArgCol int32
FregOne int32
FregStartRowid int32
FregEndRowid int32
FbExprArgs Tu8
}
type TWindowCodeArg ¶ added in v1.29.0
type TWindowCodeArg = struct {
FpParse uintptr
FpMWin uintptr
FpVdbe uintptr
FaddrGosub int32
FregGosub int32
FregArg int32
FeDelete int32
FregRowid int32
Fstart TWindowCsrAndReg
Fcurrent TWindowCsrAndReg
Fend TWindowCsrAndReg
}
type TWindowCodeArg1 ¶ added in v1.29.0
type TWindowCodeArg1 = struct {
FpParse uintptr
FpMWin uintptr
FpVdbe uintptr
FaddrGosub int32
FregGosub int32
FregArg int32
FeDelete int32
FregRowid int32
Fstart TWindowCsrAndReg
Fcurrent TWindowCsrAndReg
Fend TWindowCsrAndReg
}
type TWindowCsrAndReg ¶ added in v1.29.0
type TWindowCsrAndReg1 ¶ added in v1.29.0
type TWindowRewrite ¶ added in v1.29.0
type TWindowRewrite1 ¶ added in v1.29.0
type TYYMINORTYPE ¶ added in v1.29.0
type TYYMINORTYPE = struct {
Fyy0 [0]TToken
Fyy14 [0]uintptr
Fyy59 [0]uintptr
Fyy67 [0]uintptr
Fyy122 [0]uintptr
Fyy132 [0]uintptr
Fyy144 [0]int32
Fyy168 [0]uintptr
Fyy203 [0]uintptr
Fyy211 [0]uintptr
Fyy269 [0]TOnOrUsing
Fyy286 [0]TTrigEvent
Fyy383 [0]struct {
Fvalue int32
Fmask int32
}
Fyy391 [0]Tu32
Fyy427 [0]uintptr
Fyy454 [0]uintptr
Fyy462 [0]Tu8
Fyy509 [0]TFrameBound
Fyy555 [0]uintptr
Fyyinit int32
F__ccgo_pad20 [12]byte
}
type T_G_fpos64_t ¶ added in v1.29.0
type T_G_fpos64_t = Tfpos_t
type T_IO_cookie_io_functions_t ¶ added in v1.29.0
type T_IO_cookie_io_functions_t = Tcookie_io_functions_t
type TabResult ¶
type TabResult = TTabResult
type TableLock ¶
type TableLock = TTableLock
type TableLock1 ¶
type TableLock1 = TTableLock1
type TanalysisInfo ¶ added in v1.29.0
type TanalysisInfo1 ¶ added in v1.29.0
type Tblksize_t ¶ added in v1.29.0
type Tblksize_t = int64
type Tclockid_t ¶ added in v1.29.0
type Tclockid_t = int32
type TcompareInfo ¶ added in v1.29.0
type Tcookie_io_functions_t ¶ added in v1.29.0
type Tcookie_io_functions_t = struct {
}
type Tcpu_set_t ¶ added in v1.29.7
type Tcpu_set_t = struct {
F__bits [16]uint64
}
type Tcpu_set_t1 ¶ added in v1.29.7
type Tcpu_set_t1 = struct {
F__bits [16]uint64
}
type Tf_owner_ex ¶ added in v1.29.0
type Tfile_handle ¶ added in v1.29.0
type Tfinder_type ¶ added in v1.29.0
type Tfinder_type = uintptr
type Tfsblkcnt_t ¶ added in v1.29.0
type Tfsblkcnt_t = uint64
type Tfsfilcnt_t ¶ added in v1.29.0
type Tfsfilcnt_t = uint64
type Tfts5YYMINORTYPE ¶ added in v1.29.0
type Tfts5_api1 ¶ added in v1.29.0
type Tfts5_extension_function ¶ added in v1.29.0
type Tfts5_extension_function = uintptr
type Tfts5_tokenizer ¶ added in v1.29.0
type Tfts5_tokenizer1 ¶ added in v1.29.0
type Tfts5yyParser ¶ added in v1.29.0
type Tfts5yyParser = struct {
Ffts5yytos uintptr
FpParse uintptr
Ffts5yystackEnd uintptr
Ffts5yystack uintptr
Ffts5yystk0 [100]Tfts5yyStackEntry
}
type Tfts5yyParser1 ¶ added in v1.29.0
type Tfts5yyParser1 = struct {
Ffts5yytos uintptr
FpParse uintptr
Ffts5yystackEnd uintptr
Ffts5yystack uintptr
Ffts5yystk0 [100]Tfts5yyStackEntry
}
type Tfts5yyStackEntry ¶ added in v1.29.0
type Tfts5yyStackEntry = struct {
Fstateno uint8
Fmajor uint8
Fminor Tfts5YYMINORTYPE
}
type Tfts5yyStackEntry1 ¶ added in v1.29.0
type Tfts5yyStackEntry1 = struct {
Fstateno uint8
Fmajor uint8
Fminor Tfts5YYMINORTYPE
}
type Titimerspec ¶ added in v1.29.0
type Titimerval ¶ added in v1.29.0
type Tmax_align_t ¶ added in v1.29.0
type TokenCtx1 ¶
type TokenCtx1 = TTokenCtx1
type Tpthread_attr_t ¶ added in v1.29.0
type Tpthread_barrier_t ¶ added in v1.29.0
type Tpthread_barrierattr_t ¶ added in v1.29.0
type Tpthread_barrierattr_t = struct {
F__attr uint32
}
type Tpthread_cond_t ¶ added in v1.29.0
type Tpthread_condattr_t ¶ added in v1.29.0
type Tpthread_condattr_t = struct {
F__attr uint32
}
type Tpthread_key_t ¶ added in v1.29.0
type Tpthread_key_t = uint32
type Tpthread_mutex_t ¶ added in v1.29.0
type Tpthread_mutexattr_t ¶ added in v1.29.0
type Tpthread_mutexattr_t = struct {
F__attr uint32
}
type Tpthread_once_t ¶ added in v1.29.0
type Tpthread_once_t = int32
type Tpthread_rwlock_t ¶ added in v1.29.0
type Tpthread_rwlockattr_t ¶ added in v1.29.0
type Tpthread_rwlockattr_t = struct {
F__attr [2]uint32
}
type Tpthread_spinlock_t ¶ added in v1.29.0
type Tpthread_spinlock_t = int32
type Tpthread_t ¶ added in v1.29.0
type Tpthread_t = uintptr
type Tptrdiff_t ¶ added in v1.29.0
type Tptrdiff_t = int64
type Trbu_file1 ¶ added in v1.29.0
type Tregister_t ¶ added in v1.29.0
type Tregister_t = int64
type TrigEvent ¶
type TrigEvent = TTrigEvent
type TriggerPrg ¶
type TriggerPrg = TTriggerPrg
type TriggerPrg1 ¶
type TriggerPrg1 = TTriggerPrg1
type TriggerStep ¶
type TriggerStep = TTriggerStep
type TriggerStep1 ¶
type TriggerStep1 = TTriggerStep1
type TrigramTokenizer ¶ added in v1.10.0
type TrigramTokenizer = TTrigramTokenizer
type TrigramTokenizer1 ¶ added in v1.10.0
type TrigramTokenizer1 = TTrigramTokenizer1
type Tsched_param ¶ added in v1.29.7
type Tsqlite3 ¶ added in v1.29.0
type Tsqlite3 = struct {
FpVfs uintptr
FpVdbe uintptr
FpDfltColl uintptr
Fmutex uintptr
FaDb uintptr
FnDb int32
FmDbFlags Tu32
Fflags Tu64
FlastRowid Ti64
FszMmap Ti64
FnSchemaLock Tu32
FopenFlags uint32
FerrCode int32
FerrByteOffset int32
FerrMask int32
FiSysErrno int32
FdbOptFlags Tu32
Fenc Tu8
FautoCommit Tu8
Ftemp_store Tu8
FmallocFailed Tu8
FbBenignMalloc Tu8
FdfltLockMode Tu8
FnextAutovac int8
FsuppressErr Tu8
FvtabOnConflict Tu8
FisTransactionSavepoint Tu8
FmTrace Tu8
FnSqlExec Tu8
FeOpenState Tu8
FnextPagesize int32
FnChange Ti64
FnTotalChange Ti64
FaLimit [12]int32
FnMaxSorterMmap int32
Finit1 Tsqlite3InitInfo
FnVdbeActive int32
FnVdbeRead int32
FnVdbeWrite int32
FnVdbeExec int32
FnVDestroy int32
FnExtension int32
FaExtension uintptr
Ftrace struct {
FxV2 [0]uintptr
FxLegacy uintptr
}
FpTraceArg uintptr
FxProfile uintptr
FpProfileArg uintptr
FpCommitArg uintptr
FxCommitCallback uintptr
FpRollbackArg uintptr
FxRollbackCallback uintptr
FpUpdateArg uintptr
FxUpdateCallback uintptr
FpAutovacPagesArg uintptr
FxAutovacDestr uintptr
FxAutovacPages uintptr
FpParse uintptr
FpPreUpdateArg uintptr
FxPreUpdateCallback uintptr
FpPreUpdate uintptr
FxWalCallback uintptr
FpWalArg uintptr
FxCollNeeded uintptr
FxCollNeeded16 uintptr
FpCollNeededArg uintptr
FpErr uintptr
Fu1 struct {
FnotUsed1 [0]float64
FisInterrupted int32
F__ccgo_pad2 [4]byte
}
Flookaside TLookaside
FxAuth Tsqlite3_xauth
FpAuthArg uintptr
FxProgress uintptr
FpProgressArg uintptr
FnProgressOps uint32
FnVTrans int32
FaModule THash
FpVtabCtx uintptr
FaVTrans uintptr
FpDisconnect uintptr
FaFunc THash
FaCollSeq THash
FbusyHandler TBusyHandler
FaDbStatic [2]TDb
FpSavepoint uintptr
FnAnalysisLimit int32
FbusyTimeout int32
FnSavepoint int32
FnStatement int32
FnDeferredCons Ti64
FnDeferredImmCons Ti64
FpnBytesFreed uintptr
FpDbData uintptr
FpBlockingConnection uintptr
FpUnlockConnection uintptr
FpUnlockArg uintptr
FxUnlockNotify uintptr
FpNextBlocked uintptr
}
type Tsqlite3AutoExtList ¶ added in v1.29.0
type Tsqlite3AutoExtList1 ¶ added in v1.29.0
type Tsqlite3InitInfo ¶ added in v1.29.0
type Tsqlite3PrngType ¶ added in v1.29.0
type Tsqlite3StatType ¶ added in v1.29.0
type Tsqlite3StatType = struct {
FnowValue [10]Tsqlite3StatValueType
FmxValue [10]Tsqlite3StatValueType
}
type Tsqlite3StatType1 ¶ added in v1.29.0
type Tsqlite3StatType1 = struct {
FnowValue [10]Tsqlite3StatValueType
FmxValue [10]Tsqlite3StatValueType
}
type Tsqlite3StatValueType ¶ added in v1.29.0
type Tsqlite3StatValueType = int64
type Tsqlite3_api_routines ¶ added in v1.29.0
type Tsqlite3_api_routines = struct {
Faggregate_context uintptr
Faggregate_count uintptr
Fbind_blob uintptr
Fbind_double uintptr
Fbind_int uintptr
Fbind_int64 uintptr
Fbind_null uintptr
Fbind_parameter_count uintptr
Fbind_parameter_index uintptr
Fbind_parameter_name uintptr
Fbind_text uintptr
Fbind_text16 uintptr
Fbind_value uintptr
Fbusy_handler uintptr
Fbusy_timeout uintptr
Fchanges uintptr
Fclose1 uintptr
Fcollation_needed uintptr
Fcollation_needed16 uintptr
Fcolumn_blob uintptr
Fcolumn_bytes uintptr
Fcolumn_bytes16 uintptr
Fcolumn_count uintptr
Fcolumn_database_name uintptr
Fcolumn_database_name16 uintptr
Fcolumn_decltype uintptr
Fcolumn_decltype16 uintptr
Fcolumn_double uintptr
Fcolumn_int uintptr
Fcolumn_int64 uintptr
Fcolumn_name uintptr
Fcolumn_name16 uintptr
Fcolumn_origin_name uintptr
Fcolumn_origin_name16 uintptr
Fcolumn_table_name uintptr
Fcolumn_table_name16 uintptr
Fcolumn_text uintptr
Fcolumn_text16 uintptr
Fcolumn_type uintptr
Fcolumn_value uintptr
Fcommit_hook uintptr
Fcomplete uintptr
Fcomplete16 uintptr
Fcreate_collation uintptr
Fcreate_collation16 uintptr
Fcreate_function uintptr
Fcreate_function16 uintptr
Fcreate_module uintptr
Fdata_count uintptr
Fdb_handle uintptr
Fdeclare_vtab uintptr
Ferrcode uintptr
Ferrmsg uintptr
Ferrmsg16 uintptr
Fexec uintptr
Fexpired uintptr
Ffinalize uintptr
Ffree uintptr
Ffree_table uintptr
Fget_autocommit uintptr
Fget_auxdata uintptr
Fget_table uintptr
Fglobal_recover uintptr
Finterruptx uintptr
Flast_insert_rowid uintptr
Flibversion uintptr
Flibversion_number uintptr
Fmalloc uintptr
Fmprintf uintptr
Fopen uintptr
Fopen16 uintptr
Fprepare uintptr
Fprepare16 uintptr
Fprofile uintptr
Fprogress_handler uintptr
Frealloc uintptr
Freset uintptr
Fresult_blob uintptr
Fresult_double uintptr
Fresult_error uintptr
Fresult_error16 uintptr
Fresult_int uintptr
Fresult_int64 uintptr
Fresult_null uintptr
Fresult_text uintptr
Fresult_text16 uintptr
Fresult_text16be uintptr
Fresult_text16le uintptr
Fresult_value uintptr
Frollback_hook uintptr
Fset_auxdata uintptr
Fxsnprintf uintptr
Fstep uintptr
Ftable_column_metadata uintptr
Fthread_cleanup uintptr
Ftotal_changes uintptr
Ftrace uintptr
Ftransfer_bindings uintptr
Fupdate_hook uintptr
Fuser_data uintptr
Fvalue_blob uintptr
Fvalue_bytes uintptr
Fvalue_bytes16 uintptr
Fvalue_double uintptr
Fvalue_int uintptr
Fvalue_int64 uintptr
Fvalue_numeric_type uintptr
Fvalue_text uintptr
Fvalue_text16 uintptr
Fvalue_text16be uintptr
Fvalue_text16le uintptr
Fvalue_type uintptr
Fvmprintf uintptr
Foverload_function uintptr
Fprepare_v2 uintptr
Fprepare16_v2 uintptr
Fclear_bindings uintptr
Fcreate_module_v2 uintptr
Fbind_zeroblob uintptr
Fblob_bytes uintptr
Fblob_close uintptr
Fblob_open uintptr
Fblob_read uintptr
Fblob_write uintptr
Fcreate_collation_v2 uintptr
Ffile_control uintptr
Fmemory_highwater uintptr
Fmemory_used uintptr
Fmutex_alloc uintptr
Fmutex_enter uintptr
Fmutex_free uintptr
Fmutex_leave uintptr
Fmutex_try uintptr
Fopen_v2 uintptr
Frelease_memory uintptr
Fresult_error_nomem uintptr
Fresult_error_toobig uintptr
Fsleep uintptr
Fsoft_heap_limit uintptr
Fvfs_find uintptr
Fvfs_register uintptr
Fvfs_unregister uintptr
Fxthreadsafe uintptr
Fresult_zeroblob uintptr
Fresult_error_code uintptr
Ftest_control uintptr
Frandomness uintptr
Fcontext_db_handle uintptr
Fextended_result_codes uintptr
Flimit uintptr
Fnext_stmt uintptr
Fsql uintptr
Fstatus uintptr
Fbackup_finish uintptr
Fbackup_init uintptr
Fbackup_pagecount uintptr
Fbackup_remaining uintptr
Fbackup_step uintptr
Fcompileoption_get uintptr
Fcompileoption_used uintptr
Fcreate_function_v2 uintptr
Fdb_config uintptr
Fdb_mutex uintptr
Fdb_status uintptr
Fextended_errcode uintptr
Flog uintptr
Fsoft_heap_limit64 uintptr
Fsourceid uintptr
Fstmt_status uintptr
Fstrnicmp uintptr
Funlock_notify uintptr
Fwal_autocheckpoint uintptr
Fwal_checkpoint uintptr
Fwal_hook uintptr
Fblob_reopen uintptr
Fvtab_config uintptr
Fvtab_on_conflict uintptr
Fclose_v2 uintptr
Fdb_filename uintptr
Fdb_readonly uintptr
Fdb_release_memory uintptr
Ferrstr uintptr
Fstmt_busy uintptr
Fstmt_readonly uintptr
Fstricmp uintptr
Furi_boolean uintptr
Furi_int64 uintptr
Furi_parameter uintptr
Fxvsnprintf uintptr
Fwal_checkpoint_v2 uintptr
Fauto_extension uintptr
Fbind_blob64 uintptr
Fbind_text64 uintptr
Fcancel_auto_extension uintptr
Fload_extension uintptr
Fmalloc64 uintptr
Fmsize uintptr
Frealloc64 uintptr
Freset_auto_extension uintptr
Fresult_blob64 uintptr
Fresult_text64 uintptr
Fstrglob uintptr
Fvalue_dup uintptr
Fvalue_free uintptr
Fresult_zeroblob64 uintptr
Fbind_zeroblob64 uintptr
Fvalue_subtype uintptr
Fresult_subtype uintptr
Fstatus64 uintptr
Fstrlike uintptr
Fdb_cacheflush uintptr
Fsystem_errno uintptr
Ftrace_v2 uintptr
Fexpanded_sql uintptr
Fset_last_insert_rowid uintptr
Fprepare_v3 uintptr
Fprepare16_v3 uintptr
Fbind_pointer uintptr
Fresult_pointer uintptr
Fvalue_pointer uintptr
Fvtab_nochange uintptr
Fvalue_nochange uintptr
Fvtab_collation uintptr
Fkeyword_count uintptr
Fkeyword_name uintptr
Fkeyword_check uintptr
Fstr_new uintptr
Fstr_finish uintptr
Fstr_appendf uintptr
Fstr_vappendf uintptr
Fstr_append uintptr
Fstr_appendall uintptr
Fstr_appendchar uintptr
Fstr_reset uintptr
Fstr_errcode uintptr
Fstr_length uintptr
Fstr_value uintptr
Fcreate_window_function uintptr
Fnormalized_sql uintptr
Fstmt_isexplain uintptr
Fvalue_frombind uintptr
Fdrop_modules uintptr
Fhard_heap_limit64 uintptr
Furi_key uintptr
Ffilename_database uintptr
Ffilename_journal uintptr
Ffilename_wal uintptr
Fcreate_filename uintptr
Ffree_filename uintptr
Fdatabase_file_object uintptr
Ftxn_state uintptr
Fchanges64 uintptr
Ftotal_changes64 uintptr
Fautovacuum_pages uintptr
Ferror_offset uintptr
Fvtab_rhs_value uintptr
Fvtab_distinct uintptr
Fvtab_in uintptr
Fvtab_in_first uintptr
Fvtab_in_next uintptr
Fdeserialize uintptr
Fserialize uintptr
Fdb_name uintptr
Fvalue_encoding uintptr
Fis_interrupted uintptr
Fstmt_explain uintptr
Fget_clientdata uintptr
Fset_clientdata uintptr
}
type Tsqlite3_api_routines1 ¶ added in v1.29.0
type Tsqlite3_api_routines1 = struct {
Faggregate_context uintptr
Faggregate_count uintptr
Fbind_blob uintptr
Fbind_double uintptr
Fbind_int uintptr
Fbind_int64 uintptr
Fbind_null uintptr
Fbind_parameter_count uintptr
Fbind_parameter_index uintptr
Fbind_parameter_name uintptr
Fbind_text uintptr
Fbind_text16 uintptr
Fbind_value uintptr
Fbusy_handler uintptr
Fbusy_timeout uintptr
Fchanges uintptr
Fclose1 uintptr
Fcollation_needed uintptr
Fcollation_needed16 uintptr
Fcolumn_blob uintptr
Fcolumn_bytes uintptr
Fcolumn_bytes16 uintptr
Fcolumn_count uintptr
Fcolumn_database_name uintptr
Fcolumn_database_name16 uintptr
Fcolumn_decltype uintptr
Fcolumn_decltype16 uintptr
Fcolumn_double uintptr
Fcolumn_int uintptr
Fcolumn_int64 uintptr
Fcolumn_name uintptr
Fcolumn_name16 uintptr
Fcolumn_origin_name uintptr
Fcolumn_origin_name16 uintptr
Fcolumn_table_name uintptr
Fcolumn_table_name16 uintptr
Fcolumn_text uintptr
Fcolumn_text16 uintptr
Fcolumn_type uintptr
Fcolumn_value uintptr
Fcommit_hook uintptr
Fcomplete uintptr
Fcomplete16 uintptr
Fcreate_collation uintptr
Fcreate_collation16 uintptr
Fcreate_function uintptr
Fcreate_function16 uintptr
Fcreate_module uintptr
Fdata_count uintptr
Fdb_handle uintptr
Fdeclare_vtab uintptr
Ferrcode uintptr
Ferrmsg uintptr
Ferrmsg16 uintptr
Fexec uintptr
Fexpired uintptr
Ffinalize uintptr
Ffree uintptr
Ffree_table uintptr
Fget_autocommit uintptr
Fget_auxdata uintptr
Fget_table uintptr
Fglobal_recover uintptr
Finterruptx uintptr
Flast_insert_rowid uintptr
Flibversion uintptr
Flibversion_number uintptr
Fmalloc uintptr
Fmprintf uintptr
Fopen uintptr
Fopen16 uintptr
Fprepare uintptr
Fprepare16 uintptr
Fprofile uintptr
Fprogress_handler uintptr
Frealloc uintptr
Freset uintptr
Fresult_blob uintptr
Fresult_double uintptr
Fresult_error uintptr
Fresult_error16 uintptr
Fresult_int uintptr
Fresult_int64 uintptr
Fresult_null uintptr
Fresult_text uintptr
Fresult_text16 uintptr
Fresult_text16be uintptr
Fresult_text16le uintptr
Fresult_value uintptr
Frollback_hook uintptr
Fset_auxdata uintptr
Fxsnprintf uintptr
Fstep uintptr
Ftable_column_metadata uintptr
Fthread_cleanup uintptr
Ftotal_changes uintptr
Ftrace uintptr
Ftransfer_bindings uintptr
Fupdate_hook uintptr
Fuser_data uintptr
Fvalue_blob uintptr
Fvalue_bytes uintptr
Fvalue_bytes16 uintptr
Fvalue_double uintptr
Fvalue_int uintptr
Fvalue_int64 uintptr
Fvalue_numeric_type uintptr
Fvalue_text uintptr
Fvalue_text16 uintptr
Fvalue_text16be uintptr
Fvalue_text16le uintptr
Fvalue_type uintptr
Fvmprintf uintptr
Foverload_function uintptr
Fprepare_v2 uintptr
Fprepare16_v2 uintptr
Fclear_bindings uintptr
Fcreate_module_v2 uintptr
Fbind_zeroblob uintptr
Fblob_bytes uintptr
Fblob_close uintptr
Fblob_open uintptr
Fblob_read uintptr
Fblob_write uintptr
Fcreate_collation_v2 uintptr
Ffile_control uintptr
Fmemory_highwater uintptr
Fmemory_used uintptr
Fmutex_alloc uintptr
Fmutex_enter uintptr
Fmutex_free uintptr
Fmutex_leave uintptr
Fmutex_try uintptr
Fopen_v2 uintptr
Frelease_memory uintptr
Fresult_error_nomem uintptr
Fresult_error_toobig uintptr
Fsleep uintptr
Fsoft_heap_limit uintptr
Fvfs_find uintptr
Fvfs_register uintptr
Fvfs_unregister uintptr
Fxthreadsafe uintptr
Fresult_zeroblob uintptr
Fresult_error_code uintptr
Ftest_control uintptr
Frandomness uintptr
Fcontext_db_handle uintptr
Fextended_result_codes uintptr
Flimit uintptr
Fnext_stmt uintptr
Fsql uintptr
Fstatus uintptr
Fbackup_finish uintptr
Fbackup_init uintptr
Fbackup_pagecount uintptr
Fbackup_remaining uintptr
Fbackup_step uintptr
Fcompileoption_get uintptr
Fcompileoption_used uintptr
Fcreate_function_v2 uintptr
Fdb_config uintptr
Fdb_mutex uintptr
Fdb_status uintptr
Fextended_errcode uintptr
Flog uintptr
Fsoft_heap_limit64 uintptr
Fsourceid uintptr
Fstmt_status uintptr
Fstrnicmp uintptr
Funlock_notify uintptr
Fwal_autocheckpoint uintptr
Fwal_checkpoint uintptr
Fwal_hook uintptr
Fblob_reopen uintptr
Fvtab_config uintptr
Fvtab_on_conflict uintptr
Fclose_v2 uintptr
Fdb_filename uintptr
Fdb_readonly uintptr
Fdb_release_memory uintptr
Ferrstr uintptr
Fstmt_busy uintptr
Fstmt_readonly uintptr
Fstricmp uintptr
Furi_boolean uintptr
Furi_int64 uintptr
Furi_parameter uintptr
Fxvsnprintf uintptr
Fwal_checkpoint_v2 uintptr
Fauto_extension uintptr
Fbind_blob64 uintptr
Fbind_text64 uintptr
Fcancel_auto_extension uintptr
Fload_extension uintptr
Fmalloc64 uintptr
Fmsize uintptr
Frealloc64 uintptr
Freset_auto_extension uintptr
Fresult_blob64 uintptr
Fresult_text64 uintptr
Fstrglob uintptr
Fvalue_dup uintptr
Fvalue_free uintptr
Fresult_zeroblob64 uintptr
Fbind_zeroblob64 uintptr
Fvalue_subtype uintptr
Fresult_subtype uintptr
Fstatus64 uintptr
Fstrlike uintptr
Fdb_cacheflush uintptr
Fsystem_errno uintptr
Ftrace_v2 uintptr
Fexpanded_sql uintptr
Fset_last_insert_rowid uintptr
Fprepare_v3 uintptr
Fprepare16_v3 uintptr
Fbind_pointer uintptr
Fresult_pointer uintptr
Fvalue_pointer uintptr
Fvtab_nochange uintptr
Fvalue_nochange uintptr
Fvtab_collation uintptr
Fkeyword_count uintptr
Fkeyword_name uintptr
Fkeyword_check uintptr
Fstr_new uintptr
Fstr_finish uintptr
Fstr_appendf uintptr
Fstr_vappendf uintptr
Fstr_append uintptr
Fstr_appendall uintptr
Fstr_appendchar uintptr
Fstr_reset uintptr
Fstr_errcode uintptr
Fstr_length uintptr
Fstr_value uintptr
Fcreate_window_function uintptr
Fnormalized_sql uintptr
Fstmt_isexplain uintptr
Fvalue_frombind uintptr
Fdrop_modules uintptr
Fhard_heap_limit64 uintptr
Furi_key uintptr
Ffilename_database uintptr
Ffilename_journal uintptr
Ffilename_wal uintptr
Fcreate_filename uintptr
Ffree_filename uintptr
Fdatabase_file_object uintptr
Ftxn_state uintptr
Fchanges64 uintptr
Ftotal_changes64 uintptr
Fautovacuum_pages uintptr
Ferror_offset uintptr
Fvtab_rhs_value uintptr
Fvtab_distinct uintptr
Fvtab_in uintptr
Fvtab_in_first uintptr
Fvtab_in_next uintptr
Fdeserialize uintptr
Fserialize uintptr
Fdb_name uintptr
Fvalue_encoding uintptr
Fis_interrupted uintptr
Fstmt_explain uintptr
Fget_clientdata uintptr
Fset_clientdata uintptr
}
type Tsqlite3_backup ¶ added in v1.29.0
type Tsqlite3_backup1 ¶ added in v1.29.0
type Tsqlite3_callback ¶ added in v1.29.0
type Tsqlite3_callback = uintptr
type Tsqlite3_changegroup ¶ added in v1.29.0
type Tsqlite3_changegroup1 ¶ added in v1.29.0
type Tsqlite3_changeset_iter ¶ added in v1.29.0
type Tsqlite3_changeset_iter1 ¶ added in v1.29.0
type Tsqlite3_context ¶ added in v1.29.0
type Tsqlite3_context1 ¶ added in v1.29.0
type Tsqlite3_destructor_type ¶ added in v1.29.0
type Tsqlite3_destructor_type = uintptr
type Tsqlite3_file ¶ added in v1.29.0
type Tsqlite3_file = struct {
FpMethods uintptr
}
type Tsqlite3_file1 ¶ added in v1.29.0
type Tsqlite3_file1 = struct {
FpMethods uintptr
}
type Tsqlite3_filename ¶ added in v1.29.0
type Tsqlite3_filename = uintptr
type Tsqlite3_index_constraint ¶ added in v1.29.0
type Tsqlite3_index_constraint_usage ¶ added in v1.29.0
type Tsqlite3_index_info ¶ added in v1.29.0
type Tsqlite3_index_info = struct {
FnConstraint int32
FaConstraint uintptr
FnOrderBy int32
FaOrderBy uintptr
FaConstraintUsage uintptr
FidxNum int32
FidxStr uintptr
FneedToFreeIdxStr int32
ForderByConsumed int32
FestimatedCost float64
FestimatedRows Tsqlite3_int64
FidxFlags int32
FcolUsed Tsqlite3_uint64
}
type Tsqlite3_index_info1 ¶ added in v1.29.0
type Tsqlite3_index_info1 = struct {
FnConstraint int32
FaConstraint uintptr
FnOrderBy int32
FaOrderBy uintptr
FaConstraintUsage uintptr
FidxNum int32
FidxStr uintptr
FneedToFreeIdxStr int32
ForderByConsumed int32
FestimatedCost float64
FestimatedRows Tsqlite3_int64
FidxFlags int32
FcolUsed Tsqlite3_uint64
}
type Tsqlite3_index_orderby ¶ added in v1.29.0
type Tsqlite3_int64 ¶ added in v1.29.0
type Tsqlite3_int64 = int64
func Xsqlite3_changes64 ¶ added in v1.14.2
func Xsqlite3_changes64(tls *libc.TLS, db uintptr) (r Tsqlite3_int64)
func Xsqlite3_hard_heap_limit64 ¶
func Xsqlite3_hard_heap_limit64(tls *libc.TLS, n Tsqlite3_int64) (r Tsqlite3_int64)
func Xsqlite3_memory_highwater ¶
func Xsqlite3_memory_highwater(tls *libc.TLS, resetFlag int32) (r Tsqlite3_int64)
func Xsqlite3_memory_used ¶
func Xsqlite3_memory_used(tls *libc.TLS) (r Tsqlite3_int64)
func Xsqlite3_soft_heap_limit64 ¶
func Xsqlite3_soft_heap_limit64(tls *libc.TLS, n Tsqlite3_int64) (r Tsqlite3_int64)
func Xsqlite3_total_changes64 ¶ added in v1.14.2
func Xsqlite3_total_changes64(tls *libc.TLS, db uintptr) (r Tsqlite3_int64)
func Xsqlite3_uri_int64 ¶
func Xsqlite3_uri_int64(tls *libc.TLS, zFilename uintptr, zParam uintptr, bDflt Tsqlite3_int64) (r Tsqlite3_int64)
func Xsqlite3rbu_progress ¶
func Xsqlite3rbu_progress(tls *libc.TLS, pRbu uintptr) (r Tsqlite3_int64)
func Xsqlite3rbu_temp_size ¶
func Xsqlite3rbu_temp_size(tls *libc.TLS, pRbu uintptr) (r Tsqlite3_int64)
func Xsqlite3rbu_temp_size_limit ¶
func Xsqlite3rbu_temp_size_limit(tls *libc.TLS, pRbu uintptr, n Tsqlite3_int64) (r Tsqlite3_int64)
func Xsqlite3session_changeset_size ¶ added in v1.12.0
func Xsqlite3session_changeset_size(tls *libc.TLS, pSession uintptr) (r Tsqlite3_int64)
func Xsqlite3session_memory_used ¶ added in v1.12.0
func Xsqlite3session_memory_used(tls *libc.TLS, pSession uintptr) (r Tsqlite3_int64)
type Tsqlite3_io_methods ¶ added in v1.29.0
type Tsqlite3_io_methods = struct {
FiVersion int32
FxClose uintptr
FxRead uintptr
FxWrite uintptr
FxTruncate uintptr
FxSync uintptr
FxFileSize uintptr
FxLock uintptr
FxUnlock uintptr
FxCheckReservedLock uintptr
FxFileControl uintptr
FxSectorSize uintptr
FxDeviceCharacteristics uintptr
FxShmMap uintptr
FxShmLock uintptr
FxShmBarrier uintptr
FxShmUnmap uintptr
FxFetch uintptr
FxUnfetch uintptr
}
type Tsqlite3_io_methods1 ¶ added in v1.29.0
type Tsqlite3_io_methods1 = struct {
FiVersion int32
FxClose uintptr
FxRead uintptr
FxWrite uintptr
FxTruncate uintptr
FxSync uintptr
FxFileSize uintptr
FxLock uintptr
FxUnlock uintptr
FxCheckReservedLock uintptr
FxFileControl uintptr
FxSectorSize uintptr
FxDeviceCharacteristics uintptr
FxShmMap uintptr
FxShmLock uintptr
FxShmBarrier uintptr
FxShmUnmap uintptr
FxFetch uintptr
FxUnfetch uintptr
}
type Tsqlite3_loadext_entry ¶ added in v1.29.0
type Tsqlite3_loadext_entry = uintptr
type Tsqlite3_mem_methods ¶ added in v1.29.0
type Tsqlite3_mem_methods1 ¶ added in v1.29.0
type Tsqlite3_module ¶ added in v1.29.0
type Tsqlite3_module = struct {
FiVersion int32
FxCreate uintptr
FxConnect uintptr
FxBestIndex uintptr
FxDisconnect uintptr
FxDestroy uintptr
FxOpen uintptr
FxClose uintptr
FxFilter uintptr
FxNext uintptr
FxEof uintptr
FxColumn uintptr
FxRowid uintptr
FxUpdate uintptr
FxBegin uintptr
FxSync uintptr
FxCommit uintptr
FxRollback uintptr
FxFindFunction uintptr
FxRename uintptr
FxSavepoint uintptr
FxRelease uintptr
FxRollbackTo uintptr
FxShadowName uintptr
FxIntegrity uintptr
}
type Tsqlite3_module1 ¶ added in v1.29.0
type Tsqlite3_module1 = struct {
FiVersion int32
FxCreate uintptr
FxConnect uintptr
FxBestIndex uintptr
FxDisconnect uintptr
FxDestroy uintptr
FxOpen uintptr
FxClose uintptr
FxFilter uintptr
FxNext uintptr
FxEof uintptr
FxColumn uintptr
FxRowid uintptr
FxUpdate uintptr
FxBegin uintptr
FxSync uintptr
FxCommit uintptr
FxRollback uintptr
FxFindFunction uintptr
FxRename uintptr
FxSavepoint uintptr
FxRelease uintptr
FxRollbackTo uintptr
FxShadowName uintptr
FxIntegrity uintptr
}
type Tsqlite3_mutex ¶ added in v1.29.7
type Tsqlite3_mutex = struct {
Fmutex Tpthread_mutex_t
}
type Tsqlite3_mutex1 ¶ added in v1.29.7
type Tsqlite3_mutex1 = struct {
Fmutex Tpthread_mutex_t
}
type Tsqlite3_mutex_methods ¶ added in v1.29.0
type Tsqlite3_mutex_methods1 ¶ added in v1.29.0
type Tsqlite3_pcache_methods ¶ added in v1.29.0
type Tsqlite3_pcache_methods1 ¶ added in v1.29.0
type Tsqlite3_pcache_methods2 ¶ added in v1.29.0
type Tsqlite3_pcache_methods21 ¶ added in v1.29.0
type Tsqlite3_pcache_page ¶ added in v1.29.0
type Tsqlite3_pcache_page1 ¶ added in v1.29.0
type Tsqlite3_rebaser ¶ added in v1.29.0
type Tsqlite3_rebaser = struct {
Fgrp Tsqlite3_changegroup
}
type Tsqlite3_rebaser1 ¶ added in v1.29.0
type Tsqlite3_rebaser1 = struct {
Fgrp Tsqlite3_changegroup
}
type Tsqlite3_rtree_dbl ¶ added in v1.29.0
type Tsqlite3_rtree_dbl = float64
type Tsqlite3_rtree_geometry ¶ added in v1.29.0
type Tsqlite3_rtree_geometry1 ¶ added in v1.29.0
type Tsqlite3_rtree_query_info ¶ added in v1.29.0
type Tsqlite3_rtree_query_info = struct {
FpContext uintptr
FnParam int32
FaParam uintptr
FpUser uintptr
FxDelUser uintptr
FaCoord uintptr
FanQueue uintptr
FnCoord int32
FiLevel int32
FmxLevel int32
FiRowid Tsqlite3_int64
FrParentScore Tsqlite3_rtree_dbl
FeParentWithin int32
FeWithin int32
FrScore Tsqlite3_rtree_dbl
FapSqlParam uintptr
}
type Tsqlite3_rtree_query_info1 ¶ added in v1.29.0
type Tsqlite3_rtree_query_info1 = struct {
FpContext uintptr
FnParam int32
FaParam uintptr
FpUser uintptr
FxDelUser uintptr
FaCoord uintptr
FanQueue uintptr
FnCoord int32
FiLevel int32
FmxLevel int32
FiRowid Tsqlite3_int64
FrParentScore Tsqlite3_rtree_dbl
FeParentWithin int32
FeWithin int32
FrScore Tsqlite3_rtree_dbl
FapSqlParam uintptr
}
type Tsqlite3_session ¶ added in v1.29.0
type Tsqlite3_session = struct {
Fdb uintptr
FzDb uintptr
FbEnableSize int32
FbEnable int32
FbIndirect int32
FbAutoAttach int32
FbImplicitPK int32
Frc int32
FpFilterCtx uintptr
FxTableFilter uintptr
FnMalloc Ti64
FnMaxChangesetSize Ti64
FpZeroBlob uintptr
FpNext uintptr
FpTable uintptr
Fhook TSessionHook
}
type Tsqlite3_session1 ¶ added in v1.29.0
type Tsqlite3_session1 = struct {
Fdb uintptr
FzDb uintptr
FbEnableSize int32
FbEnable int32
FbIndirect int32
FbAutoAttach int32
FbImplicitPK int32
Frc int32
FpFilterCtx uintptr
FxTableFilter uintptr
FnMalloc Ti64
FnMaxChangesetSize Ti64
FpZeroBlob uintptr
FpNext uintptr
FpTable uintptr
Fhook TSessionHook
}
type Tsqlite3_snapshot ¶ added in v1.29.0
type Tsqlite3_snapshot = struct {
}
type Tsqlite3_str ¶ added in v1.29.0
type Tsqlite3_str1 ¶ added in v1.29.0
type Tsqlite3_str1 = TStrAccum
type Tsqlite3_syscall_ptr ¶ added in v1.29.0
type Tsqlite3_syscall_ptr = uintptr
type Tsqlite3_uint64 ¶ added in v1.29.0
type Tsqlite3_uint64 = uint64
func Xsqlite3_msize ¶
func Xsqlite3_msize(tls *libc.TLS, p uintptr) (r Tsqlite3_uint64)
type Tsqlite3_value ¶ added in v1.29.0
type Tsqlite3_value1 ¶ added in v1.29.0
type Tsqlite3_value1 = TMem
type Tsqlite3_vfs ¶ added in v1.29.0
type Tsqlite3_vfs = struct {
FiVersion int32
FszOsFile int32
FmxPathname int32
FpNext uintptr
FzName uintptr
FpAppData uintptr
FxOpen uintptr
FxDelete uintptr
FxAccess uintptr
FxFullPathname uintptr
FxDlOpen uintptr
FxDlError uintptr
FxDlSym uintptr
FxDlClose uintptr
FxRandomness uintptr
FxSleep uintptr
FxCurrentTime uintptr
FxGetLastError uintptr
FxCurrentTimeInt64 uintptr
FxSetSystemCall uintptr
FxGetSystemCall uintptr
FxNextSystemCall uintptr
}
type Tsqlite3_vfs1 ¶ added in v1.29.0
type Tsqlite3_vfs1 = struct {
FiVersion int32
FszOsFile int32
FmxPathname int32
FpNext uintptr
FzName uintptr
FpAppData uintptr
FxOpen uintptr
FxDelete uintptr
FxAccess uintptr
FxFullPathname uintptr
FxDlOpen uintptr
FxDlError uintptr
FxDlSym uintptr
FxDlClose uintptr
FxRandomness uintptr
FxSleep uintptr
FxCurrentTime uintptr
FxGetLastError uintptr
FxCurrentTimeInt64 uintptr
FxSetSystemCall uintptr
FxGetSystemCall uintptr
FxNextSystemCall uintptr
}
type Tsqlite3_vtab ¶ added in v1.29.0
type Tsqlite3_vtab1 ¶ added in v1.29.0
type Tsqlite3_vtab_cursor ¶ added in v1.29.0
type Tsqlite3_vtab_cursor = struct {
FpVtab uintptr
}
type Tsqlite3_vtab_cursor1 ¶ added in v1.29.0
type Tsqlite3_vtab_cursor1 = struct {
FpVtab uintptr
}
type Tsqlite3_xauth ¶ added in v1.29.0
type Tsqlite3_xauth = uintptr
type Tsqlite3rbu ¶ added in v1.29.0
type Tsqlite3rbu = struct {
FeStage int32
FdbMain uintptr
FdbRbu uintptr
FzTarget uintptr
FzRbu uintptr
FzState uintptr
FzStateDb [5]int8
Frc int32
FzErrmsg uintptr
FnStep int32
FnProgress int32
Fobjiter TRbuObjIter
FzVfsName uintptr
FpTargetFd uintptr
FnPagePerSector int32
FiOalSz Ti64
FnPhaseOneStep Ti64
FpRenameArg uintptr
FxRename uintptr
FiMaxFrame Tu32
FmLock Tu32
FnFrame int32
FnFrameAlloc int32
FaFrame uintptr
Fpgsz int32
FaBuf uintptr
FiWalCksum Ti64
FszTemp Ti64
FszTempLimit Ti64
FnRbu int32
FpRbuFd uintptr
}
type Tsqlite3rbu1 ¶ added in v1.29.0
type Tsqlite3rbu1 = struct {
FeStage int32
FdbMain uintptr
FdbRbu uintptr
FzTarget uintptr
FzRbu uintptr
FzState uintptr
FzStateDb [5]int8
Frc int32
FzErrmsg uintptr
FnStep int32
FnProgress int32
Fobjiter TRbuObjIter
FzVfsName uintptr
FpTargetFd uintptr
FnPagePerSector int32
FiOalSz Ti64
FnPhaseOneStep Ti64
FpRenameArg uintptr
FxRename uintptr
FiMaxFrame Tu32
FmLock Tu32
FnFrame int32
FnFrameAlloc int32
FaFrame uintptr
Fpgsz int32
FaBuf uintptr
FiWalCksum Ti64
FszTemp Ti64
FszTempLimit Ti64
FnRbu int32
FpRbuFd uintptr
}
type Tsqlite31 ¶ added in v1.29.0
type Tsqlite31 = struct {
FpVfs uintptr
FpVdbe uintptr
FpDfltColl uintptr
Fmutex uintptr
FaDb uintptr
FnDb int32
FmDbFlags Tu32
Fflags Tu64
FlastRowid Ti64
FszMmap Ti64
FnSchemaLock Tu32
FopenFlags uint32
FerrCode int32
FerrByteOffset int32
FerrMask int32
FiSysErrno int32
FdbOptFlags Tu32
Fenc Tu8
FautoCommit Tu8
Ftemp_store Tu8
FmallocFailed Tu8
FbBenignMalloc Tu8
FdfltLockMode Tu8
FnextAutovac int8
FsuppressErr Tu8
FvtabOnConflict Tu8
FisTransactionSavepoint Tu8
FmTrace Tu8
FnSqlExec Tu8
FeOpenState Tu8
FnextPagesize int32
FnChange Ti64
FnTotalChange Ti64
FaLimit [12]int32
FnMaxSorterMmap int32
Finit1 Tsqlite3InitInfo
FnVdbeActive int32
FnVdbeRead int32
FnVdbeWrite int32
FnVdbeExec int32
FnVDestroy int32
FnExtension int32
FaExtension uintptr
Ftrace struct {
FxV2 [0]uintptr
FxLegacy uintptr
}
FpTraceArg uintptr
FxProfile uintptr
FpProfileArg uintptr
FpCommitArg uintptr
FxCommitCallback uintptr
FpRollbackArg uintptr
FxRollbackCallback uintptr
FpUpdateArg uintptr
FxUpdateCallback uintptr
FpAutovacPagesArg uintptr
FxAutovacDestr uintptr
FxAutovacPages uintptr
FpParse uintptr
FpPreUpdateArg uintptr
FxPreUpdateCallback uintptr
FpPreUpdate uintptr
FxWalCallback uintptr
FpWalArg uintptr
FxCollNeeded uintptr
FxCollNeeded16 uintptr
FpCollNeededArg uintptr
FpErr uintptr
Fu1 struct {
FnotUsed1 [0]float64
FisInterrupted int32
F__ccgo_pad2 [4]byte
}
Flookaside TLookaside
FxAuth Tsqlite3_xauth
FpAuthArg uintptr
FxProgress uintptr
FpProgressArg uintptr
FnProgressOps uint32
FnVTrans int32
FaModule THash
FpVtabCtx uintptr
FaVTrans uintptr
FpDisconnect uintptr
FaFunc THash
FaCollSeq THash
FbusyHandler TBusyHandler
FaDbStatic [2]TDb
FpSavepoint uintptr
FnAnalysisLimit int32
FbusyTimeout int32
FnSavepoint int32
FnStatement int32
FnDeferredCons Ti64
FnDeferredImmCons Ti64
FpnBytesFreed uintptr
FpDbData uintptr
FpBlockingConnection uintptr
FpUnlockConnection uintptr
FpUnlockArg uintptr
FxUnlockNotify uintptr
FpNextBlocked uintptr
}
type Tsqlite_int64 ¶ added in v1.29.0
type Tsqlite_int64 = int64
func Xsqlite3_column_int64 ¶
func Xsqlite3_column_int64(tls *libc.TLS, pStmt uintptr, i int32) (r Tsqlite_int64)
func Xsqlite3_last_insert_rowid ¶
func Xsqlite3_last_insert_rowid(tls *libc.TLS, db uintptr) (r Tsqlite_int64)
func Xsqlite3_value_int64 ¶
func Xsqlite3_value_int64(tls *libc.TLS, pVal uintptr) (r Tsqlite_int64)
type Tsqlite_uint64 ¶ added in v1.29.0
type Tsqlite_uint64 = uint64
type Tstatx ¶ added in v1.29.0
type Tstatx = struct {
Fstx_mask Tuint32_t
Fstx_blksize Tuint32_t
Fstx_attributes Tuint64_t
Fstx_nlink Tuint32_t
Fstx_uid Tuint32_t
Fstx_gid Tuint32_t
Fstx_mode Tuint16_t
F__pad0 [1]Tuint16_t
Fstx_ino Tuint64_t
Fstx_size Tuint64_t
Fstx_blocks Tuint64_t
Fstx_attributes_mask Tuint64_t
Fstx_atime Tstatx_timestamp
Fstx_btime Tstatx_timestamp
Fstx_ctime Tstatx_timestamp
Fstx_mtime Tstatx_timestamp
Fstx_rdev_major Tuint32_t
Fstx_rdev_minor Tuint32_t
Fstx_dev_major Tuint32_t
Fstx_dev_minor Tuint32_t
F__pad1 [14]Tuint64_t
}
type Tstatx_timestamp ¶ added in v1.29.0
type Tsuseconds_t ¶ added in v1.29.0
type Tsuseconds_t = int64
type Ttimeval ¶ added in v1.29.0
type Ttimeval = struct {
Ftv_sec Ttime_t
Ftv_usec Tsuseconds_t
}
type Tu_int16_t ¶ added in v1.29.0
type Tu_int16_t = uint16
type Tu_int32_t ¶ added in v1.29.0
type Tu_int32_t = uint32
type Tu_int64_t ¶ added in v1.29.0
type Tu_int64_t = uint64
type TunixFile ¶ added in v1.29.0
type TunixFile = struct {
FpMethod uintptr
FpVfs uintptr
FpInode uintptr
Fh int32
FeFileLock uint8
FctrlFlags uint16
FlastErrno int32
FlockingContext uintptr
FpPreallocatedUnused uintptr
FzPath uintptr
FpShm uintptr
FszChunk int32
FnFetchOut int32
FmmapSize Tsqlite3_int64
FmmapSizeActual Tsqlite3_int64
FmmapSizeMax Tsqlite3_int64
FpMapRegion uintptr
FsectorSize int32
FdeviceCharacteristics int32
}
type TunixFile1 ¶ added in v1.29.0
type TunixFile1 = struct {
FpMethod uintptr
FpVfs uintptr
FpInode uintptr
Fh int32
FeFileLock uint8
FctrlFlags uint16
FlastErrno int32
FlockingContext uintptr
FpPreallocatedUnused uintptr
FzPath uintptr
FpShm uintptr
FszChunk int32
FnFetchOut int32
FmmapSize Tsqlite3_int64
FmmapSizeActual Tsqlite3_int64
FmmapSizeMax Tsqlite3_int64
FpMapRegion uintptr
FsectorSize int32
FdeviceCharacteristics int32
}
type TunixFileId ¶ added in v1.29.0
type TunixInodeInfo ¶ added in v1.29.0
type TunixInodeInfo1 ¶ added in v1.29.0
type TunixShmNode ¶ added in v1.29.0
type TunixShmNode1 ¶ added in v1.29.0
type Tunix_syscall ¶ added in v1.29.0
type Tunix_syscall = struct {
FzName uintptr
FpCurrent Tsqlite3_syscall_ptr
FpDefault Tsqlite3_syscall_ptr
}
type Tuseconds_t ¶ added in v1.29.0
type Tuseconds_t = uint32
type TvxworksFileId ¶ added in v1.29.0
type TyyParser ¶ added in v1.29.0
type TyyParser = struct {
Fyytos uintptr
FpParse uintptr
FyystackEnd uintptr
Fyystack uintptr
Fyystk0 [100]TyyStackEntry
}
type TyyParser1 ¶ added in v1.29.0
type TyyParser1 = struct {
Fyytos uintptr
FpParse uintptr
FyystackEnd uintptr
Fyystack uintptr
Fyystk0 [100]TyyStackEntry
}
type TyyStackEntry ¶ added in v1.29.0
type TyyStackEntry = struct {
Fstateno uint16
Fmajor uint16
Fminor TYYMINORTYPE
}
type TyyStackEntry1 ¶ added in v1.29.0
type TyyStackEntry1 = struct {
Fstateno uint16
Fmajor uint16
Fminor TYYMINORTYPE
}
type Unicode61Tokenizer ¶
type Unicode61Tokenizer = TUnicode61Tokenizer
type Unicode61Tokenizer1 ¶
type Unicode61Tokenizer1 = TUnicode61Tokenizer1
type UnixUnusedFd ¶
type UnixUnusedFd = TUnixUnusedFd
type UnixUnusedFd1 ¶
type UnixUnusedFd1 = TUnixUnusedFd1
type UnpackedRecord ¶
type UnpackedRecord = TUnpackedRecord
type UnpackedRecord1 ¶
type UnpackedRecord1 = TUnpackedRecord1
type ValueList ¶ added in v1.14.7
type ValueList = TValueList
type ValueList1 ¶ added in v1.14.7
type ValueList1 = TValueList1
type ValueNewStat4Ctx ¶
type ValueNewStat4Ctx = TValueNewStat4Ctx
type VdbeCursor ¶
type VdbeCursor = TVdbeCursor
type VdbeCursor1 ¶
type VdbeCursor1 = TVdbeCursor1
type VdbeFrame ¶
type VdbeFrame = TVdbeFrame
type VdbeFrame1 ¶
type VdbeFrame1 = TVdbeFrame1
type VdbeOpList ¶
type VdbeOpList = TVdbeOpList
type VdbeOpList1 ¶
type VdbeOpList1 = TVdbeOpList1
type VdbeSorter ¶
type VdbeSorter = TVdbeSorter
type VdbeSorter1 ¶
type VdbeSorter1 = TVdbeSorter1
type VdbeTxtBlbCache ¶ added in v1.29.0
type VdbeTxtBlbCache = TVdbeTxtBlbCache
type VdbeTxtBlbCache1 ¶ added in v1.29.0
type VdbeTxtBlbCache1 = TVdbeTxtBlbCache1
type WalCkptInfo ¶
type WalCkptInfo = TWalCkptInfo
type WalCkptInfo1 ¶
type WalCkptInfo1 = TWalCkptInfo1
type WalHashLoc ¶
type WalHashLoc = TWalHashLoc
type WalHashLoc1 ¶
type WalHashLoc1 = TWalHashLoc1
type WalIndexHdr ¶
type WalIndexHdr = TWalIndexHdr
type WalIndexHdr1 ¶
type WalIndexHdr1 = TWalIndexHdr1
type WalIterator ¶
type WalIterator = TWalIterator
type WalIterator1 ¶
type WalIterator1 = TWalIterator1
type WalSegment ¶
type WalSegment = TWalSegment
type WalWriter ¶
type WalWriter = TWalWriter
type WhereAndInfo ¶
type WhereAndInfo = TWhereAndInfo
type WhereAndInfo1 ¶
type WhereAndInfo1 = TWhereAndInfo1
type WhereClause ¶
type WhereClause = TWhereClause
type WhereClause1 ¶
type WhereClause1 = TWhereClause1
type WhereConst ¶
type WhereConst = TWhereConst
type WhereConst1 ¶
type WhereConst1 = TWhereConst1
type WhereInfo ¶
type WhereInfo = TWhereInfo
type WhereInfo1 ¶
type WhereInfo1 = TWhereInfo1
type WhereLevel ¶
type WhereLevel = TWhereLevel
type WhereLevel1 ¶
type WhereLevel1 = TWhereLevel1
type WhereLoop ¶
type WhereLoop = TWhereLoop
type WhereLoop1 ¶
type WhereLoop1 = TWhereLoop1
type WhereLoopBuilder ¶
type WhereLoopBuilder = TWhereLoopBuilder
type WhereLoopBuilder1 ¶
type WhereLoopBuilder1 = TWhereLoopBuilder1
type WhereMaskSet ¶
type WhereMaskSet = TWhereMaskSet
type WhereMaskSet1 ¶
type WhereMaskSet1 = TWhereMaskSet1
type WhereMemBlock ¶ added in v1.18.1
type WhereMemBlock = TWhereMemBlock
type WhereMemBlock1 ¶ added in v1.18.1
type WhereMemBlock1 = TWhereMemBlock1
type WhereOrCost ¶
type WhereOrCost = TWhereOrCost
type WhereOrCost1 ¶
type WhereOrCost1 = TWhereOrCost1
type WhereOrInfo ¶
type WhereOrInfo = TWhereOrInfo
type WhereOrInfo1 ¶
type WhereOrInfo1 = TWhereOrInfo1
type WhereOrSet ¶
type WhereOrSet = TWhereOrSet
type WhereOrSet1 ¶
type WhereOrSet1 = TWhereOrSet1
type WherePath ¶
type WherePath = TWherePath
type WherePath1 ¶
type WherePath1 = TWherePath1
type WhereRightJoin ¶ added in v1.18.1
type WhereRightJoin = TWhereRightJoin
type WhereRightJoin1 ¶ added in v1.18.1
type WhereRightJoin1 = TWhereRightJoin1
type WhereScan ¶
type WhereScan = TWhereScan
type WhereScan1 ¶
type WhereScan1 = TWhereScan1
type WhereTerm ¶
type WhereTerm = TWhereTerm
type WhereTerm1 ¶
type WhereTerm1 = TWhereTerm1
type WindowCodeArg ¶
type WindowCodeArg = TWindowCodeArg
type WindowCodeArg1 ¶
type WindowCodeArg1 = TWindowCodeArg1
type WindowCsrAndReg ¶
type WindowCsrAndReg = TWindowCsrAndReg
type WindowCsrAndReg1 ¶
type WindowCsrAndReg1 = TWindowCsrAndReg1
type WindowRewrite ¶
type WindowRewrite = TWindowRewrite
type WindowRewrite1 ¶
type WindowRewrite1 = TWindowRewrite1
type YYMINORTYPE ¶
type YYMINORTYPE = TYYMINORTYPE
Click to show internal directories.
Click to hide internal directories.