Home
last modified time | relevance | path

Searched refs:JFUNCTION (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19138 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ macro
218019 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc),
218020 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc),
218021 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc),
218022 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc),
218023 JFUNCTION(json_array_insert, -1,1,1, 1,0,JSON_AINS, jsonSetFunc),
218024 JFUNCTION(jsonb_array_insert,-1,1,0, 1,1,JSON_AINS, jsonSetFunc),
218025 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc),
218026 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc),
218027 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc),
[all …]