PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonPathMutableContext Struct Reference

Data Fields

Listvarnames
 
Listvarexprs
 
enum JsonPathDatatypeStatus current
 
bool lax
 
bool mutable
 

Detailed Description

Definition at line 1364 of file jsonpath.c.

Field Documentation

◆ current

enum JsonPathDatatypeStatus JsonPathMutableContext::current

Definition at line 1368 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ lax

bool JsonPathMutableContext::lax

Definition at line 1369 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ mutable

bool JsonPathMutableContext::mutable

Definition at line 1370 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ varexprs

List* JsonPathMutableContext::varexprs

Definition at line 1367 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().

◆ varnames

List* JsonPathMutableContext::varnames

Definition at line 1366 of file jsonpath.c.

Referenced by jspIsMutable(), and jspIsMutableWalker().


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