Searched refs:JFUNCTION (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 18513 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ macro 213381 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc), 213382 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc), 213383 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc), 213384 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc), 213385 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc), 213386 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc), 213387 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc), 213388 JFUNCTION(json_extract, -1,1,1, 0,0,0, jsonExtractFunc), 213389 JFUNCTION(jsonb_extract, -1,1,0, 0,1,0, jsonExtractFunc), [all …]
|