PostgreSQL Source Code: InlineCodeBlock Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
char * source_text
Oid langOid
bool langIsTrusted
bool atomic

Detailed Description

Definition at line 3576 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

langOid

Oid InlineCodeBlock::langOid

source_text

char* InlineCodeBlock::source_text


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