add_result_set(Result_set *result_set) | Statement_handle | protected |
close() | Prepared_statement_handle | |
close_psi_info | Prepared_statement_handle | static |
copy_warnings() | Statement_handle | protected |
create_parameter_buffers() | Prepared_statement_handle | private |
enable_cursor() | Prepared_statement_handle | private |
execute() override | Prepared_statement_handle | virtual |
execute_psi_info | Prepared_statement_handle | static |
fetch() | Prepared_statement_handle | |
fetch_psi_info | Prepared_statement_handle | static |
free_old_result() | Statement_handle | |
get_capacity() | Statement_handle | inline |
get_current_result_set() | Statement_handle | inline |
get_expected_charset() | Statement_handle | inline |
get_last_errno() const | Statement_handle | inline |
get_last_error() | Statement_handle | inline |
get_mysql_state() | Statement_handle | inline |
get_num_rows_per_fetch() | Statement_handle | inline |
get_param_count() | Prepared_statement_handle | inline |
get_parameter(size_t index) | Prepared_statement_handle | |
get_query() | Statement_handle | inline |
get_result_sets() | Statement_handle | inline |
get_warnings() | Statement_handle | |
internal_close() | Prepared_statement_handle | private |
internal_execute() | Prepared_statement_handle | private |
internal_fetch() | Prepared_statement_handle | private |
internal_prepare() | Prepared_statement_handle | private |
internal_reset() | Prepared_statement_handle | private |
internal_reset(bool invalidate_params) | Prepared_statement_handle | private |
is_cursor_open() | Prepared_statement_handle | inline |
is_error() const | Statement_handle | inline |
is_executed_or_prepared() override | Prepared_statement_handle | inlinevirtual |
is_prepared_statement() override | Prepared_statement_handle | inlinevirtual |
is_using_thd_protocol() const | Statement_handle | inline |
m_bound_new_parameter_types | Prepared_statement_handle | private |
m_current_rset | Statement_handle | protected |
m_diagnostics_area | Statement_handle | protected |
m_expected_charset | Statement_handle | protected |
m_num_rows_per_fetch | Statement_handle | protected |
m_parameter_buffer_max | Prepared_statement_handle | private |
m_parameter_mem_root | Prepared_statement_handle | private |
m_parameters | Prepared_statement_handle | private |
m_protocol | Statement_handle | protected |
m_query | Statement_handle | protected |
m_result_sets | Statement_handle | protected |
m_saved_protocol | Statement_handle | protected |
m_stmt | Prepared_statement_handle | private |
m_thd | Statement_handle | protected |
m_use_thd_protocol | Statement_handle | protected |
m_warning_mem_root | Statement_handle | protected |
m_warnings | Statement_handle | protected |
m_warnings_count | Statement_handle | protected |
next_result_set() | Statement_handle | inline |
operator=(const Statement_handle &)=delete | Statement_handle | protected |
operator=(Statement_handle &&)=delete | Statement_handle | protected |
prepare() | Prepared_statement_handle | |
prepare_psi_info | Prepared_statement_handle | static |
Prepared_statement_handle(THD *thd, const char *query, uint length) | Prepared_statement_handle | inline |
reset() | Prepared_statement_handle | |
reset_psi_info | Prepared_statement_handle | static |
reset_thd_protocol() | Statement_handle | |
run(Function exec_func, PSI_statement_info *psi_info) | Prepared_statement_handle | private |
send_statement_status() | Statement_handle | protected |
set_capacity(size_t capacity) | Statement_handle | inline |
set_expected_charset(const char *charset_name) | Statement_handle | inline |
set_num_rows_per_fetch(size_t num_rows_per_fetch) | Statement_handle | inline |
set_parameter(uint idx, bool is_null, enum_field_types type, bool is_unsigned, const void *data, unsigned long data_length, const char *name, unsigned long name_length) | Prepared_statement_handle | |
set_result_set(Result_set *result_set) | Statement_handle | protected |
set_thd_protocol() | Statement_handle | |
set_use_thd_protocol(bool use_thd_protocol) | Statement_handle | inline |
Statement_handle(THD *thd, const char *query, size_t length) | Statement_handle | |
Statement_handle(const Statement_handle &)=delete | Statement_handle | protected |
Statement_handle(Statement_handle &&)=delete | Statement_handle | protected |
uses_cursor() | Prepared_statement_handle | inline |
warning_count() const | Statement_handle | inline |
~Prepared_statement_handle() override | Prepared_statement_handle | inlinevirtual |
~Statement_handle() | Statement_handle | inlinevirtual |