| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | README.md | 29 the next step can pass in a config object which abstracts away parts 42 Another semi-third-party API which creates bindings between JS 54 version of the library against which this module was built. 60 component" and can be elided from builds which do not want it. 62 A Worker-thread-based API which uses OO API #1 to provide an 63 interface to a database which can be driven from the main Window 70 and runs the Worker #1 API which is implemented in 78 is an sqlite3 VFS implementation which supports Google Chrome's 92 process, which is what finally executes the initialization code 99 `sqlite3-api.js`, which is everything except for the `post-js-*.js` [all …]
|
| H A D | sqlite3-api-prologue.js | 1377 const __kvvfsInfo = function(which){ argument 1379 rc.prefix = 'kvvfs-'+which; 1381 if('session'===which || ""===which) rc.stores.push(self.sessionStorage); 1382 if('local'===which || ""===which) rc.stores.push(self.localStorage); 1399 capi.sqlite3_js_kvvfs_clear = function(which=""){ argument 1401 const kvinfo = __kvvfsInfo(which); 1432 capi.sqlite3_js_kvvfs_size = function(which=""){ argument 1434 const kvinfo = __kvvfsInfo(which);
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 8 Welcome to Jaccwabyt, a JavaScript API which creates bindings for 133 description, which inherit from 393 instances which have not been manually disposed. 515 Struct Binders are factories which are created by the 534 described by its argument(s), each of which derives from 560 [StructType][] for which this Struct Binder has created a 665 which refer to C-side struct counterparts. 767 of this struct type or a pointer which resolves to one. 794 [StructBinder][] which created this class. 853 object which contains it, which makes the whole thing more costly [all …]
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | README.md | 32 The following needs to be run for each shell instance which needs the 39 $ which emcc 61 test and demo applications which can be accessed via 73 That will open the system's browser and run the index page, from which 78 flag, which causes althttpd to emit two HTTP response headers which 81 features in the apps which use them.
|
| /sqlite-3.40.0/test/ |
| H A D | genesis.tcl | 31 …nd God made the firmament, and divided the waters which were under the firmament from the waters w… 53 …I have given you every herb bearing seed, which is upon the face of all the earth, and every tree,… 57 … on the seventh day God ended his work which he had made; and he rested on the seventh day from al… 385 …docid,words) VALUES(1014024,'Save only that which the young men have eaten, and the portion of the… 613 …LUES(1023017,'And the field of Ephron which was in Machpelah, which was before Mamre, the field, a… 916 …he carried away all his cattle, and all his goods which he had gotten, the cattle of his getting, … 1033 …ok their sheep, and their oxen, and their asses, and that which was in the city, and that which wa… 1040 …ll the strange gods which were in their hand, and all their earrings which were in their ears; and… 1410 …7,'And they told him all the words of Joseph, which he had said unto them: and when he saw the wag… 1438 …046027,'And the sons of Joseph, which were born him in Egypt, were two souls: all the souls of the… [all …]
|
| H A D | corruptF.test | 74 # is page 6, which is also the right-most leaf page in table t1. 90 # When the t1 cursor reaches page 6 (which is both the right-most leaf of 92 # it (which at this point are keys that have been inserted into t4). And 97 # its iteration, which causes an assert() to fail. 127 # is page 5, which is also the right-most leaf page in table t1.
|
| H A D | fts3b.test | 43 # The VACUUM renumbered the t1_content table in fts2, which breaks 54 # to generate a hole in the %_segments table, which needs more than 16 56 # we need to merge a mult-level tree, which is where the 10,000 comes 98 # The VACUUM renumbered the t2_segment table in fts2, which would 139 # fts3 adds a new implicit column, docid, which acts as an alias for
|
| H A D | fts2n.test | 74 # Prefix which should only hit one document. 143 # Prefix which should only hit one document. 150 # Test with a segment which will have multiple levels in the tree. 190 # time. Prefix hits can cross leaves, which the code above _should_
|
| H A D | loadext.test | 140 # Try to load an extension for which the file does not exist. 150 # Try to load an extension for which the file is not a shared object 165 # Try to load an extension for which the file is present but the 178 # Try to load an extension for which the entry point fails (returns non-zero)
|
| H A D | tkt-3fe897352e.test | 20 # The following tests use hex_to_utf16be() and hex_to_utf16le() which 21 # which are only available if SQLite is built with UTF16 support.
|
| H A D | conflict3.test | 206 # Change which column is the PRIMARY KEY 236 # Change which column is the PRIMARY KEY 266 # Change which column is the PRIMARY KEY 296 # Change which column is the PRIMARY KEY 326 # Change which column is the PRIMARY KEY
|
| H A D | fts1k.test | 44 # The snippet-generation code has calls to isspace() which are sort of 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | analyzeG.test | 44 # know this, so it has no preference as to which order the tables are 67 # of the order in which the tables are specified in the FROM clause.
|
| H A D | fts2l.test | 44 # The snippet-generation code has calls to isspace() which are sort of 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | e_delete.test | 74 # those rows for which the WHERE clause boolean expression is true are 77 # EVIDENCE-OF: R-23360-48280 Rows for which the expression is false or 148 # EVIDENCE-OF: R-28818-63526 If the table to which the trigger is 206 # EVIDENCE-OF: R-31567-38587 If the table to which the trigger is 451 # is used only to determine which rows fall within the LIMIT. The order 452 # in which rows are deleted is arbitrary and is not influenced by the
|
| H A D | fts3al.test | 44 # The snippet-generation code has calls to isspace() which are sort of 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | tkt2767.test | 54 # DELETE trigger 32 times, which should overflow the VDBE stack if 66 # UPDATE trigger 32 times, which should overflow the VDBE stack if
|
| H A D | fts3an.test | 74 # Prefix which should only hit one document. 143 # Prefix which should only hit one document. 150 # Test with a segment which will have multiple levels in the tree.
|
| H A D | fts2e.test | 21 # Construct a full-text search table containing keywords which are the 23 # which are used for the rowid. There are a total of 30 INSERT and
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 57 some messages telling which features it is checking for. 92 distcheck', which can by used by developers to test that all other 213 --enable-silent-rules' sets the default to minimal output, which can be 215 --disable-silent-rules' sets the default to verbose, which can be 229 HP-UX `make' updates targets which have the same time stamps as 230 their prerequisites, which makes it generally unusable when shipped 264 type, such as `sun4', or a canonical name which has the form: 283 "host" platform (i.e., that on which the generated programs will 350 Do not print messages saying which checks are being made. To
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | user-auth.txt | 109 which guarantees that there is always an admin user and hence that 120 which is the username of the currently logged in user, or NULL for a 147 The result of sqlite_crypt(X,Y) is another blob which is the value that 158 which prevents passwords from being revealed by searching the raw database
|
| /sqlite-3.40.0/tool/ |
| H A D | genfkey.README | 7 implemented using SQL triggers, which SQLite does support. This text 23 "parent" for which the expression (child.d==parent.a AND child.e==parent.b) 89 is indirect (for example if table A references table B which references 118 program to be used to upgrade a database schema for which foreign key
|
| /sqlite-3.40.0/ |
| H A D | spec.template | 21 administer an SQLite database and which serves as an example of how to 25 Summary: Header files and libraries for developing apps which will use sqlite
|
| H A D | README.md | 73 First create a directory in which to place 131 which is the main program for the "sqlite3.exe" 133 the "tclsqlite.c" file which implements the 162 The SQLite interface is defined by the **sqlite3.h** header file, which is 173 The SQL language parser is **parse.c** which is generated from a grammar in 186 the **opcodes.c** source file, which contains a reverse mapping from 262 which defines internal data objects. The rest of SQLite interacts
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.syntax | 23 formats; the standard syntax, which is used by default, and the enhanced 24 query syntax which can be selected by compiling with the pre-processor 64 not matter which of the two terms occurs first in the document, only that 79 which is in turn separated by not more than 5 other tokens from an 110 character, which indicates that matching rows must not contain the
|