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

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

Data Fields
NodeTag type
bool is_procedure
bool replace
List * funcname
List * parameters
TypeName * returnType
List * options
Node * sql_body

Definition at line 3522 of file parsenodes.h.

funcname

List* CreateFunctionStmt::funcname

is_procedure

bool CreateFunctionStmt::is_procedure

options

List* CreateFunctionStmt::options

parameters

List* CreateFunctionStmt::parameters

replace

bool CreateFunctionStmt::replace

returnType

TypeName* CreateFunctionStmt::returnType

sql_body

Node* CreateFunctionStmt::sql_body

type


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