Home
last modified time | relevance | path

Searched refs:rowid (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py1220 self.cx.execute("update test set b='aaaa' where rowid=1")
1253 self.cx.execute("update test set b='aaaa' where rowid=1")
1363 self.cx.execute("update test set b='aaaa' where rowid=1")
1467 rowid = 2**32
1469 cx.execute("insert into t(rowid, t) values (?, zeroblob(1))", (rowid,))
1470 cx.blobopen('t', 't', rowid)
/third_party/sqlite/src/
H A Dsqlite3.c2786 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2790 ** is another alias for the rowid.
2792 ** ^The sqlite3_last_insert_rowid(D) interface usually returns the [rowid] of
2793 ** the most recent successful [INSERT] into a rowid table or [virtual table]
2795 ** recorded. ^If no successful [INSERT]s into rowid tables have ever occurred
2803 ** Some virtual table implementations may INSERT rows into rowid tables as
2805 ** to disk). In this case subsequent calls to this function return the rowid
2807 ** unintuitive results. Virtual table implementations that do write to rowid
2809 ** rowid valu
55027 sqlite3RowSetInsert(RowSet *p, i64 rowid) global() argument
87509 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) global() argument
96802 i64 rowid; /* Rowid that P1 current points to */ global() local
98652 sqlite_int64 rowid = 0; global() local
235873 i64 rowid = pIter->iRowid; global() local
243538 i64 rowid; /* This table's current rowid value */ global() member
[all...]

Completed in 144 milliseconds