Lines Matching refs:xColumn
5436 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
74141 assert( pModule->xColumn );
74152 rc = pModule->xColumn(pCur->pVtabCursor, &sContext, pOp->p2);
74200 ** data is available) and the error code returned when xColumn or
130041 ** This is the xColumn method, called by SQLite to request a value from
130549 /* xColumn */ fts3ColumnMethod,
133096 ** xColumn - Return a column value.
133165 fts3auxColumnMethod, /* xColumn */
136618 ** xColumn - Return a column value.
136678 fts3tokColumnMethod, /* xColumn */
146058 ** Rtree virtual table module xColumn method.
147628 rtreeColumn, /* xColumn - read data */