Searched refs:JSON_ISSET (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 212742 #define JSON_ISSET 0x04 /* json_set(), not json_insert() */ macro 218045 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc), 218046 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),
|