PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreateCastStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
TypeNamesourcetype
 
TypeNametargettype
 
ObjectWithArgsfunc
 
CoercionContext context
 
bool inout
 

Detailed Description

Definition at line 4091 of file parsenodes.h.

Field Documentation

◆ context

CoercionContext CreateCastStmt::context

Definition at line 4097 of file parsenodes.h.

◆ func

ObjectWithArgs* CreateCastStmt::func

Definition at line 4096 of file parsenodes.h.

◆ inout

bool CreateCastStmt::inout

Definition at line 4098 of file parsenodes.h.

◆ sourcetype

TypeName* CreateCastStmt::sourcetype

Definition at line 4094 of file parsenodes.h.

◆ targettype

TypeName* CreateCastStmt::targettype

Definition at line 4095 of file parsenodes.h.

◆ type

NodeTag CreateCastStmt::type

Definition at line 4093 of file parsenodes.h.


The documentation for this struct was generated from the following file: