|
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 4236 of file parsenodes.h.
| CoercionContext CreateCastStmt::context |
Definition at line 4242 of file parsenodes.h.
| ObjectWithArgs* CreateCastStmt::func |
Definition at line 4241 of file parsenodes.h.
| bool CreateCastStmt::inout |
Definition at line 4243 of file parsenodes.h.
| TypeName* CreateCastStmt::sourcetype |
Definition at line 4239 of file parsenodes.h.
| TypeName* CreateCastStmt::targettype |
Definition at line 4240 of file parsenodes.h.
| NodeTag CreateCastStmt::type |
Definition at line 4238 of file parsenodes.h.