Distinctive Features Of SQLite
(different.html)
... Programs that use SQLite require no administrative support
for setting up the database engine before they are run. Any program
that is able to access the disk is able to use an SQLite database.
On the other hand, a database ...
|
Date And Time Functions
(lang_datefunc.html)
... The 's' character at the end of the modifier names in 1 through 6 is optional.
The NNN value can be any floating point number, with an optional '+' or '-' prefix.
The time shift modifiers (7 through 13) move the time ...
|
TH3
(th3.html)
... The error
reporting lines always begin with a single space character so that they
can be quickly extracted from large output files using:
grep "^ "
The default output shows the beginning and end of each configuration
and test module combination ...
|
SQLite Changes From Version 3.4.2 To 3.5.0
(34to35.html)
... If xOpen() opens a file read-only then it sets *pOutFlags to
include SQLITE_OPEN_READONLY. Other bits in *pOutFlags may be
set.
SQLite will also add one of the following flags to the xOpen()
call, depending on the object being opened ...
|
Database File Format
(fileformat.html)
... 604
The "user version" as read and set by the user_version pragma.
644
True (non-zero) for incremental-vacuum mode. False (zero) otherwise.
684
The "Application ID" set by PRAGMA application_id.
7220
Reserved for expansion. Must be zero.
924
The ...
|
Result and Error Codes
(rescode.html)
... Primary result code symbolic names are of the form "SQLITE_XXXXXX" where
XXXXXX is a sequence of uppercase alphabetic characters. Extended
result code names are of the form "SQLITE_XXXXXX_YYYYYYY" where
the XXXXXX part is the corresponding primary result code and the ...
|
The Virtual Database Engine of SQLite
(vdbe.html)
... The
sort key is formed by prepending one character from P3 to each string
and concatenating all the strings. The sort comparison function will
look at this character to determine whether the sort order is
ascending or descending, and whether ...
|
Page generated by FTS5 in about 54.04 ms.