Home | History | Annotate | Download | only in dist

Lines Matching defs:xColumn

5436   int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
74161 assert( pModule->xColumn );
74172 rc = pModule->xColumn(pCur->pVtabCursor, &sContext, pOp->p2);
74220 ** data is available) and the error code returned when xColumn or
130061 ** This is the xColumn method, called by SQLite to request a value from
130569 /* xColumn */ fts3ColumnMethod,
133128 ** xColumn - Return a column value.
133197 fts3auxColumnMethod, /* xColumn */
136650 ** xColumn - Return a column value.
136710 fts3tokColumnMethod, /* xColumn */
146090 ** Rtree virtual table module xColumn method.
147660 rtreeColumn, /* xColumn - read data */