Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 21 of 21) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js644 TypeIds.boolean = { id: 3, size: 4, getter: 'getInt32', setter: 'setInt32' };
654 case TypeIds.boolean.id: return TypeIds.boolean;
H A Dsqlite3-api-oo1.js296 boolean: 4, property
1151 case BindTypes.boolean:
1286 case BindTypes.boolean:
H A Dsqlite3-api-opfs.js450 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 DREADME.txt24 The following SQLite specific boolean options are supported:
/sqlite-3.40.0/test/
H A Dmjournal.test108 # Like [do_execsql_test], except that a boolean indicating whether or
H A Dfts3expr2.test44 # expression tree by varying the following boolean properties:
H A Dpragma2.test129 # cache_spill=boolean; PRAGMA schema.cache_spill=N;
H A De_select2.test74 # 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 Dwith1.test1145 # 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 Dautoindex1.test15 # automatic_index = boolean; Query, set, or clear the automatic indexing
H A De_delete.test74 # those rows for which the WHERE clause boolean expression is true are
H A De_select.test515 # 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 Dmalloc3.test195 # An SQL primitive parameter is a list of three elements, an id, a boolean
H A Dtable.test330 [14_vac] boolean,
H A De_update.test150 # rows for which the WHERE clause boolean expression is true.
H A Dtester.tcl531 } elseif {[string is boolean -strict $cmdlinearg(verbose)]==0} {
H A Dshell1.test222 } {1 {ERROR: Not a boolean value: "1 2 3". Assuming "no".}}
H A De_expr.test1157 # WHEN expression is evaluated and the result treated as a boolean,
/sqlite-3.40.0/src/
H A Dsqlite.h.in1074 ** 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 Dshell.c.in5337 ** 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 Daclocal.m47436 dnl Simply set some default values (i.e off) if boolean options were not