PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Node * | query |
List * | options |
Definition at line 3579 of file parsenodes.h.
List* ExplainStmt::options |
Definition at line 3583 of file parsenodes.h.
Referenced by ExplainQuery(), ExplainResultDesc(), and GetCommandLogLevel().
Node* ExplainStmt::query |
Definition at line 3582 of file parsenodes.h.
Referenced by ExplainQuery(), GetCommandLogLevel(), and transformExplainStmt().
NodeTag ExplainStmt::type |
Definition at line 3581 of file parsenodes.h.