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

#include <jsonpath.h>

Data Fields

charname
 
int namelen
 
Oid typid
 
int32 typmod
 
Datum value
 
bool isnull
 

Detailed Description

Definition at line 295 of file jsonpath.h.

Field Documentation

◆ isnull

bool JsonPathVariable::isnull

Definition at line 302 of file jsonpath.h.

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

◆ name

char* JsonPathVariable::name

Definition at line 297 of file jsonpath.h.

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

◆ namelen

int JsonPathVariable::namelen

Definition at line 298 of file jsonpath.h.

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

◆ typid

Oid JsonPathVariable::typid

Definition at line 299 of file jsonpath.h.

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

◆ typmod

int32 JsonPathVariable::typmod

Definition at line 300 of file jsonpath.h.

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

◆ value

Datum JsonPathVariable::value

Definition at line 301 of file jsonpath.h.

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


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