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

Field Documentation

◆ fromsql

ObjectWithArgs* CreateTransformStmt::fromsql

Definition at line 4359 of file parsenodes.h.

◆ lang

char* CreateTransformStmt::lang

Definition at line 4358 of file parsenodes.h.

◆ replace

bool CreateTransformStmt::replace

Definition at line 4356 of file parsenodes.h.

◆ tosql

ObjectWithArgs* CreateTransformStmt::tosql

Definition at line 4360 of file parsenodes.h.

◆ type

NodeTag CreateTransformStmt::type

Definition at line 4355 of file parsenodes.h.

◆ type_name

TypeName* CreateTransformStmt::type_name

Definition at line 4357 of file parsenodes.h.


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