Home | History | Annotate | Download | only in dist

Lines Matching refs:xRowid

4691   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4861 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
56517 assert( u.bi.pModule->xRowid );
56518 rc = u.bi.pModule->xRowid(u.bi.pC->pVtabCursor, &u.bi.v);
100618 ** This is the xRowid method. The SQLite core calls this routine to
100651 ** alias for "rowid", use the xRowid() method to obtain the value.
101045 /* xRowid */ fts3RowidMethod,
108431 ** Rtree virtual table module xRowid method.
110040 rtreeRowid, /* xRowid - read data */