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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h637 #define sqlite3_value_nochange sqlite3_api->value_nochange macro
H A Dsqlite3.h5654 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
5708 ** sqlite3_value_nochange(X) interface returns true if and only if
5715 ** sqlite3_value_nochange(X) is true will in all other respects appear
5716 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
5769 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
9842 ** In that case, [sqlite3_value_nochange(X)] will return true for the
H A Dsqlite3.c5967 ** <tr><td><b>sqlite3_value_nochange&nbsp;&nbsp;</b>
6021 ** sqlite3_value_nochange(X) interface returns true if and only if
6028 ** sqlite3_value_nochange(X) is true will in all other respects appear
6029 ** to be a NULL value. If sqlite3_value_nochange(X) is invoked anywhere other
6082 SQLITE_API int sqlite3_value_nochange(sqlite3_value*);
10155 ** In that case, [sqlite3_value_nochange(X)] will return true for the
90207 SQLITE_API int sqlite3_value_nochange(sqlite3_value *pVal){ function
136109 #define sqlite3_value_nochange macro
[all...]

Completed in 694 milliseconds