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

  /external/chromium/chrome/browser/history/
text_database.cc 37 // keep in sync between the two tables. The internal rowid is the only part of
39 // free since sqlite always indexes the internal rowid.
228 int64 rowid = db_.GetLastInsertRowId(); local
230 // Add to the info table with the same rowid.
232 "INSERT INTO info (rowid, time) VALUES (?,?)"));
237 add_to_info.BindInt64(0, rowid);
252 "SELECT info.rowid "
253 "FROM info JOIN pages ON info.rowid = pages.rowid "
265 "DELETE FROM pages WHERE rowid=?"))
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 328 final long rowid = cursor.getLong(rowidPos);
335 onClickIntent.putExtra("select_id", rowid);
  /external/sqlite/dist/
shell.c.orig     [all...]
shell.c     [all...]
sqlite3.c 9559 i64 rowid; \/* Used by UNPACKED_PREFIX_SEARCH *\/ member in struct:UnpackedRecord
    [all...]
sqlite3.c.orig     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 6321 milliseconds