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

#include <plpgsql.h>

Data Fields

PLpgSQL_datumdatum
 
charident
 
bool quoted
 
Listidents
 

Detailed Description

Definition at line 1166 of file plpgsql.h.

Field Documentation

◆ datum

PLpgSQL_datum* PLwdatum::datum

Definition at line 1168 of file plpgsql.h.

◆ ident

char* PLwdatum::ident

Definition at line 1169 of file plpgsql.h.

◆ idents

List* PLwdatum::idents

Definition at line 1171 of file plpgsql.h.

◆ quoted

bool PLwdatum::quoted

Definition at line 1170 of file plpgsql.h.


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