|
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 4294 of file parsenodes.h.
| CoercionContext CreateCastStmt::context |
Definition at line 4300 of file parsenodes.h.
| ObjectWithArgs* CreateCastStmt::func |
Definition at line 4299 of file parsenodes.h.
| bool CreateCastStmt::inout |
Definition at line 4301 of file parsenodes.h.
| TypeName* CreateCastStmt::sourcetype |
Definition at line 4297 of file parsenodes.h.
| TypeName* CreateCastStmt::targettype |
Definition at line 4298 of file parsenodes.h.
| NodeTag CreateCastStmt::type |
Definition at line 4296 of file parsenodes.h.