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
onjsonbb::ValueRef
.root
indicates whether the current recursion is at the root level.