|
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 3616 of file parsenodes.h.
| InlineCodeBlock::pg_node_attr | ( | nodetag_only | ) |
| bool InlineCodeBlock::atomic |
Definition at line 3624 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().
| bool InlineCodeBlock::langIsTrusted |
Definition at line 3623 of file parsenodes.h.
Referenced by ExecuteDoStmt(), and plperl_inline_handler().
| Oid InlineCodeBlock::langOid |
Definition at line 3622 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), and plpython3_inline_handler().
| char* InlineCodeBlock::source_text |
Definition at line 3621 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().