module documentation

Undocumented

Class JSON Represent the PostgreSQL JSON type.
Class JSONB Represent the PostgreSQL JSONB type.
Constant ASTEXT Undocumented
Constant CONTAINED​_BY Undocumented
Constant CONTAINS Undocumented
Constant HAS​_ALL Undocumented
Constant HAS​_ANY Undocumented
Constant HAS​_KEY Undocumented
Constant JSONPATH​_ASTEXT Undocumented
Variable idx​_precedence Undocumented
Class ​JSONPath​Type Undocumented
ASTEXT =

Undocumented

Value
operators.custom_op('->>',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
CONTAINED_BY =

Undocumented

Value
operators.custom_op('<@',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
CONTAINS =

Undocumented

Value
operators.custom_op('@>',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
HAS_ALL =

Undocumented

Value
operators.custom_op('?&',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
HAS_ANY =

Undocumented

Value
operators.custom_op('?|',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
HAS_KEY =

Undocumented

Value
operators.custom_op('?',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
JSONPATH_ASTEXT =

Undocumented

Value
operators.custom_op('#>>',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
idx_precedence =

Undocumented