Searched refs:xColumn (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1377 int function (sqlite3_vtab_cursor*, sqlite3_context*, int) xColumn;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h5711 ** and the prior [xColumn] method call that was invoked to extracted
7305 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
7627 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
9830 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9838 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9839 ** the column is not changed by the UPDATE statement, then the xColumn
H A Dsqlite3.c6024 ** and the prior [xColumn] method call that was invoked to extracted
7618 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
7940 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
10143 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10151 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10152 ** the column is not changed by the UPDATE statement, then the xColumn
[all...]

Completed in 768 milliseconds