Lines Matching defs:st_mysqlnd_stmt_methods

714 struct st_mysqlnd_stmt_methods  struct
716 func_mysqlnd_stmt__prepare prepare;
717 func_mysqlnd_stmt__execute execute;
718 func_mysqlnd_stmt__use_result use_result;
719 func_mysqlnd_stmt__store_result store_result;
720 func_mysqlnd_stmt__get_result get_result;
721 func_mysqlnd_stmt__more_results more_results;
722 func_mysqlnd_stmt__next_result next_result;
723 func_mysqlnd_stmt__free_result free_result;
724 func_mysqlnd_stmt__seek_data seek_data;
725 func_mysqlnd_stmt__reset reset;
726 func_mysqlnd_stmt__net_close net_close;
727 func_mysqlnd_stmt__dtor dtor;
728 func_mysqlnd_stmt__fetch fetch;
730 func_mysqlnd_stmt__bind_parameters bind_parameters;
731 func_mysqlnd_stmt__bind_one_parameter bind_one_parameter;
732 func_mysqlnd_stmt__refresh_bind_param refresh_bind_param;
733 func_mysqlnd_stmt__bind_result bind_result;
734 func_mysqlnd_stmt__bind_one_result bind_one_result;
735 func_mysqlnd_stmt__send_long_data send_long_data;
736 func_mysqlnd_stmt__get_parameter_metadata get_parameter_metadata;
737 func_mysqlnd_stmt__get_result_metadata get_result_metadata;
739 func_mysqlnd_stmt__get_last_insert_id get_last_insert_id;
740 func_mysqlnd_stmt__get_affected_rows get_affected_rows;
741 func_mysqlnd_stmt__get_num_rows get_num_rows;
743 func_mysqlnd_stmt__get_param_count get_param_count;
744 func_mysqlnd_stmt__get_field_count get_field_count;
745 func_mysqlnd_stmt__get_warning_count get_warning_count;
747 func_mysqlnd_stmt__get_error_no get_error_no;
748 func_mysqlnd_stmt__get_error_str get_error_str;
749 func_mysqlnd_stmt__get_sqlstate get_sqlstate;
751 func_mysqlnd_stmt__get_attribute get_attribute;
752 func_mysqlnd_stmt__set_attribute set_attribute;
754 func_mysqlnd_stmt__alloc_param_bind alloc_parameter_bind;
755 func_mysqlnd_stmt__alloc_result_bind alloc_result_bind;
757 func_mysqlnd_stmt__free_parameter_bind free_parameter_bind;
758 func_mysqlnd_stmt__free_result_bind free_result_bind;
760 func_mysqlnd_stmt__server_status get_server_status;
762 func_mysqlnd_stmt__generate_execute_request generate_execute_request;
763 func_mysqlnd_stmt__parse_execute_response parse_execute_response;
765 func_mysqlnd_stmt__free_stmt_content free_stmt_content;
767 func_mysqlnd_stmt__flush flush;