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/chromium/app/sql/
H A Dstatement.cc148 COMPILE_ASSERT(COLUMN_TYPE_INTEGER == SQLITE_INTEGER, integer_no_match);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp314 case SQLITE_INTEGER: // SQLValue and JS don't represent integers, so use FLOAT -case
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2800 #define SQLITE_INTEGER 1 macro
2837 ** [SQLITE_INTEGER | datatype code] for the initial data type
2838 ** of the result column. The returned value is one of [SQLITE_INTEGER],
3193 ** The [SQLITE_INTEGER | datatype] after conversion is returned.
/external/sqlite/dist/orig/
H A Dsqlite3.h3513 #define SQLITE_INTEGER 1 macro
3552 ** [SQLITE_INTEGER | datatype code] for the initial data type
3553 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3936 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c4063 #define SQLITE_INTEGER 1 macro
4102 ** [SQLITE_INTEGER | datatype code] for the initial data type
4103 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4486 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
10402 i64 i; /* Value if eType is SQLITE_INTEGER */
10404 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12987 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
14301 || eType==SQLITE_INTEGER ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3513 #define SQLITE_INTEGER 1 macro
3552 ** [SQLITE_INTEGER | datatype code] for the initial data type
3553 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3936 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c4063 #define SQLITE_INTEGER 1 macro
4102 ** [SQLITE_INTEGER | datatype code] for the initial data type
4103 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4486 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
10402 i64 i; /* Value if eType is SQLITE_INTEGER */
10404 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12987 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
14301 || eType==SQLITE_INTEGER ){
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c578 case SQLITE_INTEGER: ctype = "integer"; break;
696 case SQLITE_INTEGER: ctype = "integer"; break;

Completed in 2522 milliseconds