PostgreSQL Source Code  git master
this_type Struct Reference

#include <type.h>

Data Fields

char * type_storage
 
enum ECPGttype type_enum
 
char * type_str
 
char * type_dimension
 
char * type_index
 
char * type_sizeof
 

Detailed Description

Definition at line 120 of file type.h.

Field Documentation

◆ type_dimension

char* this_type::type_dimension

Definition at line 125 of file type.h.

◆ type_enum

enum ECPGttype this_type::type_enum

Definition at line 122 of file type.h.

Referenced by remove_typedefs().

◆ type_index

char* this_type::type_index

Definition at line 126 of file type.h.

◆ type_sizeof

char* this_type::type_sizeof

Definition at line 127 of file type.h.

◆ type_storage

char* this_type::type_storage

Definition at line 122 of file type.h.

◆ type_str

char* this_type::type_str

Definition at line 124 of file type.h.


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