Searched refs:SQLITE_INTEGER (Results 1 - 10 of 10) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DStmt.java210 * @return column type code, e.g. SQLite.Constants.SQLITE_INTEGER
229 case Constants.SQLITE_INTEGER:
H A DConstants.java149 public static final int SQLITE_INTEGER = 1; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h3880 #define SQLITE_INTEGER 1 macro
3920 ** [SQLITE_INTEGER | datatype code] for the initial data type
3921 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4328 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dshell.c1010 }else if( aiType && (aiType[i]==SQLITE_INTEGER
2330 case SQLITE_INTEGER: {
H A Dsqlite3.c4087 #define SQLITE_INTEGER 1 macro
4127 ** [SQLITE_INTEGER | datatype code] for the initial data type
4128 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4535 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
16096 || eType==SQLITE_INTEGER ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3880 #define SQLITE_INTEGER 1 macro
3920 ** [SQLITE_INTEGER | datatype code] for the initial data type
3921 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4328 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dshell.c1016 }else if( aiType && (aiType[i]==SQLITE_INTEGER
2352 case SQLITE_INTEGER: {
H A Dsqlite3.c4087 #define SQLITE_INTEGER 1 macro
4127 ** [SQLITE_INTEGER | datatype code] for the initial data type
4128 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4535 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
16096 || eType==SQLITE_INTEGER ){
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c577 case SQLITE_INTEGER: ctype = "integer"; break;
695 case SQLITE_INTEGER: ctype = "integer"; break;
/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 415 milliseconds