Home | History | Annotate | Download | only in orig

Lines Matching defs:xRowid

5437   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
72433 assert( pModule->xRowid );
72434 rc = pModule->xRowid(pC->pVtabCursor, &v);
130029 ** This is the xRowid method. The SQLite core calls this routine to
130065 ** alias for "rowid", use the xRowid() method to obtain the value.
130550 /* xRowid */ fts3RowidMethod,
133137 ** xRowid - Return the current rowid for the cursor.
133166 fts3auxRowidMethod, /* xRowid */
136650 ** xRowid - Return the current rowid for the cursor.
136679 fts3tokRowidMethod, /* xRowid */
146044 ** Rtree virtual table module xRowid method.
147629 rtreeRowid, /* xRowid - read data */