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

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c38 if( sqlite3_value_type(argv[0])==SQLITE_INTEGER ){
H A Dfunc.c72 case SQLITE_INTEGER: z = "integer"; break;
96 case SQLITE_INTEGER:
129 case SQLITE_INTEGER: {
845 case SQLITE_INTEGER:
1239 if( type==SQLITE_INTEGER ){
H A Dattach.c163 case SQLITE_INTEGER:
H A Danalyze.c680 if( eType==SQLITE_INTEGER || eType==SQLITE_FLOAT ){
H A Dvdbeaux.c1208 pMem->type = SQLITE_INTEGER;
1242 pMem->type = SQLITE_INTEGER;
1247 pMem->type = SQLITE_INTEGER;
1252 pMem->type = SQLITE_INTEGER;
H A Dsqlite.h.in3193 #define SQLITE_INTEGER 1
3232 ** [SQLITE_INTEGER | datatype code] for the initial data type
3233 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3616 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Ddate.c724 || eType==SQLITE_INTEGER ){
H A Dvdbeapi.c1122 case SQLITE_INTEGER: {
H A Dvdbemem.c531 pMem->type = SQLITE_INTEGER;
H A Dtclsqlite.c761 case SQLITE_INTEGER: {
1441 case SQLITE_INTEGER: {
H A Dtest1.c3974 case SQLITE_INTEGER:
H A Dvdbe.c172 pMem->type = SQLITE_INTEGER;
/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/chromium_org/sql/
H A Dstatement.cc174 COMPILE_ASSERT(COLUMN_TYPE_INTEGER == SQLITE_INTEGER, integer_no_match);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteStatement.cpp218 case SQLITE_INTEGER: // SQLValue and JS don't represent integers, so use FLOAT -case
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c5496 if( sqlite3_column_type(s, 0)!=SQLITE_INTEGER ||
5497 sqlite3_column_type(s, 1)!=SQLITE_INTEGER ||
6101 if( sqlite3_column_type(s, 1)!=SQLITE_INTEGER ||
6285 if( sqlite3_value_type(ppArg[1]) != SQLITE_INTEGER ||
6641 if( sqlite3_column_type(s, 0)!=SQLITE_INTEGER ||
6642 sqlite3_column_type(s, 1)!=SQLITE_INTEGER ||
6730 if( sqlite3_column_type(s, 0)!=SQLITE_INTEGER ||
6731 sqlite3_column_type(s, 1)!=SQLITE_INTEGER ||
/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.)^
/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 Dshell.c894 }else if( aiType && (aiType[i]==SQLITE_INTEGER
2069 case SQLITE_INTEGER: {
/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 Dshell.c899 }else if( aiType && (aiType[i]==SQLITE_INTEGER
2089 case SQLITE_INTEGER: {
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c769 case SQLITE_INTEGER:
H A Dfts1.c3172 if( sqlite3_value_type(ppArg[1]) != SQLITE_INTEGER ||
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c577 case SQLITE_INTEGER: ctype = "integer"; break;
695 case SQLITE_INTEGER: ctype = "integer"; break;

Completed in 2496 milliseconds

12