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 3704 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 3712 of file parsenodes.h.

◆ langIsTrusted

bool InlineCodeBlock::langIsTrusted

Definition at line 3711 of file parsenodes.h.

◆ langOid

Oid InlineCodeBlock::langOid

Definition at line 3710 of file parsenodes.h.

◆ source_text

char* InlineCodeBlock::source_text

Definition at line 3709 of file parsenodes.h.


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