PostgreSQL Source Code  git master
ExplainStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
Listoptions
 

Detailed Description

Definition at line 3880 of file parsenodes.h.

Field Documentation

◆ options

List* ExplainStmt::options

Definition at line 3884 of file parsenodes.h.

◆ query

Node* ExplainStmt::query

Definition at line 3883 of file parsenodes.h.

◆ type

NodeTag ExplainStmt::type

Definition at line 3882 of file parsenodes.h.


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