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

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool replace
 
TypeNametype_name
 
charlang
 
ObjectWithArgsfromsql
 
ObjectWithArgstosql
 

Detailed Description

Definition at line 4332 of file parsenodes.h.

Field Documentation

◆ fromsql

ObjectWithArgs* CreateTransformStmt::fromsql

Definition at line 4338 of file parsenodes.h.

◆ lang

char* CreateTransformStmt::lang

Definition at line 4337 of file parsenodes.h.

◆ replace

bool CreateTransformStmt::replace

Definition at line 4335 of file parsenodes.h.

◆ tosql

ObjectWithArgs* CreateTransformStmt::tosql

Definition at line 4339 of file parsenodes.h.

◆ type

NodeTag CreateTransformStmt::type

Definition at line 4334 of file parsenodes.h.

◆ type_name

TypeName* CreateTransformStmt::type_name

Definition at line 4336 of file parsenodes.h.


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