Lines Matching refs:xColumn
6414 ** the prior [xColumn] method call that was invoked to extract
8022 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
8348 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
10614 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10622 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10623 ** the column is not changed by the UPDATE statement, then the xColumn
94523 ** If this routine is invoked from within an xColumn method of a virtual
94529 ** xColumn method of a virtual table, then the return value is meaningless
100024 /* Values with MEM_Null and MEM_Zero are created by xColumn virtual
104995 ** function to return true inside the xColumn method of the virtual
105019 assert( pModule->xColumn );
105034 rc = pModule->xColumn(pCur->uc.pVCur, &sContext, pOp->p2);
105075 ** data is available) and the error code returned when xColumn or
109586 /* xColumn */ bytecodevtabColumn,
147587 /* The xColumn method simply returns the corresponding column from
147627 pragmaVtabColumn, /* xColumn - read data */
197063 ** This is the xColumn method, called by SQLite to request a value from
197673 /* xColumn */ fts3ColumnMethod,
200299 ** xColumn - Return a column value.
200368 fts3auxColumnMethod, /* xColumn */
203894 ** xColumn - Return a column value.
203954 fts3tokColumnMethod, /* xColumn */
217984 jsonEachColumn, /* xColumn - read data */
219853 ** Rtree virtual table module xColumn method.
221471 rtreeColumn, /* xColumn - read data */
223944 ** GEOPOLY virtual table module xColumn method.
224172 geopolyColumn, /* xColumn - read data */
232042 ** by the xColumn() and xRowid() methods.
232251 statColumn, /* xColumn - read data */
232756 dbpageColumn, /* xColumn - read data */
233171 carrayColumn, /* xColumn - read data */
259592 fts5structColumnMethod, /* xColumn */
259839 /* "rank" function. Populated on demand from vtab.xColumn(). */
262667 ** This is the xColumn method, called by SQLite to request a value from
263396 /* xColumn */ fts5ColumnMethod,
268474 /* xColumn */ fts5VocabColumnMethod,
268803 stmtColumn, /* xColumn - read data */