PostgreSQL Source Code  git master
DefineStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType kind
 
bool oldstyle
 
Listdefnames
 
Listargs
 
Listdefinition
 
bool if_not_exists
 
bool replace
 

Detailed Description

Definition at line 3065 of file parsenodes.h.

Field Documentation

◆ args

List* DefineStmt::args

Definition at line 3071 of file parsenodes.h.

◆ definition

List* DefineStmt::definition

Definition at line 3072 of file parsenodes.h.

◆ defnames

List* DefineStmt::defnames

Definition at line 3070 of file parsenodes.h.

◆ if_not_exists

bool DefineStmt::if_not_exists

Definition at line 3073 of file parsenodes.h.

◆ kind

ObjectType DefineStmt::kind

Definition at line 3068 of file parsenodes.h.

◆ oldstyle

bool DefineStmt::oldstyle

Definition at line 3069 of file parsenodes.h.

◆ replace

bool DefineStmt::replace

Definition at line 3074 of file parsenodes.h.

◆ type

NodeTag DefineStmt::type

Definition at line 3067 of file parsenodes.h.


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