PostgreSQL Source Code
git master
|
#include <type.h>
Data Fields | |
char * | type_storage |
enum ECPGttype | type_enum |
char * | type_str |
char * | type_dimension |
char * | type_index |
char * | type_sizeof |
char* this_type::type_dimension |
Definition at line 126 of file type.h.
Referenced by remove_typedefs().
enum ECPGttype this_type::type_enum |
Definition at line 123 of file type.h.
Referenced by remove_typedefs().
char* this_type::type_index |
Definition at line 127 of file type.h.
Referenced by remove_typedefs().
char* this_type::type_sizeof |
Definition at line 128 of file type.h.
Referenced by remove_typedefs().
char* this_type::type_storage |
Definition at line 123 of file type.h.
Referenced by remove_typedefs().
char* this_type::type_str |
Definition at line 125 of file type.h.
Referenced by remove_typedefs().