|
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 4139 of file parsenodes.h.
| CoercionContext CreateCastStmt::context |
Definition at line 4145 of file parsenodes.h.
| ObjectWithArgs* CreateCastStmt::func |
Definition at line 4144 of file parsenodes.h.
| bool CreateCastStmt::inout |
Definition at line 4146 of file parsenodes.h.
| TypeName* CreateCastStmt::sourcetype |
Definition at line 4142 of file parsenodes.h.
| TypeName* CreateCastStmt::targettype |
Definition at line 4143 of file parsenodes.h.
| NodeTag CreateCastStmt::type |
Definition at line 4141 of file parsenodes.h.