Searched defs:SQLITE_INTEGER (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h1407 #define SQLITE_INTEGER 1 macro
1434 ** [SQLITE_INTEGER | datatype code] for the initial data type
1435 ** of the result column. The returned value is one of [SQLITE_INTEGER],
1719 ** [SQLITE_INTEGER | datatype] after conversion is returned.
/external/sqlite/dist/
H A Dsqlite3.h2895 #define SQLITE_INTEGER 1 macro
2934 ** [SQLITE_INTEGER | datatype code] for the initial data type
2935 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3282 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c3419 #define SQLITE_INTEGER 1 macro
3458 ** [SQLITE_INTEGER | datatype code] for the initial data type
3459 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3806 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
8976 double r; /* Value if eType is SQLITE_FLOAT or SQLITE_INTEGER */
8978 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
11672 || eType==SQLITE_INTEGER ){
17657 ** one of SQLITE_NULL, SQLITE_INTEGER, SQLITE_REAL, SQLITE_TEXT or
17673 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
[all...]

Completed in 235 milliseconds