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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java149 public static final int SQLITE_INTEGER = 1; field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3198 #define SQLITE_INTEGER 1 macro
3237 ** [SQLITE_INTEGER | datatype code] for the initial data type
3238 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3621 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c3741 #define SQLITE_INTEGER 1 macro
3780 ** [SQLITE_INTEGER | datatype code] for the initial data type
3781 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4164 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
9840 double r; /* Value if eType is SQLITE_FLOAT or SQLITE_INTEGER */
9842 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12364 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
13573 || eType==SQLITE_INTEGER ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h3738 #define SQLITE_INTEGER 1 macro
3777 ** [SQLITE_INTEGER | datatype code] for the initial data type
3778 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4181 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c3853 #define SQLITE_INTEGER 1 macro
3892 ** [SQLITE_INTEGER | datatype code] for the initial data type
3893 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4296 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
15366 || eType==SQLITE_INTEGER ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3738 #define SQLITE_INTEGER 1 macro
3777 ** [SQLITE_INTEGER | datatype code] for the initial data type
3778 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4181 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c3853 #define SQLITE_INTEGER 1 macro
3892 ** [SQLITE_INTEGER | datatype code] for the initial data type
3893 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4296 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
15366 || eType==SQLITE_INTEGER ){
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1031 milliseconds