PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DoStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listargs
 

Detailed Description

Definition at line 3570 of file parsenodes.h.

Field Documentation

◆ args

List* DoStmt::args

Definition at line 3573 of file parsenodes.h.

◆ type

NodeTag DoStmt::type

Definition at line 3572 of file parsenodes.h.


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