Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h681 #define sqlite3_vtab_rhs_value sqlite3_api->vtab_rhs_value macro
H A Dsqlite3.h4407 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7287 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7291 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7294 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
9878 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
9885 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
9886 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
9888 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
9892 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
9895 ** to some other column or a [host parameter], then sqlite3_vtab_rhs_value()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c4713 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7596 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7600 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7603 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
10208 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
10215 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
10216 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
10218 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
10222 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
10225 ** to some other column or a [host parameter], then sqlite3_vtab_rhs_value()
132604 #define sqlite3_vtab_rhs_value global() macro
160454 SQLITE_API int sqlite3_vtab_rhs_value( global() function
[all...]

Completed in 145 milliseconds