PostgreSQL Source Code  git master
PLwdatum Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_datumdatum
 
char * ident
 
bool quoted
 
Listidents
 

Detailed Description

Definition at line 1175 of file plpgsql.h.

Field Documentation

◆ datum

PLpgSQL_datum* PLwdatum::datum

Definition at line 1177 of file plpgsql.h.

Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().

◆ ident

char* PLwdatum::ident

Definition at line 1178 of file plpgsql.h.

Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().

◆ idents

List* PLwdatum::idents

Definition at line 1180 of file plpgsql.h.

Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().

◆ quoted

bool PLwdatum::quoted

Definition at line 1179 of file plpgsql.h.

Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().


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