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 4091 of file parsenodes.h.
CoercionContext CreateCastStmt::context |
Definition at line 4097 of file parsenodes.h.
ObjectWithArgs* CreateCastStmt::func |
Definition at line 4096 of file parsenodes.h.
bool CreateCastStmt::inout |
Definition at line 4098 of file parsenodes.h.
TypeName* CreateCastStmt::sourcetype |
Definition at line 4094 of file parsenodes.h.
TypeName* CreateCastStmt::targettype |
Definition at line 4095 of file parsenodes.h.
NodeTag CreateCastStmt::type |
Definition at line 4093 of file parsenodes.h.