Home | History | Annotate | Download | only in dist

Lines Matching refs:xColumn

5515   int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5701 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
70829 assert( u.cn.pModule->xColumn );
70840 rc = u.cn.pModule->xColumn(pCur->pVtabCursor, &u.cn.sContext, pOp->p2);
70890 ** data is available) and the error code returned when xColumn or
119702 ** This is the xColumn method, called by SQLite to request a value from
120135 /* xColumn */ fts3ColumnMethod,
122255 ** xColumn - Return a column value.
122311 fts3auxColumnMethod, /* xColumn */
131299 ** Rtree virtual table module xColumn method.
133027 rtreeColumn, /* xColumn - read data */