SQLiteStatic
Exposes the SQLite API that does not require initialization.
Inheritors
Properties
Comparator that compare the contents of two buffers containing UTF-8 strings in a case-independent fashion, using the same definition of "case independence" that SQLite uses internally when comparing identifiers.
Returns the options that were defined at compile-time. The SQLITE_ prefix is omitted for each option.
Whether SQLite was compiled with mutexing code omitted due to the SQLITE_THREADSAFE compile-time option being set to 0.
Number of distinct keywords understood by SQLite.
SQLite version number.
Functions
Returns a comparator that compare the contents of two buffers containing UTF-8 strings in a case-independent fashion, using the same definition of "case independence" that SQLite uses internally when comparing identifiers.
Returns the keyword at given index.
Returns true if this seems to form a complete SQL statement. If additional input is needed before sending tbe text into SQLite for parsing, then false is returned.