module documentation

Undocumented

Class JSON Represent the PostgreSQL JSON type.
Class JSONB Represent the PostgreSQL JSONB type.
Class JSONPathType Undocumented
Constant ASTEXT Undocumented
Constant CONTAINED_BY Undocumented
Constant CONTAINS Undocumented
Constant DELETE_PATH Undocumented
Constant HAS_ALL Undocumented
Constant HAS_ANY Undocumented
Constant HAS_KEY Undocumented
Constant JSONPATH_ASTEXT Undocumented
Constant PATH_EXISTS Undocumented
Constant PATH_MATCH Undocumented
Variable idx_precedence Undocumented

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

Value
operators.custom_op('@?',
                    precedence=idx_precedence,
                    natural_self_precedent=True,
                    eager_grouping=True)
PATH_MATCH = (source)

Undocumented

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

Undocumented