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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listparams
 

Detailed Description

Definition at line 3782 of file parsenodes.h.

Field Documentation

◆ params

List* CreateRangeStmt::params

Definition at line 3786 of file parsenodes.h.

◆ type

NodeTag CreateRangeStmt::type

Definition at line 3784 of file parsenodes.h.

◆ typeName

List* CreateRangeStmt::typeName

Definition at line 3785 of file parsenodes.h.


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