Lines Matching defs:st_mysqlnd_conn_data_methods

472 struct st_mysqlnd_conn_data_methods  struct
474 func_mysqlnd_conn_data__init init;
475 func_mysqlnd_conn_data__connect connect;
476 func_mysqlnd_conn_data__escape_string escape_string;
477 func_mysqlnd_conn_data__set_charset set_charset;
478 func_mysqlnd_conn_data__query query;
479 func_mysqlnd_conn_data__send_query send_query;
480 func_mysqlnd_conn_data__reap_query reap_query;
481 func_mysqlnd_conn_data__use_result use_result;
482 func_mysqlnd_conn_data__store_result store_result;
483 func_mysqlnd_conn_data__next_result next_result;
484 func_mysqlnd_conn_data__more_results more_results;
486 func_mysqlnd_conn_data__stmt_init stmt_init;
488 func_mysqlnd_conn_data__shutdown_server shutdown_server;
489 func_mysqlnd_conn_data__refresh_server refresh_server;
491 func_mysqlnd_conn_data__ping ping;
492 func_mysqlnd_conn_data__kill_connection kill_connection;
493 func_mysqlnd_conn_data__select_db select_db;
494 func_mysqlnd_conn_data__server_dump_debug_information server_dump_debug_information;
495 func_mysqlnd_conn_data__change_user change_user;
497 func_mysqlnd_conn_data__get_error_no get_error_no;
498 func_mysqlnd_conn_data__get_error_str get_error_str;
499 func_mysqlnd_conn_data__get_sqlstate get_sqlstate;
500 func_mysqlnd_conn_data__get_thread_id get_thread_id;
501 func_mysqlnd_conn_data__get_statistics get_statistics;
503 func_mysqlnd_conn_data__get_server_version get_server_version;
504 func_mysqlnd_conn_data__get_server_information get_server_information;
505 func_mysqlnd_conn_data__get_server_statistics get_server_statistics;
506 func_mysqlnd_conn_data__get_host_information get_host_information;
507 func_mysqlnd_conn_data__get_protocol_information get_protocol_information;
508 func_mysqlnd_conn_data__get_last_message get_last_message;
509 func_mysqlnd_conn_data__charset_name charset_name;
510 func_mysqlnd_conn_data__list_fields list_fields;
511 func_mysqlnd_conn_data__list_method list_method;
513 func_mysqlnd_conn_data__get_last_insert_id get_last_insert_id;
514 func_mysqlnd_conn_data__get_affected_rows get_affected_rows;
515 func_mysqlnd_conn_data__get_warning_count get_warning_count;
517 func_mysqlnd_conn_data__get_field_count get_field_count;
519 func_mysqlnd_conn_data__get_server_status get_server_status;
521 func_mysqlnd_conn_data__set_server_option set_server_option;
522 func_mysqlnd_conn_data__set_client_option set_client_option;
523 func_mysqlnd_conn_data__free_contents free_contents;
524 func_mysqlnd_conn_data__free_options free_options;
525 func_mysqlnd_conn_data__dtor dtor;
527 func_mysqlnd_conn_data__query_read_result_set_header query_read_result_set_header;
529 func_mysqlnd_conn_data__get_reference get_reference;
530 func_mysqlnd_conn_data__free_reference free_reference;
531 func_mysqlnd_conn_data__get_state get_state;
532 func_mysqlnd_conn_data__set_state set_state;
534 func_mysqlnd_conn_data__simple_command simple_command;
535 func_mysqlnd_conn_data__simple_command_handle_response simple_command_handle_response;
537 func_mysqlnd_conn_data__restart_psession restart_psession;
538 func_mysqlnd_conn_data__end_psession end_psession;
539 func_mysqlnd_conn_data__send_close send_close;
541 func_mysqlnd_conn_data__ssl_set ssl_set;
543 func_mysqlnd_conn_data__result_init result_init;
544 func_mysqlnd_conn_data__set_autocommit set_autocommit;
545 func_mysqlnd_conn_data__tx_commit tx_commit;
546 func_mysqlnd_conn_data__tx_rollback tx_rollback;
548 func_mysqlnd_conn_data__local_tx_start local_tx_start;
549 func_mysqlnd_conn_data__local_tx_end local_tx_end;