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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1309 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0);
1322 ** "ORDER BY rowid DESC" to the end.
1342 sqlite3_snprintf(sizeof(zQ2), zQ2, "%s ORDER BY rowid DESC", zQuery);
H A Dsqlite3.c2166 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2170 ** is another alias for the rowid.
2172 ** ^This routine returns the [rowid] of the most recent
2175 ** records the last insert rowid of both ordinary tables and [virtual tables].
2180 ** method, then this routine will return the [rowid] of the inserted
2204 ** function is running and thus changes the last insert [rowid],
2207 ** last insert [rowid].
5094 ** ^The final callback parameter is the [rowid] of the row.
5095 ** ^In the case of an update, this is the [rowid] afte
10304 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ member in struct:UnpackedRecord
37915 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument
62451 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument
65173 i64 rowid; member in struct:vdbeExecUnion::OP_IdxRowid_stack_vars
65302 sqlite_int64 rowid; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars
79444 i64 rowid = sqlite3_value_int64(argv[3]); local
[all...]

Completed in 335 milliseconds