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 3498 of file parsenodes.h.
InlineCodeBlock::pg_node_attr | ( | nodetag_only | ) |
bool InlineCodeBlock::atomic |
Definition at line 3506 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().
bool InlineCodeBlock::langIsTrusted |
Definition at line 3505 of file parsenodes.h.
Referenced by ExecuteDoStmt(), and plperl_inline_handler().
Oid InlineCodeBlock::langOid |
Definition at line 3504 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), and plpython3_inline_handler().
char* InlineCodeBlock::source_text |
Definition at line 3503 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().