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

#include <params.h>

Data Fields

Datum value
 
bool isnull
 
uint16 pflags
 
Oid ptype
 

Detailed Description

Definition at line 89 of file params.h.

Field Documentation

◆ isnull

bool ParamExternData::isnull

Definition at line 92 of file params.h.

Referenced by BuildParamLogString(), exec_bind_message(), and postquel_sub_params().

◆ pflags

uint16 ParamExternData::pflags

Definition at line 93 of file params.h.

Referenced by exec_bind_message(), and exec_eval_using_params().

◆ ptype

Oid ParamExternData::ptype

◆ value

Datum ParamExternData::value

Definition at line 91 of file params.h.

Referenced by _SPI_convert_params(), BuildParamLogString(), and exec_bind_message().


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