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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile220 sqlite3_vtab_rhs_value.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h682 #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value macro
H A Dsqlite3.h4516 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7495 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7499 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7502 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
10090 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
10097 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
10098 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
10100 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
10104 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
10107 ** to some other column or a [host parameter], then sqlite3_vtab_rhs_value()
[all...]
H A Dsqlite3.c4829 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7808 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7812 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7815 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
10403 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
10410 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
10411 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
10413 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
10417 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
10420 ** to some other column or a [host parameter], then sqlite3_vtab_rhs_value()
136154 #define sqlite3_vtab_rhs_value macro
165066 SQLITE_API int sqlite3_vtab_rhs_value( function
[all...]

Completed in 595 milliseconds