Searched refs:boolean (Results 1 – 21 of 21) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 644 TypeIds.boolean = { id: 3, size: 4, getter: 'getInt32', setter: 'setInt32' }; 654 case TypeIds.boolean.id: return TypeIds.boolean;
|
| H A D | sqlite3-api-oo1.js | 296 boolean: 4, property 1151 case BindTypes.boolean: 1286 case BindTypes.boolean:
|
| H A D | sqlite3-api-opfs.js | 450 TypeIds.boolean = { id: 3, size: 4, getter: 'getInt32', setter: 'setInt32' }; 461 case TypeIds.boolean.id: return TypeIds.boolean;
|
| /sqlite-3.40.0/autoconf/ |
| H A D | README.txt | 24 The following SQLite specific boolean options are supported:
|
| /sqlite-3.40.0/test/ |
| H A D | mjournal.test | 108 # Like [do_execsql_test], except that a boolean indicating whether or
|
| H A D | fts3expr2.test | 44 # expression tree by varying the following boolean properties:
|
| H A D | pragma2.test | 129 # cache_spill=boolean; PRAGMA schema.cache_spill=N;
|
| H A D | e_select2.test | 74 # The script must return a boolean value - true if the combination of rows 373 # boolean expression. Only rows for which the expression evaluates to
|
| H A D | with1.test | 1145 # such a label might be later confused for the boolean literals of 1148 # began recognizing "true" and "false" as boolean literals, but also
|
| H A D | autoindex1.test | 15 # automatic_index = boolean; Query, set, or clear the automatic indexing
|
| H A D | e_delete.test | 74 # those rows for which the WHERE clause boolean expression is true are
|
| H A D | e_select.test | 515 # boolean expression. Only rows for which the expression evaluates to 553 # product as a boolean expression. Only rows for which all such 734 # expression is evaluated for each row in the input data as a boolean 1070 # evaluated once for each group of rows as a boolean expression. If the
|
| H A D | malloc3.test | 195 # An SQL primitive parameter is a list of three elements, an id, a boolean
|
| H A D | table.test | 330 [14_vac] boolean,
|
| H A D | e_update.test | 150 # rows for which the WHERE clause boolean expression is true.
|
| H A D | tester.tcl | 531 } elseif {[string is boolean -strict $cmdlinearg(verbose)]==0} {
|
| H A D | shell1.test | 222 } {1 {ERROR: Not a boolean value: "1 2 3". Assuming "no".}}
|
| H A D | e_expr.test | 1157 # WHEN expression is evaluated and the result treated as a boolean,
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 1074 ** pointer to an integer and it writes a boolean into that integer depending 1841 ** type int, interpreted as a boolean, which if true provides a hint to 1851 ** interpreted as a boolean, which enables or disables the collection of 2002 ** argument which is interpreted as a boolean in order to enable or disable 2126 #define SQLITE_CONFIG_MEMSTATUS 9 /* boolean */ 2144 #define SQLITE_CONFIG_SMALL_MALLOC 27 /* boolean */ 3579 ** <li> <b>nolock</b>: ^The nolock parameter is a boolean query parameter 3586 ** <li> <b>immutable</b>: ^The immutable parameter is a boolean query 3696 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
|
| H A D | shell.c.in | 5337 ** Interpret zArg as either an integer or a boolean value. Return 1 or 0 5354 utf8_printf(stderr, "ERROR: Not a boolean value: \"%s\". Assuming \"no\".\n", 5360 ** Set or clear a shell flag according to a boolean value. 9894 if( cli_strncmp(azArg[0]+9, "boolean", n-9)==0 ){
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 7436 dnl Simply set some default values (i.e off) if boolean options were not
|