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 4236 of file parsenodes.h.

Field Documentation

◆ context

CoercionContext CreateCastStmt::context

Definition at line 4242 of file parsenodes.h.

◆ func

ObjectWithArgs* CreateCastStmt::func

Definition at line 4241 of file parsenodes.h.

◆ inout

bool CreateCastStmt::inout

Definition at line 4243 of file parsenodes.h.

◆ sourcetype

TypeName* CreateCastStmt::sourcetype

Definition at line 4239 of file parsenodes.h.

◆ targettype

TypeName* CreateCastStmt::targettype

Definition at line 4240 of file parsenodes.h.

◆ type

NodeTag CreateCastStmt::type

Definition at line 4238 of file parsenodes.h.


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