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 3713 of file parsenodes.h.
CoercionContext CreateCastStmt::context |
Definition at line 3719 of file parsenodes.h.
Referenced by CreateCast().
ObjectWithArgs* CreateCastStmt::func |
Definition at line 3718 of file parsenodes.h.
Referenced by CreateCast().
bool CreateCastStmt::inout |
Definition at line 3720 of file parsenodes.h.
Referenced by CreateCast().
TypeName* CreateCastStmt::sourcetype |
Definition at line 3716 of file parsenodes.h.
Referenced by CreateCast().
TypeName* CreateCastStmt::targettype |
Definition at line 3717 of file parsenodes.h.
Referenced by CreateCast().
NodeTag CreateCastStmt::type |
Definition at line 3715 of file parsenodes.h.