SQLite FTS3 and FTS4 Extensions
(fts3.html)
1.5. Summary
From the users point of view, FTS tables are similar to ordinary SQLite
tables in many ways. Data may be added to, modified within and removed
from FTS tables using the INSERT, UPDATE and DELETE commands just as
it may ...
|
The SQLite Bytecode Engine
(opcode.html)
3. Viewing The Bytecode
Every SQL statement that SQLite interprets results in a program
for the virtual machine. But if the SQL statement begins with
the keyword EXPLAIN the virtual machine will not execute the
program. Instead, the instructions of the program will be ...
|
SQLite Session Module C/C++ Interface
(session.html)
... The same information is also available
broken out into some smaller pages
for easier viewing, if you prefer.
This document is created by a script which scans comments in the source
code file sqlite3session.h.
Objects:
sqlite3_changegroup
sqlite3_changeset_iter
sqlite3_rebaser(exp ...
|
The Virtual Database Engine of SQLite
(vdbe.html)
... CREATE and DROP
Using CREATE or DROP to create or destroy a table or index is
really the same as doing an INSERT or DELETE from the special
"sqlite_master" table, at least from the point of view of the VDBE ...
|
Page generated by FTS5 in about 99.61 ms.