Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xColumn

5145   int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
68076 assert( u.cj.pModule->xColumn );
68087 rc = u.cj.pModule->xColumn(pCur->pVtabCursor, &u.cj.sContext, pOp->p2);
68137 ** data is available) and the error code returned when xColumn or
112107 recoverColumn, /* xColumn - read data */
116211 ** This is the xColumn method, called by SQLite to request a value from
116628 /* xColumn */ fts3ColumnMethod,
117164 ** xColumn - Return a column value.
117220 fts3auxColumnMethod, /* xColumn */
125408 ** Rtree virtual table module xColumn method.
127094 rtreeColumn, /* xColumn - read data */