PostgreSQL Source Code  git master
JsonPathMutableContext Struct Reference

Data Fields

Listvarnames
 
Listvarexprs
 
enum JsonPathDatatypeStatus current
 
bool lax
 
bool mutable
 

Detailed Description

Definition at line 1256 of file jsonpath.c.

Field Documentation

◆ current

enum JsonPathDatatypeStatus JsonPathMutableContext::current

Definition at line 1259 of file jsonpath.c.

Referenced by jspIsMutable().

◆ lax

bool JsonPathMutableContext::lax

Definition at line 1261 of file jsonpath.c.

Referenced by jspIsMutable().

◆ mutable

bool JsonPathMutableContext::mutable

Definition at line 1262 of file jsonpath.c.

Referenced by jspIsMutable().

◆ varexprs

List* JsonPathMutableContext::varexprs

Definition at line 1259 of file jsonpath.c.

Referenced by jspIsMutable().

◆ varnames

List* JsonPathMutableContext::varnames

Definition at line 1258 of file jsonpath.c.

Referenced by jspIsMutable().


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