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 1177 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
char* PLwdatum::ident |
Definition at line 1178 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
List* PLwdatum::idents |
Definition at line 1180 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
bool PLwdatum::quoted |
Definition at line 1179 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().