PostgreSQL Source Code  git master
ExplainStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
Listoptions
 

Detailed Description

Definition at line 3794 of file parsenodes.h.

Field Documentation

◆ options

List* ExplainStmt::options

Definition at line 3798 of file parsenodes.h.

◆ query

Node* ExplainStmt::query

Definition at line 3797 of file parsenodes.h.

◆ type

NodeTag ExplainStmt::type

Definition at line 3796 of file parsenodes.h.


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