|
PostgreSQL Source Code git master
|
Data Fields | |
| List * | varnames |
| List * | varexprs |
| enum JsonPathDatatypeStatus | current |
| bool | lax |
| bool | mutable |
Definition at line 1263 of file jsonpath.c.
| enum JsonPathDatatypeStatus JsonPathMutableContext::current |
Definition at line 1267 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| bool JsonPathMutableContext::lax |
Definition at line 1268 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| bool JsonPathMutableContext::mutable |
Definition at line 1269 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| List* JsonPathMutableContext::varexprs |
Definition at line 1266 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| List* JsonPathMutableContext::varnames |
Definition at line 1265 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().