PostgreSQL Source Code git master
Loading...
Searching...
No Matches
InlineCodeBlock Struct Reference

#include <parsenodes.h>

Public Member Functions

 pg_node_attr (nodetag_only) NodeTag type
 

Data Fields

charsource_text
 
Oid langOid
 
bool langIsTrusted
 
bool atomic
 

Detailed Description

Definition at line 3645 of file parsenodes.h.

Member Function Documentation

◆ pg_node_attr()

InlineCodeBlock::pg_node_attr ( nodetag_only  )

Field Documentation

◆ atomic

bool InlineCodeBlock::atomic

Definition at line 3653 of file parsenodes.h.

◆ langIsTrusted

bool InlineCodeBlock::langIsTrusted

Definition at line 3652 of file parsenodes.h.

◆ langOid

Oid InlineCodeBlock::langOid

Definition at line 3651 of file parsenodes.h.

◆ source_text

char* InlineCodeBlock::source_text

Definition at line 3650 of file parsenodes.h.


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