Home | History | Annotate | Download | only in dist

Lines Matching full:xrowid

5059   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5239 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
64565 assert( u.bi.pModule->xRowid );
64566 rc = u.bi.pModule->xRowid(u.bi.pC->pVtabCursor, &u.bi.v);
111316 ** This is the xRowid method. The SQLite core calls this routine to
111354 ** alias for "rowid", use the xRowid() method to obtain the value.
111748 /* xRowid */ fts3RowidMethod,
120212 ** Rtree virtual table module xRowid method.
121941 rtreeRowid, /* xRowid - read data */