Small. Fast. Reliable.
Choose any three.

Search results 21..30 of 56 for: drop

CREATE VIEW
(lang_createview.html)
 ... Views are removed with the DROP VIEW command. If a column-name list follows the view-name, then that list determines the names of the columns for the view. If the column-name list is omitted, then the names of ... 
SQLite Shared-Cache Mode
(sharedcache.html)
3. Thread Related Issues  ... These restrictions were dropped beginning with SQLite version 3.5.0 (2007-09-04).
The INDEXED BY Clause
(lang_indexedby.html)
 ... The intent of the INDEXED BY clause is to raise a run-time error if a schema change, such as dropping or creating an index, causes the query plan for a time-sensitive query to change. The INDEXED BY clause ... 
 ... In that case, drop all locks, close the database, and return SQLITE_BUSY. Read the journal file and roll back the changes. Wait for the rolled back changes to be written onto persistent storage. This protects the integrity of the database ... 
CREATE INDEX
(lang_createindex.html)
 ... Indexes are removed with the DROP INDEX command. 1.1. Unique Indexes If the UNIQUE keyword appears between CREATE and INDEX then duplicate index entries are not allowed. Any attempt to insert a duplicate entry will result in an error ... 
SQLite Keywords
(lang_keywords.html)
 ... COLUMN COMMIT CONFLICT CONSTRAINT CREATE CROSS CURRENT CURRENT_DATE CURRENT_TIME CURRENT_TIMESTAMP DATABASE DEFAULT DEFERRABLE DEFERRED DELETE DESC DETACH DISTINCT DO DROP EACH ELSE END ESCAPE EXCEPT EXCLUDE EXCLUSIVE EXISTS EXPLAIN FAIL FILTER FIRST FOLLOWING FOR FOREIGN FROM FULL GENERATED GLOB GROUP ... 
The UNION Virtual Table
(unionvtab.html)
 ... If the results of query change, then the union-vtab should be DROP-ed and recreated in order to cause the query to be run again. There must be no overlap in the bands of rowids for the various tables ... 
Recent SQLite News
(news.html)
 ... The performance benchmark that the SQLite developers have used for many years has for the first time dropped below 1 billion CPU cycles (measured using cachegrind) when run in WAL mode. This is less than half the number of CPU ... 
SQLite Download Page
(download.html)
 ... 7e88f62dfd6a0c34ac6378c6807da0378fa96d034f613c515277cd11746c4f8f) Precompiled Binaries for Android sqlite-android-3450300.aar(3.42 MiB) A precompiled Android library containing the core SQLite together with appropriate Java bindings, ready to drop into any Android Studio project.(SHA3-256: db494f2a8708411346b95312b68121615738332b8d0d654f5993e3cecad87bb9) Precompiled Binaries for Linux ... 
 ... The SQLITE_SCHEMA table is automatically updated by commands like CREATE TABLE, CREATE INDEX, DROP TABLE, and DROP INDEX. Temporary tables do not appear in the SQLITE_SCHEMA table. Temporary tables and their indices and triggers occur in another special table named ... 

123456

Page generated by FTS5 in about 49.05 ms.