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 1266 of file jsonpath.c.
Referenced by jspIsMutable().
bool JsonPathMutableContext::lax |
Definition at line 1268 of file jsonpath.c.
Referenced by jspIsMutable().
bool JsonPathMutableContext::mutable |
Definition at line 1269 of file jsonpath.c.
Referenced by jspIsMutable().
List* JsonPathMutableContext::varexprs |
Definition at line 1266 of file jsonpath.c.
Referenced by jspIsMutable().
List* JsonPathMutableContext::varnames |
Definition at line 1265 of file jsonpath.c.
Referenced by jspIsMutable().