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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4786 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
4972 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5339 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
5525 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h5398 ** and the prior [xColumn] method call that was invoked to extracted
6792 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
7078 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
9261 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
9269 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
9270 ** the column is not changed by the UPDATE statement, then the xColumn
H A Dsqlite3.c6461 ** and the prior [xColumn] method call that was invoked to extracted
7855 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int); member in struct:sqlite3_module
8141 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
10324 ** If the sqlite3_vtab_nochange(X) routine is called within the [xColumn]
10332 ** If the [xColumn] method calls sqlite3_vtab_nochange() and finds that
10333 ** the column is not changed by the UPDATE statement, then the xColumn
[all...]

Completed in 940 milliseconds