PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | source_text |
Oid | langOid |
bool | langIsTrusted |
bool | atomic |
Definition at line 2928 of file parsenodes.h.
bool InlineCodeBlock::atomic |
Definition at line 2934 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython_inline_handler().
bool InlineCodeBlock::langIsTrusted |
Definition at line 2933 of file parsenodes.h.
Referenced by ExecuteDoStmt(), and plperl_inline_handler().
Oid InlineCodeBlock::langOid |
Definition at line 2932 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), and plpython_inline_handler().
char* InlineCodeBlock::source_text |
Definition at line 2931 of file parsenodes.h.
Referenced by ExecuteDoStmt(), plperl_inline_handler(), plpgsql_inline_handler(), and plpython_inline_handler().
NodeTag InlineCodeBlock::type |
Definition at line 2930 of file parsenodes.h.