|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| TypeName * | sourcetype |
| TypeName * | targettype |
| ObjectWithArgs * | func |
| CoercionContext | context |
| bool | inout |
Definition at line 4167 of file parsenodes.h.
| CoercionContext CreateCastStmt::context |
Definition at line 4173 of file parsenodes.h.
| ObjectWithArgs* CreateCastStmt::func |
Definition at line 4172 of file parsenodes.h.
| bool CreateCastStmt::inout |
Definition at line 4174 of file parsenodes.h.
| TypeName* CreateCastStmt::sourcetype |
Definition at line 4170 of file parsenodes.h.
| TypeName* CreateCastStmt::targettype |
Definition at line 4171 of file parsenodes.h.
| NodeTag CreateCastStmt::type |
Definition at line 4169 of file parsenodes.h.