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