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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
Listoptions
 

Detailed Description

Definition at line 3957 of file parsenodes.h.

Field Documentation

◆ options

List* ExplainStmt::options

Definition at line 3961 of file parsenodes.h.

◆ query

Node* ExplainStmt::query

Definition at line 3960 of file parsenodes.h.

◆ type

NodeTag ExplainStmt::type

Definition at line 3959 of file parsenodes.h.


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