PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreateFunctionStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool is_procedure
 
bool replace
 
Listfuncname
 
Listparameters
 
TypeNamereturnType
 
Listoptions
 
Nodesql_body
 

Detailed Description

Definition at line 3671 of file parsenodes.h.

Field Documentation

◆ funcname

List* CreateFunctionStmt::funcname

Definition at line 3676 of file parsenodes.h.

◆ is_procedure

bool CreateFunctionStmt::is_procedure

Definition at line 3674 of file parsenodes.h.

◆ options

List* CreateFunctionStmt::options

Definition at line 3679 of file parsenodes.h.

◆ parameters

List* CreateFunctionStmt::parameters

Definition at line 3677 of file parsenodes.h.

◆ replace

bool CreateFunctionStmt::replace

Definition at line 3675 of file parsenodes.h.

◆ returnType

TypeName* CreateFunctionStmt::returnType

Definition at line 3678 of file parsenodes.h.

◆ sql_body

Node* CreateFunctionStmt::sql_body

Definition at line 3680 of file parsenodes.h.

◆ type

NodeTag CreateFunctionStmt::type

Definition at line 3673 of file parsenodes.h.


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