The world's most popular open source database
Public Attributes | |
| const char * | type |
| uint | size |
| const char * | min_value |
| const char * | max_value |
| uint | precision |
| uint | scale |
| const char * | nullable |
| const char * | auto_increment |
| const char * | unsigned_attr |
| const char * | zerofill |
| const char * | searchable |
| const char * | case_sensitivity |
| const char * | default_value |
| const char * | comment |
Definition at line 375 of file sql_show.cc.
| const char* show_column_type_st::auto_increment |
| const char* show_column_type_st::case_sensitivity |
| const char* show_column_type_st::comment |
Definition at line 390 of file sql_show.cc.
| const char* show_column_type_st::default_value |
| const char* show_column_type_st::max_value |
| const char* show_column_type_st::min_value |
| const char* show_column_type_st::nullable |
| const char* show_column_type_st::searchable |
| const char* show_column_type_st::type |
Definition at line 377 of file sql_show.cc.
Referenced by mysqld_show_column_types(), and store_create_info().
| const char* show_column_type_st::unsigned_attr |
| const char* show_column_type_st::zerofill |
1.4.7

