PostgreSQL Source Code: DefineStmt Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
ObjectType kind
bool oldstyle
List * defnames
List * args
List * definition
bool if_not_exists
bool replace

Definition at line 3234 of file parsenodes.h.

args

definition

List* DefineStmt::definition

defnames

List* DefineStmt::defnames

if_not_exists

bool DefineStmt::if_not_exists

kind

oldstyle

bool DefineStmt::oldstyle

replace

type


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