PostgreSQL Source Code  git master
InlineCodeBlock Struct Reference

#include <parsenodes.h>

Public Member Functions

 pg_node_attr (nodetag_only) NodeTag type
 

Data Fields

char * source_text
 
Oid langOid
 
bool langIsTrusted
 
bool atomic
 

Detailed Description

Definition at line 3492 of file parsenodes.h.

Member Function Documentation

◆ pg_node_attr()

InlineCodeBlock::pg_node_attr ( nodetag_only  )

Field Documentation

◆ atomic

bool InlineCodeBlock::atomic

◆ langIsTrusted

bool InlineCodeBlock::langIsTrusted

Definition at line 3499 of file parsenodes.h.

Referenced by ExecuteDoStmt(), and plperl_inline_handler().

◆ langOid

Oid InlineCodeBlock::langOid

Definition at line 3498 of file parsenodes.h.

Referenced by ExecuteDoStmt(), plperl_inline_handler(), and plpython3_inline_handler().

◆ source_text

char* InlineCodeBlock::source_text

The documentation for this struct was generated from the following file: