PostgreSQL Source Code: JsonPathVariable Struct Reference (original) (raw)

#include <[jsonpath.h](jsonpath%5F8h%5Fsource.html)>

Data Fields
char * name
int namelen
Oid typid
int32 typmod
Datum value
bool isnull

Detailed Description

Definition at line 287 of file jsonpath.h.

Field Documentation

isnull

bool JsonPathVariable::isnull

name

char* JsonPathVariable::name

namelen

int JsonPathVariable::namelen

typid

Oid JsonPathVariable::typid

typmod

int32 JsonPathVariable::typmod

value

Datum JsonPathVariable::value


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