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 3852 of file parsenodes.h.
CoercionContext CreateCastStmt::context |
Definition at line 3858 of file parsenodes.h.
ObjectWithArgs* CreateCastStmt::func |
Definition at line 3857 of file parsenodes.h.
bool CreateCastStmt::inout |
Definition at line 3859 of file parsenodes.h.
TypeName* CreateCastStmt::sourcetype |
Definition at line 3855 of file parsenodes.h.
TypeName* CreateCastStmt::targettype |
Definition at line 3856 of file parsenodes.h.
NodeTag CreateCastStmt::type |
Definition at line 3854 of file parsenodes.h.