PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_datum * | datum |
char * | ident |
bool | quoted |
List * | idents |
PLpgSQL_datum* PLwdatum::datum |
Definition at line 1200 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
char* PLwdatum::ident |
Definition at line 1201 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
List* PLwdatum::idents |
Definition at line 1203 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
bool PLwdatum::quoted |
Definition at line 1202 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().