PostgreSQL Source Code: CreateStatsStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
List * | defnames |
List * | stat_types |
List * | exprs |
List * | relations |
char * | stxcomment |
bool | transformed |
bool | if_not_exists |
Definition at line 3479 of file parsenodes.h.
◆ defnames
List* CreateStatsStmt::defnames
◆ exprs
List* CreateStatsStmt::exprs
◆ if_not_exists
bool CreateStatsStmt::if_not_exists
◆ relations
List* CreateStatsStmt::relations
◆ stat_types
List* CreateStatsStmt::stat_types
◆ stxcomment
char* CreateStatsStmt::stxcomment
◆ transformed
bool CreateStatsStmt::transformed
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h