|
PostgreSQL Source Code git master
|
Data Fields | |
| List * | varnames |
| List * | varexprs |
| enum JsonPathDatatypeStatus | current |
| bool | lax |
| bool | mutable |
Definition at line 1364 of file jsonpath.c.
| enum JsonPathDatatypeStatus JsonPathMutableContext::current |
Definition at line 1368 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| bool JsonPathMutableContext::lax |
Definition at line 1369 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| bool JsonPathMutableContext::mutable |
Definition at line 1370 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| List* JsonPathMutableContext::varexprs |
Definition at line 1367 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
| List* JsonPathMutableContext::varnames |
Definition at line 1366 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().