![]() |
MySQL 8.4.7
Source Code Documentation
|
This is the complete list of members for Sql_cmd_load_table, including all inherited members.
| accept(THD *, Select_lex_visitor *) | Sql_cmd | inlinevirtual |
| bulk_driver_service(THD *thd, const TABLE *table, size_t &affected_rows) | Sql_cmd_load_table | private |
| check_bulk_load_parameters(THD *thd) | Sql_cmd_load_table | private |
| cleanup(THD *) | Sql_cmd | inlinevirtual |
| disable_secondary_storage_engine() | Sql_cmd | inline |
| eligible_secondary_storage_engine(THD *) const | Sql_cmd | inlinevirtual |
| enable_secondary_storage_engine() | Sql_cmd | inline |
| execute(THD *thd) override | Sql_cmd_load_table | virtual |
| execute_bulk(THD *thd) | Sql_cmd_load_table | private |
| execute_inner(THD *thd, enum enum_duplicates handle_duplicates) | Sql_cmd_load_table | private |
| is_bulk_load() const override | Sql_cmd_load_table | inlinevirtual |
| is_optional_transform_prepared() | Sql_cmd | inline |
| is_part_of_sp() const | Sql_cmd | inline |
| is_prepared() const | Sql_cmd | inline |
| is_regular() const | Sql_cmd | inline |
| is_single_table_plan() const | Sql_cmd | inlinevirtual |
| m_bulk_source | Sql_cmd_load_table | private |
| m_compression_algorithm_string | Sql_cmd_load_table | private |
| m_concurrency | Sql_cmd_load_table | private |
| m_exchange | Sql_cmd_load_table | |
| m_file_count | Sql_cmd_load_table | private |
| m_is_bulk_operation | Sql_cmd_load_table | private |
| m_is_local_file | Sql_cmd_load_table | |
| m_memory_size | Sql_cmd_load_table | private |
| m_on_duplicate | Sql_cmd_load_table | |
| m_opt_fields_or_vars | Sql_cmd_load_table | |
| m_opt_partitions | Sql_cmd_load_table | |
| m_opt_set_expr_strings | Sql_cmd_load_table | |
| m_opt_set_exprs | Sql_cmd_load_table | |
| m_opt_set_fields | Sql_cmd_load_table | |
| m_ordered_data | Sql_cmd_load_table | private |
| m_owner | Sql_cmd | private |
| m_part_of_sp | Sql_cmd | private |
| m_prepared | Sql_cmd | private |
| m_prepared_with_optional_transform | Sql_cmd | private |
| m_secondary_engine | Sql_cmd | private |
| m_secondary_engine_enabled | Sql_cmd | private |
| m_table | Sql_cmd_load_table | |
| needs_explicit_preparation() const | Sql_cmd | inline |
| operator=(Sql_cmd &) | Sql_cmd | private |
| owner() const | Sql_cmd | inline |
| prepare(THD *) | Sql_cmd | inlinevirtual |
| read_fixed_length(THD *thd, COPY_INFO &info, Table_ref *table_list, READ_INFO &read_info, ulong skip_lines) | Sql_cmd_load_table | private |
| read_sep_field(THD *thd, COPY_INFO &info, Table_ref *table_list, READ_INFO &read_info, const String &enclosed, ulong skip_lines) | Sql_cmd_load_table | private |
| read_xml_field(THD *thd, COPY_INFO &info, Table_ref *table_list, READ_INFO &read_info, ulong skip_lines) | Sql_cmd_load_table | private |
| reprepare_on_execute_required() const | Sql_cmd | inlinevirtual |
| secondary_engine() const | Sql_cmd | inline |
| secondary_storage_engine_disabled() const | Sql_cmd | inline |
| set_as_part_of_sp() | Sql_cmd | inline |
| set_optional_transform_prepared(bool value) | Sql_cmd | inline |
| set_owner(Prepared_statement *stmt) | Sql_cmd | inline |
| set_prepared() | Sql_cmd | inlineprotected |
| Sql_cmd(const Sql_cmd &) | Sql_cmd | private |
| Sql_cmd() | Sql_cmd | inlineprotected |
| Sql_cmd_load_table(enum_filetype filetype, bool is_local_file, enum_source_type source_type, const LEX_STRING &filename, ulong file_count, bool in_key_order, On_duplicate on_duplicate, Table_ident *table, List< String > *opt_partitions, const CHARSET_INFO *opt_charset, LEX_CSTRING compression_algorithm, String *opt_xml_rows_identified_by, const Field_separators &field_separators, const Line_separators &line_separators, ulong skip_lines, mem_root_deque< Item * > *opt_fields_or_vars, mem_root_deque< Item * > *opt_set_fields, mem_root_deque< Item * > *opt_set_exprs, List< String > *opt_set_expr_strings, ulong concurrency, ulonglong memory_size, bool is_bulk_operation) | Sql_cmd_load_table | inline |
| sql_cmd_type() const | Sql_cmd | inlinevirtual |
| sql_command_code() const override | Sql_cmd_load_table | inlinevirtual |
| truncate_table_for_bulk_load(THD *thd, Table_ref *const table_ref, dd::Table *table_def) | Sql_cmd_load_table | private |
| use_secondary_storage_engine(const handlerton *hton) | Sql_cmd | inline |
| using_secondary_storage_engine() const | Sql_cmd | inline |
| validate_table_for_bulk_load(THD *thd, Table_ref *const table_ref, dd::Table *table_def, handlerton **hton) | Sql_cmd_load_table | private |
| write_execute_load_query_log_event(THD *thd, const char *db, const char *table_name, bool is_concurrent, enum enum_duplicates duplicates, bool transactional_table, int errocode) | Sql_cmd_load_table | private |
| ~Sql_cmd() | Sql_cmd | inlineprotectedvirtual |