HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_INTEGER (Results 1 - 12 of 12) 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);
  /frameworks/base/core/jni/
android_database_SQLiteQuery.cpp 120 } else if (type == SQLITE_INTEGER) {
  /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/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 578 case SQLITE_INTEGER: ctype = "integer"; break;
696 case SQLITE_INTEGER: ctype = "integer"; break;
    [all...]

Completed in 1242 milliseconds