PostgreSQL Source Code  git master
JsonPathVariable Struct Reference

#include <jsonpath.h>

Data Fields

char * name
 
Oid typid
 
int32 typmod
 
Datum value
 
bool isnull
 

Detailed Description

Definition at line 287 of file jsonpath.h.

Field Documentation

◆ isnull

bool JsonPathVariable::isnull

Definition at line 293 of file jsonpath.h.

Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().

◆ name

char* JsonPathVariable::name

Definition at line 289 of file jsonpath.h.

Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().

◆ typid

Oid JsonPathVariable::typid

Definition at line 290 of file jsonpath.h.

Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().

◆ typmod

int32 JsonPathVariable::typmod

Definition at line 291 of file jsonpath.h.

Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().

◆ value

Datum JsonPathVariable::value

Definition at line 292 of file jsonpath.h.

Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().


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