#include <mysql.h>
Public Attributes | |
| char * | name |
| char * | org_name |
| char * | table |
| char * | org_table |
| char * | db |
| char * | catalog |
| char * | def |
| unsigned long | length |
| unsigned long | max_length |
| unsigned int | name_length |
| unsigned int | org_name_length |
| unsigned int | table_length |
| unsigned int | org_table_length |
| unsigned int | db_length |
| unsigned int | catalog_length |
| unsigned int | def_length |
| unsigned int | flags |
| unsigned int | decimals |
| unsigned int | charsetnr |
| enum enum_field_types | type |
Definition at line 82 of file mysql.h.
| char* st_mysql_field::catalog |
| unsigned int st_mysql_field::catalog_length |
| unsigned int st_mysql_field::charsetnr |
Definition at line 101 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), dump_table(), print_field_types(), and update_stmt_fields().
| char* st_mysql_field::db |
Definition at line 87 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), and print_field_types().
| unsigned int st_mysql_field::db_length |
| unsigned int st_mysql_field::decimals |
Definition at line 100 of file mysql.h.
Referenced by alloc_stmt_fields(), append_field(), append_metadata(), fetch_float_with_conversion(), print_field_types(), and update_stmt_fields().
| char* st_mysql_field::def |
Definition at line 89 of file mysql.h.
Referenced by alloc_stmt_fields(), and do_verify_prepare_field().
| unsigned int st_mysql_field::def_length |
| unsigned int st_mysql_field::flags |
Definition at line 99 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), fetch_long_with_conversion(), fetch_result_short(), fetch_result_tinyint(), fetch_result_with_conversion(), my_print_result_metadata(), print_field_types(), print_table_data(), test_field_flags(), and update_stmt_fields().
| unsigned long st_mysql_field::length |
Definition at line 90 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), fetch_long_with_conversion(), print_field_types(), print_table_data(), and update_stmt_fields().
| unsigned long st_mysql_field::max_length |
Definition at line 91 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), cli_read_rows(), do_verify_prepare_field(), list_dbs(), list_tables(), my_print_dashes(), my_print_result_metadata(), my_process_result_set(), my_process_stmt_result(), print_field_types(), print_header(), print_relative_row(), print_res_header(), print_res_row(), print_res_top(), print_row(), print_table_data(), print_table_data_vertically(), print_top(), setup_one_fetch_function(), skip_result_string(), store_values(), test_bug6096(), and test_long_data_str1().
| char* st_mysql_field::name |
Definition at line 83 of file mysql.h.
Referenced by alloc_stmt_fields(), append_field(), append_metadata(), build_completion_hash(), do_verify_prepare_field(), dump_table(), get_table_structure(), get_view_structure(), main(), my_print_result_metadata(), print_field_types(), print_header(), print_res_header(), print_res_top(), print_tab_data(), print_table_data(), print_table_data_html(), print_table_data_vertically(), print_top(), print_value(), print_xml_row(), test_func_fields(), and var_query_set().
| unsigned int st_mysql_field::name_length |
Definition at line 92 of file mysql.h.
Referenced by append_metadata(), print_table_data(), print_table_data_vertically(), and print_xml_row().
| char* st_mysql_field::org_name |
Definition at line 84 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), and test_func_fields().
| unsigned int st_mysql_field::org_name_length |
Definition at line 86 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), and print_field_types().
| unsigned int st_mysql_field::org_table_length |
| char* st_mysql_field::table |
Definition at line 85 of file mysql.h.
Referenced by alloc_stmt_fields(), append_metadata(), do_verify_prepare_field(), print_field_types(), and test_func_fields().
| unsigned int st_mysql_field::table_length |
Definition at line 102 of file mysql.h.
Referenced by alloc_stmt_fields(), append_field(), append_metadata(), do_verify_prepare_field(), dump_table(), fetch_result_with_conversion(), my_process_result_set(), my_process_stmt_result(), mysql_stmt_bind_result(), print_field_types(), print_table_data(), setup_one_fetch_function(), test_bug11718(), and update_stmt_fields().
1.4.7

