Home | History | Annotate | Download | only in dist

Lines Matching full:xrowid

5066   int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5246 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
64572 assert( u.bi.pModule->xRowid );
64573 rc = u.bi.pModule->xRowid(u.bi.pC->pVtabCursor, &u.bi.v);
111344 ** This is the xRowid method. The SQLite core calls this routine to
111382 ** alias for "rowid", use the xRowid() method to obtain the value.
111776 /* xRowid */ fts3RowidMethod,
120243 ** Rtree virtual table module xRowid method.
121972 rtreeRowid, /* xRowid - read data */