PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreateCastStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
TypeNamesourcetype
 
TypeNametargettype
 
ObjectWithArgsfunc
 
CoercionContext context
 
bool inout
 

Detailed Description

Definition at line 4294 of file parsenodes.h.

Field Documentation

◆ context

CoercionContext CreateCastStmt::context

Definition at line 4300 of file parsenodes.h.

◆ func

ObjectWithArgs* CreateCastStmt::func

Definition at line 4299 of file parsenodes.h.

◆ inout

bool CreateCastStmt::inout

Definition at line 4301 of file parsenodes.h.

◆ sourcetype

TypeName* CreateCastStmt::sourcetype

Definition at line 4297 of file parsenodes.h.

◆ targettype

TypeName* CreateCastStmt::targettype

Definition at line 4298 of file parsenodes.h.

◆ type

NodeTag CreateCastStmt::type

Definition at line 4296 of file parsenodes.h.


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