Searched refs:rowid (Results 1 - 5 of 5) sorted by relevance
/external/chromium/chrome/browser/history/ |
H A D | 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...] |
/external/sqlite/dist/orig/ |
H A D | shell.c | 1336 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0); 1349 ** "ORDER BY rowid DESC" to the end. 1369 sqlite3_snprintf(sizeof(zQ2), zQ2, "%s ORDER BY rowid DESC", zQuery);
|
H A D | sqlite3.c | 2201 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available 2205 ** is another alias for the rowid. 2207 ** ^This routine returns the [rowid] of the most recent 2210 ** records the last insert rowid of both ordinary tables and [virtual tables]. 2215 ** method, then this routine will return the [rowid] of the inserted 2239 ** function is running and thus changes the last insert [rowid], 2242 ** last insert [rowid]. 5143 ** ^The final callback parameter is the [rowid] of the row. 5144 ** ^In the case of an update, this is the [rowid] afte 10334 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ member in struct:UnpackedRecord 38030 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument 62557 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument 65279 i64 rowid; member in struct:vdbeExecUnion::OP_IdxRowid_stack_vars 65408 sqlite_int64 rowid; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars 79563 i64 rowid = sqlite3_value_int64(argv[3]); local [all...] |
/external/sqlite/dist/ |
H A D | shell.c | 1341 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0); 1354 ** "ORDER BY rowid DESC" to the end. 1374 sqlite3_snprintf(sizeof(zQ2), zQ2, "%s ORDER BY rowid DESC", zQuery);
|
H A D | sqlite3.c | 2201 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available 2205 ** is another alias for the rowid. 2207 ** ^This routine returns the [rowid] of the most recent 2210 ** records the last insert rowid of both ordinary tables and [virtual tables]. 2215 ** method, then this routine will return the [rowid] of the inserted 2239 ** function is running and thus changes the last insert [rowid], 2242 ** last insert [rowid]. 5143 ** ^The final callback parameter is the [rowid] of the row. 5144 ** ^In the case of an update, this is the [rowid] afte 10334 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ member in struct:UnpackedRecord 38058 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument 62585 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument 65307 i64 rowid; member in struct:vdbeExecUnion::OP_IdxRowid_stack_vars 65436 sqlite_int64 rowid; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars 79599 i64 rowid = sqlite3_value_int64(argv[3]); local [all...] |
Completed in 2514 milliseconds