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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c899 sqlite_int64 rowid
917 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewWideIntObj(rowid));
3056 Tcl_WideInt rowid; local
3061 rowid = sqlite3_last_insert_rowid(pDb->db);
3063 Tcl_SetWideIntObj(pResult, rowid);
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v2.sql135 -- object, we calculate what its identifier should be as the last rowid of
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c2845 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2849 ** is another alias for the rowid.
2851 ** ^The sqlite3_last_insert_rowid(D) interface usually returns the [rowid] of
2852 ** the most recent successful [INSERT] into a rowid table or [virtual table]
2854 ** recorded. ^If no successful [INSERT]s into rowid tables have ever occurred
2862 ** Some virtual table implementations may INSERT rows into rowid tables as
2864 ** to disk). In this case subsequent calls to this function return the rowid
2866 ** unintuitive results. Virtual table implementations that do write to rowid
2868 ** rowid valu
56290 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument
89495 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument
99176 i64 rowid; /* Rowid that P1 current points to */ local
101086 sqlite_int64 rowid = 0; local
246374 i64 rowid = pIter->iRowid; local
254654 i64 rowid; /* This table's current rowid value */ member in struct:Fts5VocabCursor
[all...]

Completed in 736 milliseconds