Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xRowid

5146   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
66507 assert( u.bi.pModule->xRowid );
66508 rc = u.bi.pModule->xRowid(u.bi.pC->pVtabCursor, &u.bi.v);
112108 recoverRowid, /* xRowid - read data */
116190 ** This is the xRowid method. The SQLite core calls this routine to
116228 ** alias for "rowid", use the xRowid() method to obtain the value.
116629 /* xRowid */ fts3RowidMethod,
117192 ** xRowid - Return the current rowid for the cursor.
117221 fts3auxRowidMethod, /* xRowid */
125395 ** Rtree virtual table module xRowid method.
127095 rtreeRowid, /* xRowid - read data */