HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_INTEGER (Results 1 - 13 of 13) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 210 * @return column type code, e.g. SQLite.Constants.SQLITE_INTEGER
229 case Constants.SQLITE_INTEGER:
Constants.java 149 public static final int SQLITE_INTEGER = 1;
  /external/chromium/app/sql/
statement.cc 148 COMPILE_ASSERT(COLUMN_TYPE_INTEGER == SQLITE_INTEGER, integer_no_match);
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.cpp 314 case SQLITE_INTEGER: // SQLValue and JS don't represent integers, so use FLOAT -case
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 640 public static final int SQLITE_INTEGER = 1;
657 Constants.SQLITE_INTEGER, st.column_type(i));
665 assertEquals(Constants.SQLITE_INTEGER, st.column_type(12));
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 604 } else if (type == SQLITE_INTEGER) {
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 578 case SQLITE_INTEGER: ctype = "integer"; break;
696 case SQLITE_INTEGER: ctype = "integer"; break;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 417 milliseconds