Lines Matching defs:st_mysqlnd_stmt_methods

797 struct st_mysqlnd_stmt_methods  struct
799 func_mysqlnd_stmt__prepare prepare;
800 func_mysqlnd_stmt__send_execute send_execute;
801 func_mysqlnd_stmt__execute execute;
802 func_mysqlnd_stmt__use_result use_result;
803 func_mysqlnd_stmt__store_result store_result;
804 func_mysqlnd_stmt__get_result get_result;
805 func_mysqlnd_stmt__more_results more_results;
806 func_mysqlnd_stmt__next_result next_result;
807 func_mysqlnd_stmt__free_result free_result;
808 func_mysqlnd_stmt__seek_data seek_data;
809 func_mysqlnd_stmt__reset reset;
810 func_mysqlnd_stmt__net_close net_close;
811 func_mysqlnd_stmt__dtor dtor;
812 func_mysqlnd_stmt__fetch fetch;
814 func_mysqlnd_stmt__bind_parameters bind_parameters;
815 func_mysqlnd_stmt__bind_one_parameter bind_one_parameter;
816 func_mysqlnd_stmt__refresh_bind_param refresh_bind_param;
817 func_mysqlnd_stmt__bind_result bind_result;
818 func_mysqlnd_stmt__bind_one_result bind_one_result;
819 func_mysqlnd_stmt__send_long_data send_long_data;
820 func_mysqlnd_stmt__get_parameter_metadata get_parameter_metadata;
821 func_mysqlnd_stmt__get_result_metadata get_result_metadata;
823 func_mysqlnd_stmt__get_last_insert_id get_last_insert_id;
824 func_mysqlnd_stmt__get_affected_rows get_affected_rows;
825 func_mysqlnd_stmt__get_num_rows get_num_rows;
827 func_mysqlnd_stmt__get_param_count get_param_count;
828 func_mysqlnd_stmt__get_field_count get_field_count;
829 func_mysqlnd_stmt__get_warning_count get_warning_count;
831 func_mysqlnd_stmt__get_error_no get_error_no;
832 func_mysqlnd_stmt__get_error_str get_error_str;
833 func_mysqlnd_stmt__get_sqlstate get_sqlstate;
835 func_mysqlnd_stmt__get_attribute get_attribute;
836 func_mysqlnd_stmt__set_attribute set_attribute;
838 func_mysqlnd_stmt__alloc_param_bind alloc_parameter_bind;
839 func_mysqlnd_stmt__alloc_result_bind alloc_result_bind;
841 func_mysqlnd_stmt__free_parameter_bind free_parameter_bind;
842 func_mysqlnd_stmt__free_result_bind free_result_bind;
844 func_mysqlnd_stmt__server_status get_server_status;
846 func_mysqlnd_stmt__generate_execute_request generate_execute_request;
847 func_mysqlnd_stmt__parse_execute_response parse_execute_response;
849 func_mysqlnd_stmt__free_stmt_content free_stmt_content;
851 func_mysqlnd_stmt__flush flush;
853 func_mysqlnd_stmt__free_stmt_result free_stmt_result;