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

#include <parsenodes.h>

Public Member Functions

 pg_node_attr (no_query_jumble) NodeTag type
 

Data Fields

Nodestmt
 
ParseLoc stmt_location
 
ParseLoc stmt_len
 

Detailed Description

Definition at line 2110 of file parsenodes.h.

Member Function Documentation

◆ pg_node_attr()

RawStmt::pg_node_attr ( no_query_jumble  )

Field Documentation

◆ stmt

◆ stmt_len

ParseLoc RawStmt::stmt_len

Definition at line 2117 of file parsenodes.h.

Referenced by DoCopy(), execute_sql_string(), and ImportForeignSchema().

◆ stmt_location

ParseLoc RawStmt::stmt_location

Definition at line 2116 of file parsenodes.h.

Referenced by DoCopy(), execute_sql_string(), and ImportForeignSchema().


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