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 3569 of file parsenodes.h.
InlineCodeBlock::pg_node_attr | ( | nodetag_only | ) |
bool InlineCodeBlock::atomic |
Definition at line 3577 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().
bool InlineCodeBlock::langIsTrusted |
Definition at line 3576 of file parsenodes.h.
Referenced by ExecuteDoStmt(), and plperl_inline_handler().
Oid InlineCodeBlock::langOid |
Definition at line 3575 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), and plpython3_inline_handler().
char* InlineCodeBlock::source_text |
Definition at line 3574 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython3_inline_handler().