OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rowid
(Results
1 - 3
of
3
) 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
...]
/external/sqlite/dist/
sqlite3.c
9559
i64
rowid
; \/* Used by UNPACKED_PREFIX_SEARCH *\/
member in struct:UnpackedRecord
[
all
...]
/prebuilt/common/jython/
jython.jar
Completed in 82 milliseconds