Lines Matching refs:sqlite3_vtab_rhs_value
4393 ** ^The sqlite3_value objects returned by [sqlite3_vtab_rhs_value()]
7235 ** the [sqlite3_vtab_rhs_value()] interface. Usually the right-hand
7239 ** sqlite3_vtab_rhs_value() probably will not be able to extract it.
7242 ** and hence calls to sqlite3_vtab_rhs_value() for those operators will
9826 ** ^When the sqlite3_vtab_rhs_value(P,J,V) interface is invoked from within
9833 ** ^The sqlite3_vtab_rhs_value(P,J,V) interface returns SQLITE_OK if
9834 ** and only if *V is set to a value. ^The sqlite3_vtab_rhs_value(P,J,V)
9836 ** constraint is not available. ^The sqlite3_vtab_rhs_value() interface
9840 ** The sqlite3_vtab_rhs_value() interface is usually only successful if
9843 ** to some other column or a [host parameter], then sqlite3_vtab_rhs_value()
9848 ** constraints, sqlite3_vtab_rhs_value() always returns SQLITE_NOTFOUND.)^
9853 ** sqlite3_vtab_rhs_value() is automatically deallocated.
9858 int sqlite3_vtab_rhs_value(sqlite3_index_info*, int, sqlite3_value **ppVal);