PostgreSQL Source Code  git master
CreateCastStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
TypeNamesourcetype
 
TypeNametargettype
 
ObjectWithArgsfunc
 
CoercionContext context
 
bool inout
 

Detailed Description

Definition at line 4014 of file parsenodes.h.

Field Documentation

◆ context

CoercionContext CreateCastStmt::context

Definition at line 4020 of file parsenodes.h.

◆ func

ObjectWithArgs* CreateCastStmt::func

Definition at line 4019 of file parsenodes.h.

◆ inout

bool CreateCastStmt::inout

Definition at line 4021 of file parsenodes.h.

◆ sourcetype

TypeName* CreateCastStmt::sourcetype

Definition at line 4017 of file parsenodes.h.

◆ targettype

TypeName* CreateCastStmt::targettype

Definition at line 4018 of file parsenodes.h.

◆ type

NodeTag CreateCastStmt::type

Definition at line 4016 of file parsenodes.h.


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