PostgreSQL Source Code  git master
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 1266 of file jsonpath.c.

Referenced by jspIsMutable().

◆ lax

bool JsonPathMutableContext::lax

Definition at line 1268 of file jsonpath.c.

Referenced by jspIsMutable().

◆ mutable

bool JsonPathMutableContext::mutable

Definition at line 1269 of file jsonpath.c.

Referenced by jspIsMutable().

◆ varexprs

List* JsonPathMutableContext::varexprs

Definition at line 1266 of file jsonpath.c.

Referenced by jspIsMutable().

◆ varnames

List* JsonPathMutableContext::varnames

Definition at line 1265 of file jsonpath.c.

Referenced by jspIsMutable().


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