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 3398 of file parsenodes.h.
CoercionContext CreateCastStmt::context |
Definition at line 3404 of file parsenodes.h.
Referenced by CreateCast().
ObjectWithArgs* CreateCastStmt::func |
Definition at line 3403 of file parsenodes.h.
Referenced by CreateCast().
bool CreateCastStmt::inout |
Definition at line 3405 of file parsenodes.h.
Referenced by CreateCast().
TypeName* CreateCastStmt::sourcetype |
Definition at line 3401 of file parsenodes.h.
Referenced by CreateCast().
TypeName* CreateCastStmt::targettype |
Definition at line 3402 of file parsenodes.h.
Referenced by CreateCast().
NodeTag CreateCastStmt::type |
Definition at line 3400 of file parsenodes.h.