PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
bool | is_procedure |
bool | replace |
List * | funcname |
List * | parameters |
TypeName * | returnType |
List * | options |
Node * | sql_body |
Definition at line 3501 of file parsenodes.h.
List* CreateFunctionStmt::funcname |
Definition at line 3506 of file parsenodes.h.
bool CreateFunctionStmt::is_procedure |
Definition at line 3504 of file parsenodes.h.
List* CreateFunctionStmt::options |
Definition at line 3509 of file parsenodes.h.
List* CreateFunctionStmt::parameters |
Definition at line 3507 of file parsenodes.h.
bool CreateFunctionStmt::replace |
Definition at line 3505 of file parsenodes.h.
TypeName* CreateFunctionStmt::returnType |
Definition at line 3508 of file parsenodes.h.
Node* CreateFunctionStmt::sql_body |
Definition at line 3510 of file parsenodes.h.
NodeTag CreateFunctionStmt::type |
Definition at line 3503 of file parsenodes.h.