PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsonPathMutableContext Struct Reference

Data Fields

Listvarnames
 
Listvarexprs
 
enum JsonPathDatatypeStatus current
 
bool lax
 
bool mutable
 

Detailed Description

Definition at line 1263 of file jsonpath.c.

Field Documentation

◆ current

enum JsonPathDatatypeStatus JsonPathMutableContext::current

Definition at line 1267 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ lax

bool JsonPathMutableContext::lax

Definition at line 1268 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ mutable

bool JsonPathMutableContext::mutable

Definition at line 1269 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ varexprs

List* JsonPathMutableContext::varexprs

Definition at line 1266 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ varnames

List* JsonPathMutableContext::varnames

Definition at line 1265 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().


The documentation for this struct was generated from the following file: