*** DRAFT ***
About
Sitemap
Documentation
Download
License
News
Support
34to35.html
- 34to35
35to36.html
- 35to36
amalgamation.html
- amalgamation {the amalgamation}
asyncvfs.html
- {asynchronous I/O backend} {asynchronous VFS}
atomiccommit.html
- {Atomic Commit} {atomic commit}
atomiccommit.html#sect_9_0
- {Things That Can Go Wrong}
autoinc.html
- AUTOINCREMENT
backup.html
- {Using the SQLite Online Backup API} {backup API}
books.html
- {books about SQLite}
btreemodule.html
- {btree design}
c3ref/aggregate_context.html
- sqlite3_aggregate_context
c3ref/aggregate_count.html
- sqlite3_aggregate_count sqlite3_expired sqlite3_global_recover sqlite3_memory_alarm sqlite3_thread_cleanup sqlite3_transfer_bindings
c3ref/auto_extension.html
- sqlite3_auto_extension
c3ref/backup.html
- sqlite3_backup
c3ref/backup_finish.html
- sqlite3_backup_finish sqlite3_backup_init sqlite3_backup_pagecount sqlite3_backup_remaining sqlite3_backup_step
c3ref/bind_blob.html
- {SQL parameter} {SQL parameters} {host parameter} {host parameter name} {host parameters} {parameter binding} sqlite3_bind_blob sqlite3_bind_double sqlite3_bind_int sqlite3_bind_int64 sqlite3_bind_null sqlite3_bind_text sqlite3_bind_text16 sqlite3_bind_value sqlite3_bind_zeroblob
c3ref/bind_parameter_count.html
- sqlite3_bind_parameter_count
c3ref/bind_parameter_index.html
- sqlite3_bind_parameter_index
c3ref/bind_parameter_name.html
- sqlite3_bind_parameter_name
c3ref/blob.html
- {BLOB handle} {BLOB handles} sqlite3_blob
c3ref/blob_bytes.html
- sqlite3_blob_bytes
c3ref/blob_close.html
- sqlite3_blob_close
c3ref/blob_open.html
- sqlite3_blob_open
c3ref/blob_read.html
- sqlite3_blob_read
c3ref/blob_write.html
- sqlite3_blob_write
c3ref/busy_handler.html
- sqlite3_busy_handler
c3ref/busy_timeout.html
- sqlite3_busy_timeout
c3ref/c_abort.html
- SQLITE_ABORT SQLITE_AUTH SQLITE_BUSY SQLITE_CANTOPEN SQLITE_CONSTRAINT SQLITE_CORRUPT SQLITE_DONE SQLITE_EMPTY SQLITE_ERROR SQLITE_FORMAT SQLITE_FULL SQLITE_INTERNAL SQLITE_INTERRUPT SQLITE_IOERR SQLITE_LOCKED SQLITE_MISMATCH SQLITE_MISUSE SQLITE_NOLFS SQLITE_NOMEM SQLITE_NOTADB SQLITE_NOTFOUND SQLITE_OK SQLITE_PERM SQLITE_PROTOCOL SQLITE_RANGE SQLITE_READONLY SQLITE_ROW SQLITE_SCHEMA SQLITE_TOOBIG {error code} {error codes} {result code} {result codes}
c3ref/c_access_exists.html
- SQLITE_ACCESS_EXISTS SQLITE_ACCESS_READ SQLITE_ACCESS_READWRITE
c3ref/c_alter_table.html
- SQLITE_ALTER_TABLE SQLITE_ANALYZE SQLITE_ATTACH SQLITE_COPY SQLITE_CREATE_INDEX SQLITE_CREATE_TABLE SQLITE_CREATE_TEMP_INDEX SQLITE_CREATE_TEMP_TABLE SQLITE_CREATE_TEMP_TRIGGER SQLITE_CREATE_TEMP_VIEW SQLITE_CREATE_TRIGGER SQLITE_CREATE_VIEW SQLITE_CREATE_VTABLE SQLITE_DELETE SQLITE_DETACH SQLITE_DROP_INDEX SQLITE_DROP_TABLE SQLITE_DROP_TEMP_INDEX SQLITE_DROP_TEMP_TABLE SQLITE_DROP_TEMP_TRIGGER SQLITE_DROP_TEMP_VIEW SQLITE_DROP_TRIGGER SQLITE_DROP_VIEW SQLITE_DROP_VTABLE SQLITE_FUNCTION SQLITE_INSERT SQLITE_PRAGMA SQLITE_READ SQLITE_REINDEX SQLITE_SAVEPOINT SQLITE_SELECT SQLITE_TRANSACTION SQLITE_UPDATE
c3ref/c_any.html
- SQLITE_ANY SQLITE_UTF16 SQLITE_UTF16BE SQLITE_UTF16LE SQLITE_UTF16_ALIGNED SQLITE_UTF8
c3ref/c_blob.html
- SQLITE_BLOB SQLITE_FLOAT SQLITE_INTEGER SQLITE_NULL SQLITE_TEXT
c3ref/c_busy_recovery.html
- SQLITE_BUSY_RECOVERY SQLITE_CANTOPEN_NOTEMPDIR SQLITE_IOERR_ACCESS SQLITE_IOERR_BLOCKED SQLITE_IOERR_CHECKRESERVEDLOCK SQLITE_IOERR_CLOSE SQLITE_IOERR_DELETE SQLITE_IOERR_DIR_CLOSE SQLITE_IOERR_DIR_FSYNC SQLITE_IOERR_FSTAT SQLITE_IOERR_FSYNC SQLITE_IOERR_LOCK SQLITE_IOERR_NOMEM SQLITE_IOERR_RDLOCK SQLITE_IOERR_READ SQLITE_IOERR_SHMLOCK SQLITE_IOERR_SHMOPEN SQLITE_IOERR_SHMSIZE SQLITE_IOERR_SHORT_READ SQLITE_IOERR_TRUNCATE SQLITE_IOERR_UNLOCK SQLITE_IOERR_WRITE SQLITE_LOCKED_SHAREDCACHE {extended error code} {extended error codes} {extended result code} {extended result codes}
c3ref/c_config_getmalloc.html
- SQLITE_CONFIG_GETMALLOC SQLITE_CONFIG_GETMUTEX SQLITE_CONFIG_GETPCACHE SQLITE_CONFIG_HEAP SQLITE_CONFIG_LOG SQLITE_CONFIG_LOOKASIDE SQLITE_CONFIG_MALLOC SQLITE_CONFIG_MEMSTATUS SQLITE_CONFIG_MULTITHREAD SQLITE_CONFIG_MUTEX SQLITE_CONFIG_PAGECACHE SQLITE_CONFIG_PCACHE SQLITE_CONFIG_SCRATCH SQLITE_CONFIG_SERIALIZED SQLITE_CONFIG_SINGLETHREAD
c3ref/c_dbconfig_lookaside.html
- SQLITE_DBCONFIG_LOOKASIDE
c3ref/c_dbstatus_cache_used.html
- SQLITE_DBSTATUS_CACHE_USED SQLITE_DBSTATUS_LOOKASIDE_USED SQLITE_DBSTATUS_MAX SQLITE_DBSTATUS_SCHEMA_USED SQLITE_DBSTATUS_STMT_USED
c3ref/c_deny.html
- SQLITE_DENY SQLITE_IGNORE
c3ref/c_fcntl_chunk_size.html
- SQLITE_FCNTL_CHUNK_SIZE SQLITE_FCNTL_LOCKSTATE SQLITE_FCNTL_SIZE_HINT SQLITE_GET_LOCKPROXYFILE SQLITE_LAST_ERRNO SQLITE_SET_LOCKPROXYFILE
c3ref/c_index_constraint_eq.html
- SQLITE_INDEX_CONSTRAINT_EQ SQLITE_INDEX_CONSTRAINT_GE SQLITE_INDEX_CONSTRAINT_GT SQLITE_INDEX_CONSTRAINT_LE SQLITE_INDEX_CONSTRAINT_LT SQLITE_INDEX_CONSTRAINT_MATCH
c3ref/c_iocap_atomic.html
- SQLITE_IOCAP_ATOMIC SQLITE_IOCAP_ATOMIC16K SQLITE_IOCAP_ATOMIC1K SQLITE_IOCAP_ATOMIC2K SQLITE_IOCAP_ATOMIC32K SQLITE_IOCAP_ATOMIC4K SQLITE_IOCAP_ATOMIC512 SQLITE_IOCAP_ATOMIC64K SQLITE_IOCAP_ATOMIC8K SQLITE_IOCAP_SAFE_APPEND SQLITE_IOCAP_SEQUENTIAL SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
c3ref/c_limit_attached.html
- SQLITE_LIMIT_ATTACHED SQLITE_LIMIT_COLUMN SQLITE_LIMIT_COMPOUND_SELECT SQLITE_LIMIT_EXPR_DEPTH SQLITE_LIMIT_FUNCTION_ARG SQLITE_LIMIT_LENGTH SQLITE_LIMIT_LIKE_PATTERN_LENGTH SQLITE_LIMIT_SQL_LENGTH SQLITE_LIMIT_TRIGGER_DEPTH SQLITE_LIMIT_VARIABLE_NUMBER SQLITE_LIMIT_VDBE_OP {limit categories} {limit category}
c3ref/c_lock_exclusive.html
- SQLITE_LOCK_EXCLUSIVE SQLITE_LOCK_NONE SQLITE_LOCK_PENDING SQLITE_LOCK_RESERVED SQLITE_LOCK_SHARED
c3ref/c_mutex_fast.html
- SQLITE_MUTEX_FAST SQLITE_MUTEX_RECURSIVE SQLITE_MUTEX_STATIC_LRU SQLITE_MUTEX_STATIC_LRU2 SQLITE_MUTEX_STATIC_MASTER SQLITE_MUTEX_STATIC_MEM SQLITE_MUTEX_STATIC_MEM2 SQLITE_MUTEX_STATIC_OPEN SQLITE_MUTEX_STATIC_PRNG
c3ref/c_open_autoproxy.html
- SQLITE_OPEN_AUTOPROXY SQLITE_OPEN_CREATE SQLITE_OPEN_DELETEONCLOSE SQLITE_OPEN_EXCLUSIVE SQLITE_OPEN_FULLMUTEX SQLITE_OPEN_MAIN_DB SQLITE_OPEN_MAIN_JOURNAL SQLITE_OPEN_MASTER_JOURNAL SQLITE_OPEN_NOMUTEX SQLITE_OPEN_PRIVATECACHE SQLITE_OPEN_READONLY SQLITE_OPEN_READWRITE SQLITE_OPEN_SHAREDCACHE SQLITE_OPEN_SUBJOURNAL SQLITE_OPEN_TEMP_DB SQLITE_OPEN_TEMP_JOURNAL SQLITE_OPEN_TRANSIENT_DB SQLITE_OPEN_WAL
c3ref/c_shm_exclusive.html
- SQLITE_SHM_EXCLUSIVE SQLITE_SHM_LOCK SQLITE_SHM_SHARED SQLITE_SHM_UNLOCK
c3ref/c_shm_nlock.html
- SQLITE_SHM_NLOCK
c3ref/c_source_id.html
- SQLITE_SOURCE_ID SQLITE_VERSION SQLITE_VERSION_NUMBER
c3ref/c_static.html
- SQLITE_STATIC SQLITE_TRANSIENT
c3ref/c_status_malloc_count.html
- SQLITE_STATUS_MALLOC_COUNT SQLITE_STATUS_MALLOC_SIZE SQLITE_STATUS_MEMORY_USED SQLITE_STATUS_PAGECACHE_OVERFLOW SQLITE_STATUS_PAGECACHE_SIZE SQLITE_STATUS_PAGECACHE_USED SQLITE_STATUS_PARSER_STACK SQLITE_STATUS_SCRATCH_OVERFLOW SQLITE_STATUS_SCRATCH_SIZE SQLITE_STATUS_SCRATCH_USED
c3ref/c_stmtstatus_autoindex.html
- SQLITE_STMTSTATUS_AUTOINDEX SQLITE_STMTSTATUS_FULLSCAN_STEP SQLITE_STMTSTATUS_SORT
c3ref/c_sync_dataonly.html
- SQLITE_SYNC_DATAONLY SQLITE_SYNC_FULL SQLITE_SYNC_NORMAL
c3ref/c_testctrl_always.html
- SQLITE_TESTCTRL_ALWAYS SQLITE_TESTCTRL_ASSERT SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS SQLITE_TESTCTRL_BITVEC_TEST SQLITE_TESTCTRL_FAULT_INSTALL SQLITE_TESTCTRL_FIRST SQLITE_TESTCTRL_ISKEYWORD SQLITE_TESTCTRL_LAST SQLITE_TESTCTRL_OPTIMIZATIONS SQLITE_TESTCTRL_PENDING_BYTE SQLITE_TESTCTRL_PGHDRSZ SQLITE_TESTCTRL_PRNG_RESET SQLITE_TESTCTRL_PRNG_RESTORE SQLITE_TESTCTRL_PRNG_SAVE SQLITE_TESTCTRL_RESERVE
c3ref/changes.html
- sqlite3_changes
c3ref/clear_bindings.html
- sqlite3_clear_bindings
c3ref/close.html
- sqlite3_close
c3ref/collation_needed.html
- sqlite3_collation_needed sqlite3_collation_needed16
c3ref/column_blob.html
- {column access functions} sqlite3_column_blob sqlite3_column_bytes sqlite3_column_bytes16 sqlite3_column_double sqlite3_column_int sqlite3_column_int64 sqlite3_column_text sqlite3_column_text16 sqlite3_column_type sqlite3_column_value
c3ref/column_count.html
- sqlite3_column_count
c3ref/column_database_name.html
- sqlite3_column_database_name sqlite3_column_database_name16 sqlite3_column_origin_name sqlite3_column_origin_name16 sqlite3_column_table_name sqlite3_column_table_name16
c3ref/column_decltype.html
- sqlite3_column_decltype sqlite3_column_decltype16
c3ref/column_name.html
- sqlite3_column_name sqlite3_column_name16
c3ref/commit_hook.html
- sqlite3_commit_hook sqlite3_rollback_hook
c3ref/compileoption_get.html
- sqlite3_compileoption_get sqlite3_compileoption_used
c3ref/complete.html
- sqlite3_complete sqlite3_complete16
c3ref/config.html
- sqlite3_config
c3ref/context.html
- sqlite3_context
c3ref/context_db_handle.html
- sqlite3_context_db_handle
c3ref/create_collation.html
- sqlite3_create_collation sqlite3_create_collation16 sqlite3_create_collation_v2
c3ref/create_function.html
- {application-defined SQL function} {application-defined SQL functions} {function creation routines} sqlite3_create_function sqlite3_create_function16
c3ref/create_module.html
- sqlite3_create_module sqlite3_create_module_v2
c3ref/data_count.html
- sqlite3_data_count
c3ref/db_config.html
- sqlite3_db_config
c3ref/db_handle.html
- sqlite3_db_handle
c3ref/db_mutex.html
- sqlite3_db_mutex
c3ref/db_status.html
- sqlite3_db_status
c3ref/declare_vtab.html
- sqlite3_declare_vtab
c3ref/enable_load_extension.html
- sqlite3_enable_load_extension
c3ref/enable_shared_cache.html
- {shared cache} sqlite3_enable_shared_cache
c3ref/errcode.html
- sqlite3_errcode sqlite3_errmsg sqlite3_errmsg16 sqlite3_extended_errcode
c3ref/exec.html
- sqlite3_exec
c3ref/experimental.html
- deprecated experimental
c3ref/extended_result_codes.html
- sqlite3_extended_result_codes
c3ref/file.html
- sqlite3_file
c3ref/file_control.html
- sqlite3_file_control
c3ref/finalize.html
- sqlite3_finalize
c3ref/free.html
- sqlite3_free sqlite3_malloc sqlite3_realloc
c3ref/free_table.html
- sqlite3_free_table sqlite3_get_table
c3ref/funclist.html
- {C-API function list} capi3ref_funclist
c3ref/get_autocommit.html
- {autocommit mode} sqlite3_get_autocommit
c3ref/get_auxdata.html
- sqlite3_get_auxdata sqlite3_set_auxdata
c3ref/index_info.html
- sqlite3_index_info
c3ref/initialize.html
- sqlite3_initialize sqlite3_os_end sqlite3_os_init sqlite3_shutdown
c3ref/int64.html
- sqlite3_int64 sqlite3_uint64 sqlite_int64 sqlite_uint64
c3ref/interrupt.html
- sqlite3_interrupt
c3ref/intro.html
- {C-language Interface} capi3ref
c3ref/io_methods.html
- sqlite3_io_methods
c3ref/last_insert_rowid.html
- sqlite3_last_insert_rowid
c3ref/libversion.html
- sqlite3_libversion sqlite3_libversion_number sqlite3_sourceid sqlite3_version
c3ref/limit.html
- sqlite3_limit
c3ref/load_extension.html
- sqlite3_load_extension
c3ref/log.html
- sqlite3_log
c3ref/mem_methods.html
- sqlite3_mem_methods
c3ref/memory_highwater.html
- sqlite3_memory_highwater sqlite3_memory_used
c3ref/module.html
- sqlite3_module {virtual table module}
c3ref/mprintf.html
- sqlite3_mprintf sqlite3_snprintf sqlite3_vmprintf
c3ref/mutex.html
- sqlite3_mutex
c3ref/mutex_alloc.html
- sqlite3_mutex_alloc sqlite3_mutex_enter sqlite3_mutex_free sqlite3_mutex_leave sqlite3_mutex_try
c3ref/mutex_held.html
- sqlite3_mutex_held sqlite3_mutex_notheld
c3ref/mutex_methods.html
- sqlite3_mutex_methods
c3ref/next_stmt.html
- sqlite3_next_stmt
c3ref/open.html
- sqlite3_open sqlite3_open16 sqlite3_open_v2
c3ref/overload_function.html
- sqlite3_overload_function
c3ref/pcache.html
- sqlite3_pcache
c3ref/pcache_methods.html
- {page cache} sqlite3_pcache_methods
c3ref/prepare.html
- {SQL statement compiler} sqlite3_prepare sqlite3_prepare16 sqlite3_prepare16_v2 sqlite3_prepare_v2
c3ref/profile.html
- sqlite3_profile sqlite3_trace
c3ref/progress_handler.html
- sqlite3_progress_handler
c3ref/randomness.html
- sqlite3_randomness
c3ref/release_memory.html
- sqlite3_release_memory
c3ref/reset.html
- sqlite3_reset
c3ref/reset_auto_extension.html
- sqlite3_reset_auto_extension
c3ref/result_blob.html
- sqlite3_result_blob sqlite3_result_double sqlite3_result_error sqlite3_result_error16 sqlite3_result_error_code sqlite3_result_error_nomem sqlite3_result_error_toobig sqlite3_result_int sqlite3_result_int64 sqlite3_result_null sqlite3_result_text sqlite3_result_text16 sqlite3_result_text16be sqlite3_result_text16le sqlite3_result_value sqlite3_result_zeroblob
c3ref/set_authorizer.html
- sqlite3_set_authorizer
c3ref/sleep.html
- sqlite3_sleep
c3ref/soft_heap_limit.html
- sqlite3_soft_heap_limit
c3ref/sql.html
- sqlite3_sql
c3ref/sqlite3.html
- {database connection} {database connections} sqlite3
c3ref/status.html
- sqlite3_status
c3ref/step.html
- sqlite3_step
c3ref/stmt.html
- {prepared statement} {prepared statements} sqlite3_stmt
c3ref/stmt_status.html
- sqlite3_stmt_status
c3ref/strnicmp.html
- sqlite3_strnicmp
c3ref/table_column_metadata.html
- sqlite3_table_column_metadata
c3ref/temp_directory.html
- sqlite3_temp_directory
c3ref/test_control.html
- sqlite3_test_control
c3ref/threadsafe.html
- sqlite3_threadsafe
c3ref/total_changes.html
- sqlite3_total_changes
c3ref/unlock_notify.html
- sqlite3_unlock_notify
c3ref/update_hook.html
- sqlite3_update_hook
c3ref/user_data.html
- sqlite3_user_data
c3ref/value.html
- {protected sqlite3_value} sqlite3_value {unprotected sqlite3_value}
c3ref/value_blob.html
- sqlite3_value_blob sqlite3_value_bytes sqlite3_value_bytes16 sqlite3_value_double sqlite3_value_int sqlite3_value_int64 sqlite3_value_numeric_type sqlite3_value_text sqlite3_value_text16 sqlite3_value_text16be sqlite3_value_text16le sqlite3_value_type
c3ref/vfs.html
- sqlite3_vfs
c3ref/vfs_find.html
- sqlite3_vfs_find sqlite3_vfs_register sqlite3_vfs_unregister
c3ref/vtab.html
- sqlite3_vtab
c3ref/vtab_cursor.html
- sqlite3_vtab_cursor {virtual table cursor}
c3ref/wal_autocheckpoint.html
- sqlite3_wal_autocheckpoint
c3ref/wal_checkpoint.html
- sqlite3_wal_checkpoint
c3ref/wal_hook.html
- sqlite3_wal_hook
cintro.html
- cintro
compile.html
- {compile-time options}
compile.html#case_sensitive_like
- SQLITE_CASE_SENSITIVE_LIKE
compile.html#debug
- SQLITE_DEBUG
compile.html#default_autovacuum
- SQLITE_DEFAULT_AUTOVACUUM
compile.html#default_cache_size
- SQLITE_DEFAULT_CACHE_SIZE
compile.html#default_file_format
- SQLITE_DEFAULT_FILE_FORMAT
compile.html#default_journal_size_limit
- SQLITE_DEFAULT_JOURNAL_SIZE_LIMIT
compile.html#default_memstatus
- SQLITE_DEFAULT_MEMSTATUS
compile.html#default_page_size
- SQLITE_DEFAULT_PAGE_SIZE
compile.html#default_temp_cache_size
- SQLITE_DEFAULT_TEMP_CACHE_SIZE
compile.html#disable_dirsync
- SQLITE_DISABLE_DIRSYNC
compile.html#disable_lfs
- SQLITE_DISABLE_LFS
compile.html#enable_atomic_write
- SQLITE_ENABLE_ATOMIC_WRITE
compile.html#enable_column_metadata
- SQLITE_ENABLE_COLUMN_METADATA
compile.html#enable_fts3
- SQLITE_ENABLE_FTS3
compile.html#enable_fts3_parenthesis
- SQLITE_ENABLE_FTS3_PARENTHESIS
compile.html#enable_icu
- SQLITE_ENABLE_ICU
compile.html#enable_iotrace
- SQLITE_ENABLE_IOTRACE
compile.html#enable_locking_style
- SQLITE_ENABLE_LOCKING_STYLE
compile.html#enable_memory_management
- SQLITE_ENABLE_MEMORY_MANAGEMENT
compile.html#enable_memsys3
- SQLITE_ENABLE_MEMSYS3
compile.html#enable_memsys5
- SQLITE_ENABLE_MEMSYS5
compile.html#enable_rtree
- SQLITE_ENABLE_RTREE
compile.html#enable_stat2
- SQLITE_ENABLE_STAT2
compile.html#enable_unlock_notify
- SQLITE_ENABLE_UNLOCK_NOTIFY
compile.html#enable_update_delete_limit
- SQLITE_ENABLE_UPDATE_DELETE_LIMIT
compile.html#have_isnan
- SQLITE_HAVE_ISNAN
compile.html#memdebug
- SQLITE_MEMDEBUG
compile.html#omit_altertable
- SQLITE_OMIT_ALTERTABLE
compile.html#omit_analyze
- SQLITE_OMIT_ANALYZE
compile.html#omit_attach
- SQLITE_OMIT_ATTACH
compile.html#omit_authorization
- SQLITE_OMIT_AUTHORIZATION
compile.html#omit_autoincrement
- SQLITE_OMIT_AUTOINCREMENT
compile.html#omit_autoinit
- SQLITE_OMIT_AUTOINIT
compile.html#omit_automatic_index
- SQLITE_OMIT_AUTOMATIC_INDEX
compile.html#omit_autovacuum
- SQLITE_OMIT_AUTOVACUUM
compile.html#omit_between_optimization
- SQLITE_OMIT_BETWEEN_OPTIMIZATION
compile.html#omit_blob_literal
- SQLITE_OMIT_BLOB_LITERAL
compile.html#omit_btreecount
- SQLITE_OMIT_BTREECOUNT
compile.html#omit_builtin_test
- SQLITE_OMIT_BUILTIN_TEST
compile.html#omit_cast
- SQLITE_OMIT_CAST
compile.html#omit_check
- SQLITE_OMIT_CHECK
compile.html#omit_compileoption_diags
- SQLITE_OMIT_COMPILEOPTION_DIAGS
compile.html#omit_complete
- SQLITE_OMIT_COMPLETE
compile.html#omit_compound_select
- SQLITE_OMIT_COMPOUND_SELECT
compile.html#omit_conflict_clause
- SQLITE_OMIT_CONFLICT_CLAUSE
compile.html#omit_datetime_funcs
- SQLITE_OMIT_DATETIME_FUNCS
compile.html#omit_decltype
- SQLITE_OMIT_DECLTYPE
compile.html#omit_deprecated
- SQLITE_OMIT_DEPRECATED
compile.html#omit_diskio
- SQLITE_OMIT_DISKIO
compile.html#omit_explain
- SQLITE_OMIT_EXPLAIN
compile.html#omit_flag_pragmas
- SQLITE_OMIT_FLAG_PRAGMAS
compile.html#omit_floating_point
- SQLITE_OMIT_FLOATING_POINT
compile.html#omit_foreign_key
- SQLITE_OMIT_FOREIGN_KEY
compile.html#omit_get_table
- SQLITE_OMIT_GET_TABLE
compile.html#omit_incrblob
- SQLITE_OMIT_INCRBLOB
compile.html#omit_integrity_check
- SQLITE_OMIT_INTEGRITY_CHECK
compile.html#omit_like_optimization
- SQLITE_OMIT_LIKE_OPTIMIZATION
compile.html#omit_load_extension
- SQLITE_OMIT_LOAD_EXTENSION
compile.html#omit_localtime
- SQLITE_OMIT_LOCALTIME
compile.html#omit_lookaside
- SQLITE_OMIT_LOOKASIDE
compile.html#omit_memorydb
- SQLITE_OMIT_MEMORYDB
compile.html#omit_or_optimization
- SQLITE_OMIT_OR_OPTIMIZATION
compile.html#omit_pager_pragmas
- SQLITE_OMIT_PAGER_PRAGMAS
compile.html#omit_pragma
- SQLITE_OMIT_PRAGMA
compile.html#omit_progress_callback
- SQLITE_OMIT_PROGRESS_CALLBACK
compile.html#omit_quickbalance
- SQLITE_OMIT_QUICKBALANCE
compile.html#omit_reindex
- SQLITE_OMIT_REINDEX
compile.html#omit_schema_pragmas
- SQLITE_OMIT_SCHEMA_PRAGMAS
compile.html#omit_schema_version_pragmas
- SQLITE_OMIT_SCHEMA_VERSION_PRAGMAS
compile.html#omit_shared_cache
- SQLITE_OMIT_SHARED_CACHE
compile.html#omit_subquery
- SQLITE_OMIT_SUBQUERY
compile.html#omit_tcl_variable
- SQLITE_OMIT_TCL_VARIABLE
compile.html#omit_tempdb
- SQLITE_OMIT_TEMPDB
compile.html#omit_trace
- SQLITE_OMIT_TRACE
compile.html#omit_trigger
- SQLITE_OMIT_TRIGGER
compile.html#omit_truncate_optimization
- SQLITE_OMIT_TRUNCATE_OPTIMIZATION
compile.html#omit_utf16
- SQLITE_OMIT_UTF16
compile.html#omit_vacuum
- SQLITE_OMIT_VACUUM
compile.html#omit_view
- SQLITE_OMIT_VIEW
compile.html#omit_virtualtable
- SQLITE_OMIT_VIRTUALTABLE
compile.html#omit_wal
- SQLITE_OMIT_WAL
compile.html#omit_wsd
- SQLITE_OMIT_WSD
compile.html#omit_xfer_opt
- SQLITE_OMIT_XFER_OPT
compile.html#omitfeatures
- omitfeatures
compile.html#os_other
- SQLITE_OS_OTHER
compile.html#secure_delete
- SQLITE_SECURE_DELETE
compile.html#soundex
- SQLITE_SOUNDEX
compile.html#temp_store
- SQLITE_TEMP_STORE
compile.html#threadsafe
- SQLITE_THREADSAFE
compile.html#yystackdepth
- YYSTACKDEPTH
compile.html#yytrackmaxstackdepth
- YYTRACKMAXSTACKDEPTH
compile.html#zero_malloc
- SQLITE_ZERO_MALLOC
consortium.html
- {SQLite Consortium}
custombuild.html
- {custom builds} {porting SQLite}
datatype3.html
- datatype {dynamic typing}
datatype3.html#affinity
- affinities affinity {column affinity} {type affinity}
datatype3.html#affname
- {rules for determining column affinity}
datatype3.html#boolean
- {boolean datatype}
datatype3.html#collation
- BINARY {BINARY collating function} NOCASE {NOCASE collating function} RTRIM {RTRIM collating function} {collating function} {collating sequence} collation
datatype3.html#compaff
- {comparison affinity rules}
datatype3.html#comparisons
- {comparison expressions}
datatype3.html#datetime
- {date and time datatype}
datatype3.html#expraff
- {expression affinity}
doclist.html
- {alphabetical listing of SQLite documents} doclist
docs.html
- {categorical listing of SQLite documents}
download.html
- {TEA tarball} {amalgamation tarball} {download page}
fileformat.html
- {first edition file format document}
fileformat2.html
- {file format} {second edition file format document}
fileformat2.html#cell_payload
- {cell payload}
fileformat2.html#cellformat
- {cell format summary}
fileformat2.html#chngctr
- {change counter}
fileformat2.html#database_header
- {database header}
fileformat2.html#filesize
- {in-header database size}
fileformat2.html#freelist
- {free-page list} freelist
fileformat2.html#record_format
- {record format}
fileformat2.html#rollbackjournal
- {rollback journal format}
fileformat2.html#serialtype
- {serial type} {serial types}
fileformat2.html#usable_size
- {usable size}
fileformat2.html#validfor
- {version-valid-for number}
fileformat2.html#varint
- {variable-length integer} varint
fileformat2.html#walcksm
- {WAL checksum algorithm}
fileformat2.html#walformat
- {WAL format}
fileformat2.html#walindexformat
- {WAL-index format} wal-index
fileformat2.html#walread
- {WAL read algorithm}
fileio.html
- {file I/O}
foreignkeys.html
- {FOREIGN KEY constraints} {foreign key constraint} {foreign key constraints}
foreignkeys.html#fk_actions
- {foreign key actions}
foreignkeys.html#fk_enable
- {foreign key constraints are enabled}
foreignkeys.html#parentchild
- {child key} {child table} {parent key} {parent table}
fts3.html
- FTS3 fts3
fts3.html#appendix_a
- {search application tips}
fts3.html#matchinfo
- matchinfo
fts3.html#section_1_3
- {simple fts3 queries}
fts3.html#section_2
- {compile fts3}
fts3.html#section_3
- {FTS3 MATCH}
fts3.html#section_3_1
- {enhanced query syntax}
fts3.html#section_4
- offsets snippet
fts3.html#section_6
- {segment btree}
fts3.html#tokenizer
- tokenizer
howtocompile.html
- {how to compile}
howtocompile.html#amal
- {building the amalgamation}
howtocompile.html#cli
- {compiling the CLI}
howtocompile.html#tcl
- {compiling the TCL interface}
inmemorydb.html
- {in-memory database} {in-memory databases} memory
inmemorydb.html#temp_db
- {temporary databases} {temporary tables}
keyword_index.html
- {keyword index}
lang_aggfunc.html
- {Aggregate Functions} aggfunc
lang_aggfunc.html#avg
- avg {avg aggregate function}
lang_aggfunc.html#count
- count {count aggregate function}
lang_aggfunc.html#groupconcat
- group_concat {group_concat aggregate function}
lang_aggfunc.html#maxggunc
- agg_max {max aggregate function} maxAggFunc
lang_aggfunc.html#minggunc
- agg_min {min aggregate function} minAggFunc
lang_aggfunc.html#sumunc
- sum {sum aggregate function} sumFunc total {total aggregate function}
lang_altertable.html
- ALTER {ALTER TABLE}
lang_analyze.html
- ANALYZE
lang_attach.html
- ATTACH {ATTACH DATABASE}
lang_comment.html
- comment comments
lang_conflict.html
- {ON CONFLICT} {ON CONFLICT clause} {conflict clause}
lang_corefunc.html
- {Core Functions} corefunc
lang_corefunc.html#abs
- abs {abs SQL function}
lang_corefunc.html#changes
- changes {changes SQL function}
lang_corefunc.html#coalesce
- coalesce {coalesce SQL function}
lang_corefunc.html#glob
- glob {glob SQL function}
lang_corefunc.html#hex
- hex {hex SQL function}
lang_corefunc.html#ifnull
- ifnull {ifnull SQL function}
lang_corefunc.html#last_insert_rowid
- last_insert_rowid {last_insert_rowid SQL function}
lang_corefunc.html#length
- length {length SQL function}
lang_corefunc.html#like
- like {like SQL function}
lang_corefunc.html#load_extension
- load_extension {load_extension SQL function}
lang_corefunc.html#lower
- lower {lower SQL function}
lang_corefunc.html#ltrim
- ltrim {ltrim SQL function}
lang_corefunc.html#maxoreunc
- max {max SQL function} maxCoreFunc
lang_corefunc.html#minoreunc
- min {min SQL function} minCoreFunc
lang_corefunc.html#nullif
- nullif {nullif SQL function}
lang_corefunc.html#quote
- quote {quote SQL function}
lang_corefunc.html#random
- random {random SQL function}
lang_corefunc.html#randomblob
- randomblob {randomblob SQL function}
lang_corefunc.html#replace
- replace {replace SQL function}
lang_corefunc.html#round
- round {round SQL function}
lang_corefunc.html#rtrim
- rtrim {rtrim SQL function}
lang_corefunc.html#soundex
- soundex {soundex SQL function}
lang_corefunc.html#sqlite_compileoption_get
- sqlite_compileoption_get {sqlite_compileoption_get SQL function}
lang_corefunc.html#sqlite_compileoption_used
- sqlite_compileoption_used {sqlite_compileoption_used SQL function}
lang_corefunc.html#sqlite_source_id
- sqlite_source_id {sqlite_source_id SQL function}
lang_corefunc.html#sqlite_version
- sqlite_version {sqlite_version SQL function}
lang_corefunc.html#substr
- substr {substr SQL function}
lang_corefunc.html#total_changes
- total_changes {total_changes SQL function}
lang_corefunc.html#trim
- trim {trim SQL function}
lang_corefunc.html#typeof
- typeof {typeof SQL function}
lang_corefunc.html#upper
- upper {upper SQL function}
lang_corefunc.html#zeroblob
- zeroblob {zeroblob SQL function}
lang_createindex.html
- {CREATE INDEX}
lang_createtable.html
- {CREATE TABLE}
lang_createtable.html#rowid
- {INTEGER PRIMARY KEY} ROWID rowid
lang_createtable.html#tablecoldef
- {column definition} {column definitions}
lang_createtrigger.html
- {CREATE TRIGGER}
lang_createtrigger.html#instead_of_trigger
- {INSTEAD OF} {INSTEAD OF trigger}
lang_createtrigger.html#undef_before
- {undefined BEFORE trigger behavior}
lang_createview.html
- {CREATE VIEW} view views
lang_createvtab.html
- {CREATE VIRTUAL TABLE}
lang_datefunc.html
- {Date And Time Functions} {date SQL function} datefunc {datetime SQL function} {julianday SQL function} {strftime SQL function} {time SQL function}
lang_delete.html
- DELETE DELETEs
lang_delete.html#trucateopt
- {truncate optimization}
lang_detach.html
- DETACH {DETACH DATABASE}
lang_dropindex.html
- {DROP INDEX}
lang_droptable.html
- {DROP TABLE}
lang_droptrigger.html
- {DROP TRIGGER}
lang_dropview.html
- {DROP VIEW}
lang_explain.html
- EXPLAIN
lang_expr.html
- expression {expression syntax}
lang_expr.html#between
- BETWEEN
lang_expr.html#binaryops
- {binary operators}
lang_expr.html#case
- {CASE expression}
lang_expr.html#castexpr
- {CAST expression}
lang_expr.html#collateop
- {COLLATE operator}
lang_expr.html#glob
- GLOB
lang_expr.html#in_op
- {IN operator} {NOT IN operator}
lang_expr.html#isisnot
- {IS NOT operator} {IS operator}
lang_expr.html#like
- ESCAPE LIKE
lang_expr.html#litvalue
- {literal value}
lang_expr.html#match
- MATCH
lang_expr.html#regexp
- REGEXP
lang_expr.html#varparam
- {bound parameter} {bound parameters} parameter parameters
lang_indexedby.html
- {INDEXED BY} {NOT INDEXED}
lang_insert.html
- INSERT INSERTs
lang_keywords.html
- {SQL keyword} {SQL keywords} {SQLite Keywords}
lang_reindex.html
- REINDEX
lang_replace.html
- REPLACE
lang_savepoint.html
- RELEASE SAVEPOINT
lang_select.html
- SELECT query
lang_transaction.html
- BEGIN {BEGIN TRANSACTION} COMMIT ROLLBACK
lang_update.html
- UPDATE UPDATEs
lang_vacuum.html
- VACUUM
limits.html
- limits
limits.html#max_attached
- SQLITE_MAX_ATTACHED
limits.html#max_column
- SQLITE_MAX_COLUMN
limits.html#max_compound_select
- SQLITE_MAX_COMPOUND_SELECT
limits.html#max_expr_depth
- SQLITE_MAX_EXPR_DEPTH
limits.html#max_function_arg
- SQLITE_MAX_FUNCTION_ARG
limits.html#max_length
- SQLITE_MAX_LENGTH
limits.html#max_like_pattern_length
- SQLITE_MAX_LIKE_PATTERN_LENGTH
limits.html#max_page_count
- SQLITE_MAX_PAGE_COUNT
limits.html#max_sql_length
- SQLITE_MAX_SQL_LENGTH
limits.html#max_trigger_depth
- SQLITE_MAX_TRIGGER_DEPTH
limits.html#max_variable_number
- SQLITE_MAX_VARIABLE_NUMBER
lockingv3.html
- {file locking and concurrency control}
lockingv3.html#excl_lock
- EXCLUSIVE {EXCLUSIVE lock} {exclusive lock}
lockingv3.html#ext3-barrier-problem
- {the ext3 barrier problem}
lockingv3.html#hotjrnl
- {hot journal}
lockingv3.html#how_to_corrupt
- {How To Corrupt Your Database Files}
lockingv3.html#locking
- {file locking states}
lockingv3.html#pending_lock
- PENDING {PENDING lock} {pending lock}
lockingv3.html#reserved_lock
- RESERVED {RESERVED lock} {reserved lock}
lockingv3.html#rollback
- {rollback journal}
lockingv3.html#shared_lock
- SHARED {SHARED lock} {shared lock}
lockingv3.html#writer_starvation
- {writer starvation}
malloc.html
- {memory allocation}
malloc.html#altalloc
- {built-in memory allocators}
malloc.html#defaultalloc
- {default memory allocator}
malloc.html#lookaside
- {lookaside memory allocator}
malloc.html#memdebug
- {debugging memory allocator} memsys2
malloc.html#memstatus
- {memory statistics}
malloc.html#memsys5
- memsys5 {zero-malloc memory allocator}
malloc.html#memsysx
- {experimental memory allocators}
malloc.html#nofrag
- {Robson proof}
malloc.html#pagecache
- {pagecache memory allocator}
malloc.html#scratch
- {scratch memory allocator}
opcode.html
- {virtual machine instructions}
optoverview.html
- optimizer {query planner}
optoverview.html#autoindex
- {Automatic indexing} {automatic indexing}
optoverview.html#like_opt
- {LIKE optimization}
optoverview.html#rangequery
- {range query optimization}
pragma.html#pragma_auto_vacuum
- {PRAGMA auto_vacuum} auto_vacuum {auto_vacuum pragma}
pragma.html#pragma_automatic_index
- {PRAGMA automatic_index} automatic_index {automatic_index pragma}
pragma.html#pragma_cache_size
- {PRAGMA cache_size} cache_size {cache_size pragma}
pragma.html#pragma_case_sensitive_like
- {PRAGMA case_sensitive_like} case_sensitive_like {case_sensitive_like pragma}
pragma.html#pragma_collation_list
- {PRAGMA collation_list} collation_list {collation_list pragma}
pragma.html#pragma_compile_options
- {PRAGMA compile_options} compile_options {compile_options pragma}
pragma.html#pragma_count_changes
- {PRAGMA count_changes} count_changes {count_changes pragma}
pragma.html#pragma_database_list
- {PRAGMA database_list} database_list {database_list pragma}
pragma.html#pragma_default_cache_size
- {PRAGMA default_cache_size} default_cache_size {default_cache_size pragma}
pragma.html#pragma_empty_result_callbacks
- {PRAGMA empty_result_callbacks} empty_result_callbacks {empty_result_callbacks pragma}
pragma.html#pragma_encoding
- {PRAGMA encoding} encoding {encoding pragma}
pragma.html#pragma_foreign_key_list
- {PRAGMA foreign_key_list} foreign_key_list {foreign_key_list pragma}
pragma.html#pragma_foreign_keys
- {PRAGMA foreign_keys} foreign_keys {foreign_keys pragma}
pragma.html#pragma_freelist_count
- {PRAGMA freelist_count} freelist_count {freelist_count pragma}
pragma.html#pragma_full_column_names
- {PRAGMA full_column_names} full_column_names {full_column_names pragma}
pragma.html#pragma_fullfsync
- {PRAGMA fullfsync} fullfsync {fullfsync pragma}
pragma.html#pragma_incremental_vacuum
- {PRAGMA incremental_vacuum} incremental_vacuum {incremental_vacuum pragma}
pragma.html#pragma_index_info
- {PRAGMA index_info} index_info {index_info pragma}
pragma.html#pragma_index_list
- {PRAGMA index_list} index_list {index_list pragma}
pragma.html#pragma_integrity_check
- {PRAGMA integrity_check} integrity_check {integrity_check pragma}
pragma.html#pragma_journal_mode
- {PRAGMA journal_mode} journal_mode {journal_mode pragma}
pragma.html#pragma_journal_size_limit
- {PRAGMA journal_size_limit} journal_size_limit {journal_size_limit pragma}
pragma.html#pragma_legacy_file_format
- {PRAGMA legacy_file_format} legacy_file_format {legacy_file_format pragma}
pragma.html#pragma_locking_mode
- {PRAGMA locking_mode} locking_mode {locking_mode pragma}
pragma.html#pragma_max_page_count
- {PRAGMA max_page_count} max_page_count {max_page_count pragma}
pragma.html#pragma_page_count
- {PRAGMA page_count} page_count {page_count pragma}
pragma.html#pragma_page_size
- {PRAGMA page_size} page_size {page_size pragma}
pragma.html#pragma_parser_trace
- {PRAGMA parser_trace} parser_trace {parser_trace pragma}
pragma.html#pragma_quick_check
- {PRAGMA quick_check} quick_check {quick_check pragma}
pragma.html#pragma_read_uncommitted
- {PRAGMA read_uncommitted} read_uncommitted {read_uncommitted pragma}
pragma.html#pragma_recursive_triggers
- {PRAGMA recursive_triggers} recursive_triggers {recursive_triggers pragma}
pragma.html#pragma_reverse_unordered_selects
- {PRAGMA reverse_unordered_selects} reverse_unordered_selects {reverse_unordered_selects pragma}
pragma.html#pragma_schema_version
- {PRAGMA schema_version} {PRAGMA user_version} schema_version {schema_version pragma} user_version {user_version pragma}
pragma.html#pragma_secure_delete
- {PRAGMA secure_delete} secure_delete {secure_delete pragma}
pragma.html#pragma_short_column_names
- {PRAGMA short_column_names} short_column_names {short_column_names pragma}
pragma.html#pragma_synchronous
- {PRAGMA synchronous} synchronous {synchronous pragma}
pragma.html#pragma_table_info
- {PRAGMA table_info} table_info {table_info pragma}
pragma.html#pragma_temp_store
- {PRAGMA temp_store} temp_store {temp_store pragma}
pragma.html#pragma_temp_store_directory
- {PRAGMA temp_store_directory} temp_store_directory {temp_store_directory pragma}
pragma.html#pragma_vdbe_listing
- {PRAGMA vdbe_listing} vdbe_listing {vdbe_listing pragma}
pragma.html#pragma_vdbe_trace
- {PRAGMA vdbe_trace} vdbe_trace {vdbe_trace pragma}
pragma.html#pragma_wal_autocheckpoint
- {PRAGMA wal_autocheckpoint} wal_autocheckpoint {wal_autocheckpoint pragma}
pragma.html#pragma_wal_checkpoint
- {PRAGMA wal_checkpoint} wal_checkpoint {wal_checkpoint pragma}
pragma.html#syntax
- PRAGMA
pragma.html#toc
- {pragma list}
privatebranch.html
- {private branches}
queryplanner.html
- indexing {indexing tutorial}
quickstart.html
- {Quick Start Guide} quickstart
releaselog/3_0_0.html
- {Version 3.0.0} {version 3.0.0}
releaselog/3_0_1.html
- {Version 3.0.1} {version 3.0.1}
releaselog/3_0_2.html
- {Version 3.0.2} {version 3.0.2}
releaselog/3_0_3.html
- {Version 3.0.3} {version 3.0.3}
releaselog/3_0_4.html
- {Version 3.0.4} {version 3.0.4}
releaselog/3_0_5.html
- {Version 3.0.5} {version 3.0.5}
releaselog/3_0_6.html
- {Version 3.0.6} {version 3.0.6}
releaselog/3_0_7.html
- {Version 3.0.7} {version 3.0.7}
releaselog/3_0_8.html
- {Version 3.0.8} {version 3.0.8}
releaselog/3_1_0.html
- {Version 3.1.0} {version 3.1.0}
releaselog/3_1_1.html
- {Version 3.1.1} {version 3.1.1}
releaselog/3_1_2.html
- {Version 3.1.2} {version 3.1.2}
releaselog/3_1_3.html
- {Version 3.1.3} {version 3.1.3}
releaselog/3_1_4.html
- {Version 3.1.4} {version 3.1.4}
releaselog/3_1_5.html
- {Version 3.1.5} {version 3.1.5}
releaselog/3_1_6.html
- {Version 3.1.6} {version 3.1.6}
releaselog/3_2_0.html
- {Version 3.2.0} {version 3.2.0}
releaselog/3_2_1.html
- {Version 3.2.1} {version 3.2.1}
releaselog/3_2_2.html
- {Version 3.2.2} {version 3.2.2}
releaselog/3_2_3.html
- {Version 3.2.3} {version 3.2.3}
releaselog/3_2_4.html
- {Version 3.2.4} {version 3.2.4}
releaselog/3_2_5.html
- {Version 3.2.5} {version 3.2.5}
releaselog/3_2_6.html
- {Version 3.2.6} {version 3.2.6}
releaselog/3_2_7.html
- {Version 3.2.7} {version 3.2.7}
releaselog/3_2_8.html
- {Version 3.2.8} {version 3.2.8}
releaselog/3_3_0.html
- {Version 3.3.0} {version 3.3.0}
releaselog/3_3_1.html
- {Version 3.3.1} {version 3.3.1}
releaselog/3_3_10.html
- {Version 3.3.10} {version 3.3.10}
releaselog/3_3_11.html
- {Version 3.3.11} {version 3.3.11}
releaselog/3_3_12.html
- {Version 3.3.12} {version 3.3.12}
releaselog/3_3_13.html
- {Version 3.3.13} {version 3.3.13}
releaselog/3_3_14.html
- {Version 3.3.14} {version 3.3.14}
releaselog/3_3_15.html
- {Version 3.3.15} {version 3.3.15}
releaselog/3_3_16.html
- {Version 3.3.16} {version 3.3.16}
releaselog/3_3_17.html
- {Version 3.3.17} {version 3.3.17}
releaselog/3_3_2.html
- {Version 3.3.2} {version 3.3.2}
releaselog/3_3_3.html
- {Version 3.3.3} {version 3.3.3}
releaselog/3_3_4.html
- {Version 3.3.4} {version 3.3.4}
releaselog/3_3_5.html
- {Version 3.3.5} {version 3.3.5}
releaselog/3_3_6.html
- {Version 3.3.6} {version 3.3.6}
releaselog/3_3_7.html
- {Version 3.3.7} {version 3.3.7}
releaselog/3_3_8.html
- {Version 3.3.8} {version 3.3.8}
releaselog/3_3_9.html
- {Version 3.3.9} {version 3.3.9}
releaselog/3_4_0.html
- {Version 3.4.0} {version 3.4.0}
releaselog/3_4_1.html
- {Version 3.4.1} {version 3.4.1}
releaselog/3_4_2.html
- {Version 3.4.2} {version 3.4.2}
releaselog/3_5_0.html
- {Version 3.5.0} {version 3.5.0}
releaselog/3_5_1.html
- {Version 3.5.1} {version 3.5.1}
releaselog/3_5_2.html
- {Version 3.5.2} {version 3.5.2}
releaselog/3_5_3.html
- {Version 3.5.3} {version 3.5.3}
releaselog/3_5_4.html
- {Version 3.5.4} {version 3.5.4}
releaselog/3_5_5.html
- {Version 3.5.5} {version 3.5.5}
releaselog/3_5_6.html
- {Version 3.5.6} {version 3.5.6}
releaselog/3_5_7.html
- {Version 3.5.7} {version 3.5.7}
releaselog/3_5_8.html
- {Version 3.5.8} {version 3.5.8}
releaselog/3_5_9.html
- {Version 3.5.9} {version 3.5.9}
releaselog/3_6_0.html
- {Version 3.6.0} {version 3.6.0}
releaselog/3_6_1.html
- {Version 3.6.1} {version 3.6.1}
releaselog/3_6_10.html
- {Version 3.6.10} {version 3.6.10}
releaselog/3_6_11.html
- {Version 3.6.11} {version 3.6.11}
releaselog/3_6_12.html
- {Version 3.6.12} {version 3.6.12}
releaselog/3_6_13.html
- {Version 3.6.13} {version 3.6.13}
releaselog/3_6_14.html
- {Version 3.6.14} {version 3.6.14}
releaselog/3_6_14_1.html
- {Version 3.6.14.1} {version 3.6.14.1}
releaselog/3_6_14_2.html
- {Version 3.6.14.2} {version 3.6.14.2}
releaselog/3_6_15.html
- {Version 3.6.15} {version 3.6.15}
releaselog/3_6_16.html
- {Version 3.6.16} {version 3.6.16}
releaselog/3_6_16_1.html
- {Version 3.6.16.1} {version 3.6.16.1}
releaselog/3_6_17.html
- {Version 3.6.17} {version 3.6.17}
releaselog/3_6_18.html
- {Version 3.6.18} {version 3.6.18}
releaselog/3_6_19.html
- {Version 3.6.19} {version 3.6.19}
releaselog/3_6_2.html
- {Version 3.6.2} {version 3.6.2}
releaselog/3_6_20.html
- {Version 3.6.20} {version 3.6.20}
releaselog/3_6_21.html
- {Version 3.6.21} {version 3.6.21}
releaselog/3_6_22.html
- {Version 3.6.22} {version 3.6.22}
releaselog/3_6_23.html
- {Version 3.6.23} {version 3.6.23}
releaselog/3_6_23_1.html
- {Version 3.6.23.1} {version 3.6.23.1}
releaselog/3_6_3.html
- {Version 3.6.3} {version 3.6.3}
releaselog/3_6_4.html
- {Version 3.6.4} {version 3.6.4}
releaselog/3_6_5.html
- {Version 3.6.5} {version 3.6.5}
releaselog/3_6_6.html
- {Version 3.6.6} {version 3.6.6}
releaselog/3_6_6_1.html
- {Version 3.6.6.1} {version 3.6.6.1}
releaselog/3_6_6_2.html
- {Version 3.6.6.2} {version 3.6.6.2}
releaselog/3_6_7.html
- {Version 3.6.7} {version 3.6.7}
releaselog/3_6_8.html
- {Version 3.6.8} {version 3.6.8}
releaselog/3_6_9.html
- {Version 3.6.9} {version 3.6.9}
releaselog/3_7_0.html
- {Version 3.7.0} {version 3.7.0}
releaselog/3_7_0_1.html
- {Version 3.7.0.1} {version 3.7.0.1}
releaselog/3_7_1.html
- {Version 3.7.1} {version 3.7.1}
releaselog/3_7_2.html
- {Version 3.7.2} {version 3.7.2}
requirements.html
- requirements
rtree.html
- {R-Tree extension} RTREE rtree
sharedcache.html
- {SQLite Shared-Cache Mode} {shared cache mode}
sitemap.html#pindex
- {permuted index}
sqlite.html
- CLI {Command Line Interface} {command-line shell}
support.html#mailinglists
- {mailing lists}
support.html#prosupport
- {professional support}
syntaxdiagrams.html
- {syntax diagrams}
syntaxdiagrams.html#alter-table-stmt
- alter-table-stmt {alter-table-stmt syntax diagram}
syntaxdiagrams.html#analyze-stmt
- analyze-stmt {analyze-stmt syntax diagram}
syntaxdiagrams.html#attach-stmt
- attach-stmt {attach-stmt syntax diagram}
syntaxdiagrams.html#begin-stmt
- begin-stmt {begin-stmt syntax diagram}
syntaxdiagrams.html#column-constraint
- column-constraint {column-constraint syntax diagram}
syntaxdiagrams.html#column-def
- column-def {column-def syntax diagram}
syntaxdiagrams.html#comment-syntax
- comment-syntax {comment-syntax syntax diagram}
syntaxdiagrams.html#commit-stmt
- commit-stmt {commit-stmt syntax diagram}
syntaxdiagrams.html#compound-operator
- compound-operator {compound-operator syntax diagram}
syntaxdiagrams.html#conflict-clause
- conflict-clause {conflict-clause syntax diagram}
syntaxdiagrams.html#create-index-stmt
- create-index-stmt {create-index-stmt syntax diagram}
syntaxdiagrams.html#create-table-stmt
- create-table-stmt {create-table-stmt syntax diagram}
syntaxdiagrams.html#create-trigger-stmt
- create-trigger-stmt {create-trigger-stmt syntax diagram}
syntaxdiagrams.html#create-view-stmt
- create-view-stmt {create-view-stmt syntax diagram}
syntaxdiagrams.html#create-virtual-table-stmt
- create-virtual-table-stmt {create-virtual-table-stmt syntax diagram}
syntaxdiagrams.html#delete-stmt
- delete-stmt {delete-stmt syntax diagram}
syntaxdiagrams.html#delete-stmt-limited
- delete-stmt-limited {delete-stmt-limited syntax diagram}
syntaxdiagrams.html#detach-stmt
- detach-stmt {detach-stmt syntax diagram}
syntaxdiagrams.html#drop-index-stmt
- drop-index-stmt {drop-index-stmt syntax diagram}
syntaxdiagrams.html#drop-table-stmt
- drop-table-stmt {drop-table-stmt syntax diagram}
syntaxdiagrams.html#drop-trigger-stmt
- drop-trigger-stmt {drop-trigger-stmt syntax diagram}
syntaxdiagrams.html#drop-view-stmt
- drop-view-stmt {drop-view-stmt syntax diagram}
syntaxdiagrams.html#expr
- expr {expr syntax diagram}
syntaxdiagrams.html#foreign-key-clause
- foreign-key-clause {foreign-key-clause syntax diagram}
syntaxdiagrams.html#indexed-column
- indexed-column {indexed-column syntax diagram}
syntaxdiagrams.html#insert-stmt
- insert-stmt {insert-stmt syntax diagram}
syntaxdiagrams.html#join-constraint
- join-constraint {join-constraint syntax diagram}
syntaxdiagrams.html#join-op
- join-op {join-op syntax diagram}
syntaxdiagrams.html#join-source
- join-source {join-source syntax diagram}
syntaxdiagrams.html#literal-value
- literal-value {literal-value syntax diagram}
syntaxdiagrams.html#ordering-term
- ordering-term {ordering-term syntax diagram}
syntaxdiagrams.html#pragma-stmt
- pragma-stmt {pragma-stmt syntax diagram}
syntaxdiagrams.html#pragma-value
- pragma-value {pragma-value syntax diagram}
syntaxdiagrams.html#qualified-table-name
- qualified-table-name {qualified-table-name syntax diagram}
syntaxdiagrams.html#raise-function
- raise-function {raise-function syntax diagram}
syntaxdiagrams.html#reindex-stmt
- reindex-stmt {reindex-stmt syntax diagram}
syntaxdiagrams.html#release-stmt
- release-stmt {release-stmt syntax diagram}
syntaxdiagrams.html#result-column
- result-column {result-column syntax diagram}
syntaxdiagrams.html#rollback-stmt
- rollback-stmt {rollback-stmt syntax diagram}
syntaxdiagrams.html#savepoint-stmt
- savepoint-stmt {savepoint-stmt syntax diagram}
syntaxdiagrams.html#select-core
- select-core {select-core syntax diagram}
syntaxdiagrams.html#select-stmt
- select-stmt {select-stmt syntax diagram}
syntaxdiagrams.html#signed-number
- signed-number {signed-number syntax diagram}
syntaxdiagrams.html#single-source
- single-source {single-source syntax diagram}
syntaxdiagrams.html#sql-stmt
- sql-stmt {sql-stmt syntax diagram}
syntaxdiagrams.html#sql-stmt-list
- sql-stmt-list {sql-stmt-list syntax diagram}
syntaxdiagrams.html#table-constraint
- table-constraint {table-constraint syntax diagram}
syntaxdiagrams.html#type-name
- type-name {type-name syntax diagram}
syntaxdiagrams.html#update-stmt
- update-stmt {update-stmt syntax diagram}
syntaxdiagrams.html#update-stmt-limited
- update-stmt-limited {update-stmt-limited syntax diagram}
syntaxdiagrams.html#vacuum-stmt
- vacuum-stmt {vacuum-stmt syntax diagram}
tclsqlite.html
- {TCL Interface} {Tcl extension}
tempfiles.html#tempstore
- tempstore
testing.html
- {test suite} tested testing
testing.html#coverage
- {test coverage}
testing.html#harnesses
- {test harness} {three test harnesses}
testing.html#mcdc
- MC/DC {MC/DC testing}
testing.html#slt
- SLT {SQL Logic Tests}
testing.html#tcl
- {TCL test suite}
testing.html#testcase
- {testcase macros}
th3.html
- TH3
threadsafe.html
- {threading mode}
unlock_notify.html
- {Using the SQLite Unlock Notification Feature}
vtab.html
- {virtual table} {virtual tables}
vtab.html#sqlite3_module.xDestroy
- xDestroy
vtab.html#xBegin
- sqlite3_module.xBegin xBegin
vtab.html#xbestindex
- sqlite3_module.xBestIndex xBestIndex
vtab.html#xclose
- sqlite3_module.xClose
vtab.html#xcolumn
- sqlite3_module.xColumn xColumn
vtab.html#xcommit
- sqlite3_module.xCommit xCommit
vtab.html#xconnect
- sqlite3_module.xConnect xConnect
vtab.html#xcreate
- sqlite3_module.xCreate xCreate
vtab.html#xdisconnect
- sqlite3_module.xDisconnect xDisconnect
vtab.html#xeof
- sqlite3_module.xEof xEof
vtab.html#xfilter
- sqlite3_module.xFilter xFilter
vtab.html#xfindfunction
- sqlite3_module.xFindFunction xFindFunction
vtab.html#xnext
- sqlite3_module.xNext xNext
vtab.html#xopen
- sqlite3_module.xOpen
vtab.html#xrename
- sqlite3_module.xRename xRename
vtab.html#xrollback
- sqlite3_module.xRollback xRollback
vtab.html#xrowid
- sqlite3_module.xRowid xRowid
vtab.html#xsync
- sqlite3_module.xSync
vtab.html#xupdate
- sqlite3_module.xUpdate xUpdate
wal.html
- WAL {write-ahead log}
wal.html#ckpt
- checkpoint checkpointed checkpointing
wal.html#concurrency
- {WAL concurrency}
wal.html#readonly
- {read-only WAL databases}
whentouse.html#appfileformat
- {application file-format}
*** DRAFT ***