HomeSort by: relevance | last modified time | path
    Searched refs:xColumn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 6093 ** the prior [xColumn] method call that was invoked to extract
7701 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
8027 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
10293 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10301 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10302 ** the column is not changed by the UPDATE statement, then the xColumn
sqlite3.c 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
    [all...]

Completed in 112 milliseconds