|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Public Member Functions | |
| pg_node_attr (nodetag_only) NodeTag type | |
Data Fields | |
| char * | source_text |
| Oid | langOid |
| bool | langIsTrusted |
| bool | atomic |
Definition at line 3704 of file parsenodes.h.
| InlineCodeBlock::pg_node_attr | ( | nodetag_only | ) |
| bool InlineCodeBlock::atomic |
Definition at line 3712 of file parsenodes.h.
| bool InlineCodeBlock::langIsTrusted |
Definition at line 3711 of file parsenodes.h.
| Oid InlineCodeBlock::langOid |
Definition at line 3710 of file parsenodes.h.
| char* InlineCodeBlock::source_text |
Definition at line 3709 of file parsenodes.h.