Searched defs:SQLITE_TEXT (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqlite.w32.h | 442 ** constants SQLITE_NUMERIC, SQLITE_TEXT, or SQLITE_ARGS or it 445 ** argument is SQLITE_NUMERIC or SQLITE_TEXT. If the argument is 457 #define SQLITE_TEXT (-2) macro
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 3884 ** KEYWORDS: SQLITE_TEXT 3898 ** Note that the SQLITE_TEXT constant was also used in SQLite version 2 3901 ** SQLITE_TEXT. 3907 #ifdef SQLITE_TEXT 3908 # undef SQLITE_TEXT macro 3910 # define SQLITE_TEXT 3 macro 3944 ** [SQLITE_FLOAT], [SQLITE_TEXT], [SQLITE_BLOB], or [SQLITE_NULL]. The value 10107 char *z; /* Value if eType is SQLITE_TEXT or SQLITE_BLOB */ 12638 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */ [all...] |
| H A D | sqlite3.h | 3337 ** KEYWORDS: SQLITE_TEXT 3351 ** Note that the SQLITE_TEXT constant was also used in SQLite version 2 3354 ** SQLITE_TEXT. 3360 #ifdef SQLITE_TEXT 3361 # undef SQLITE_TEXT macro 3363 # define SQLITE_TEXT 3 macro 3397 ** [SQLITE_FLOAT], [SQLITE_TEXT], [SQLITE_BLOB], or [SQLITE_NULL]. The value
|
Completed in 157 milliseconds