Small. Fast. Reliable.
Choose any three.
Search:
Look in:

Wiki Page ClientServer
... exsisting sqlite library. Problems: 1:Since the callback and VM API's would be to slow over networ ...

Wiki Page CorruptionFollowingBusyError
... ef.html#sqlite3_progress_handler progress handler callback} returning non-zero. The return codes for ...

Wiki Page ExtendedResultCodes
... It might be better to return them from a separate callback, say, =sqlite3_os_errcode()=, guaranteed ...

Wiki Page LoadableLibraries
... language API could be called, for example, by the callback routines of sqlite3_collation_needed(). ...

Wiki Page MultiThreading
... eTrying) { retval = sqlite_exec(db, sqlQuery, callback, 0, &msg); switch (retval) { ca ...

Wiki Page NonCallbackApi
The use of a callback to report row data in SQLite is simple to describe, but it is often inconveni ...

Wiki Page PrecompiledSql
... s returned by sqlite_compile() - same query, same callback, same callback context pointer. So if you ...

Wiki Page QuickStartMingw
... include <stdio.h> #include <sqlite.h> static int callback(void *NotUsed, int argc, char **argv, cha ...

Wiki Page SqliteNetwork
... g C client allows access to the server using exec/callback functions similiar to those in the C API ...

Wiki Page SqliteWikiFaq
... e3.dll API functions (for Windows) and for SQLite callback functions (for sqlite3_exec function)?{li ...

Wiki Page UndoRedo
... ::barrier will be called automatically as an idle callback. When the user presses the Undo button, ...

Wiki Page VirtualTables
... ueries from and updates to a virtual table invoke callback methods on the virtual table object inste ...

Wiki Page BlueSky
... char *sqlfmt, int (*xCallback)(void*,int,char**,char**), ...