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 3829 of file parsenodes.h.
CoercionContext CreateCastStmt::context |
Definition at line 3835 of file parsenodes.h.
ObjectWithArgs* CreateCastStmt::func |
Definition at line 3834 of file parsenodes.h.
bool CreateCastStmt::inout |
Definition at line 3836 of file parsenodes.h.
TypeName* CreateCastStmt::sourcetype |
Definition at line 3832 of file parsenodes.h.
TypeName* CreateCastStmt::targettype |
Definition at line 3833 of file parsenodes.h.
NodeTag CreateCastStmt::type |
Definition at line 3831 of file parsenodes.h.