Module jsonb_contains

Source

Staticsยง

_LINKME_ELEMENT_jsonb_contained_jsonb_jsonb_boolean ๐Ÿ”’
_LINKME_ELEMENT_jsonb_contains_jsonb_jsonb_boolean ๐Ÿ”’
_LINKME_ELEMENT_jsonb_exists_all_jsonb_varchararray_boolean ๐Ÿ”’
_LINKME_ELEMENT_jsonb_exists_any_jsonb_varchararray_boolean ๐Ÿ”’
_LINKME_ELEMENT_jsonb_exists_jsonb_varchar_boolean ๐Ÿ”’

Functionsยง

jsonb_contained ๐Ÿ”’
Is the first JSON value contained in the second?
jsonb_contained_jsonb_jsonb_boolean ๐Ÿ”’
jsonb_contains ๐Ÿ”’
Does the first JSON value contain the second?
jsonb_contains_jsonb_jsonb_boolean ๐Ÿ”’
jsonb_exists ๐Ÿ”’
Does the text string exist as a top-level key or array element within the JSON value?
jsonb_exists_all ๐Ÿ”’
Do all of the strings in the text array exist as top-level keys or array elements?
jsonb_exists_all_jsonb_varchararray_boolean ๐Ÿ”’
jsonb_exists_any ๐Ÿ”’
Do any of the strings in the text array exist as top-level keys or array elements?
jsonb_exists_any_jsonb_varchararray_boolean ๐Ÿ”’
jsonb_exists_jsonb_varchar_boolean ๐Ÿ”’
jsonbb_contains ๐Ÿ”’
Performs jsonb_contains on jsonbb::ValueRef. root indicates whether the current recursion is at the root level.