- my_init
bool my_init()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- myodbc_remove_escape
void myodbc_remove_escape(MYSQL* mysql, char* name)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_affected_rows
ulong mysql_affected_rows(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_autocommit
bool mysql_autocommit(MYSQL* mysql, bool auto_mode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_change_user
bool mysql_change_user(MYSQL* mysql, const(char)* user, const(char)* passwd, const(char)* db)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_character_set_name
const(char)* mysql_character_set_name(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_close
void mysql_close(MYSQL* sock)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_commit
bool mysql_commit(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_data_seek
void mysql_data_seek(MYSQL_RES* result, ulong offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_debug
void mysql_debug(const(char)* debug_)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_dump_debug_info
int mysql_dump_debug_info(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_embedded
bool mysql_embedded()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_eof
bool mysql_eof(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_errno
uint mysql_errno(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_error
const(char)* mysql_error(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_escape_string
c_ulong mysql_escape_string(char* to, const(char)* from, c_ulong from_length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_fetch_field
MYSQL_FIELD* mysql_fetch_field(MYSQL_RES* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_fetch_field_direct
MYSQL_FIELD* mysql_fetch_field_direct(MYSQL_RES* res, uint fieldnr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_fetch_fields
MYSQL_FIELD* mysql_fetch_fields(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_fetch_lengths
c_ulong* mysql_fetch_lengths(MYSQL_RES* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_fetch_row
MYSQL_ROW mysql_fetch_row(MYSQL_RES* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_field_count
uint mysql_field_count(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_field_seek
MYSQL_FIELD_OFFSET mysql_field_seek(MYSQL_RES* result, MYSQL_FIELD_OFFSET offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_field_tell
MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_free_result
void mysql_free_result(MYSQL_RES* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_character_set_info
void mysql_get_character_set_info(MYSQL* mysql, MY_CHARSET_INFO* charset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_client_info
const(char)* mysql_get_client_info()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_client_version
c_ulong mysql_get_client_version()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_host_info
const(char)* mysql_get_host_info(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_option
int mysql_get_option(MYSQL* mysql, int option, const(void)* arg)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_parameters
MYSQL_PARAMETERS* mysql_get_parameters()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_proto_info
uint mysql_get_proto_info(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_server_info
const(char)* mysql_get_server_info(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_server_version
c_ulong mysql_get_server_version(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_get_ssl_cipher
const(char)* mysql_get_ssl_cipher(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_hex_string
c_ulong mysql_hex_string(char* to, const(char)* from, c_ulong from_length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_info
const(char)* mysql_info(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_init
MYSQL* mysql_init(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_insert_id
ulong mysql_insert_id(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_kill
int mysql_kill(MYSQL* mysql, c_ulong pid)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_list_dbs
MYSQL_RES* mysql_list_dbs(MYSQL* mysql, const(char)* wild)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_list_fields
MYSQL_RES* mysql_list_fields(MYSQL* mysql, const(char)* table, const(char)* wild)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_list_processes
MYSQL_RES* mysql_list_processes(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_list_tables
MYSQL_RES* mysql_list_tables(MYSQL* mysql, const(char)* wild)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_more_results
bool mysql_more_results(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_next_result
int mysql_next_result(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_num_fields
uint mysql_num_fields(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_num_rows
ulong mysql_num_rows(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_options
int mysql_options(MYSQL* mysql, int option, const(void)* arg)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_options4
int mysql_options4(MYSQL* mysql, int option, const(void)* arg1, const(void)* arg2)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_ping
int mysql_ping(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_query
int mysql_query(MYSQL* mysql, const(char)* q)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_read_query_result
bool mysql_read_query_result(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_real_connect
MYSQL* mysql_real_connect(MYSQL* mysql, const(char)* host, const(char)* user, const(char)* passwd, const(char)* db, uint port, const(char)* unix_socket, c_ulong clientflag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_real_escape_string
c_ulong mysql_real_escape_string(MYSQL* mysql, char* to, const(char)* from, c_ulong length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_real_escape_string_quote
c_ulong mysql_real_escape_string_quote(MYSQL* mysql, char* to, const(char)* from, c_ulong length, char quote)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_real_query
int mysql_real_query(MYSQL* mysql, const(char)* q, c_ulong length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_refresh
int mysql_refresh(MYSQL* mysql, uint refresh_options)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_reset_connection
int mysql_reset_connection(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_rollback
bool mysql_rollback(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_row_seek
MYSQL_ROW_OFFSET mysql_row_seek(MYSQL_RES* result, MYSQL_ROW_OFFSET offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_row_tell
MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_select_db
int mysql_select_db(MYSQL* mysql, const(char)* db)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_send_query
int mysql_send_query(MYSQL* mysql, const(char)* q, c_ulong length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_server_end
void mysql_server_end()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_server_init
int mysql_server_init(int argc, char** argv, char** groups)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_session_track_get_first
int mysql_session_track_get_first(MYSQL* mysql, int type, const(char)** data, size_t* length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_session_track_get_next
int mysql_session_track_get_next(MYSQL* mysql, int type, const(char)** data, size_t* length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_set_character_set
int mysql_set_character_set(MYSQL* mysql, const(char)* csname)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_set_local_infile_default
void mysql_set_local_infile_default(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_set_local_infile_handler
void mysql_set_local_infile_handler(MYSQL* mysql, int function(void**, const(char)*, void*) local_infile_init, int function(void*, char*, uint) local_infile_read, void function(void*) local_infile_end, int function(void*, char*, uint) local_infile_error, void* )
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_set_server_option
int mysql_set_server_option(MYSQL* mysql, int option)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_shutdown
int mysql_shutdown(MYSQL* mysql, int shutdown_level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_sqlstate
const(char)* mysql_sqlstate(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_ssl_set
bool mysql_ssl_set(MYSQL* mysql, const(char)* key, const(char)* cert, const(char)* ca, const(char)* capath, const(char)* cipher)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stat
const(char)* mysql_stat(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_affected_rows
ulong mysql_stmt_affected_rows(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_attr_get
bool mysql_stmt_attr_get(MYSQL_STMT* stmt, int attr_type, void* attr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_attr_set
bool mysql_stmt_attr_set(MYSQL_STMT* stmt, int attr_type, const(void)* attr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_bind_param
bool mysql_stmt_bind_param(MYSQL_STMT* stmt, MYSQL_BIND* bnd)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_bind_result
bool mysql_stmt_bind_result(MYSQL_STMT* stmt, MYSQL_BIND* bnd)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_close
bool mysql_stmt_close(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_data_seek
void mysql_stmt_data_seek(MYSQL_STMT* stmt, ulong offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_errno
uint mysql_stmt_errno(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_error
const(char)* mysql_stmt_error(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_execute
int mysql_stmt_execute(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_fetch
int mysql_stmt_fetch(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_fetch_column
int mysql_stmt_fetch_column(MYSQL_STMT* stmt, MYSQL_BIND* bind_arg, uint column, c_ulong offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_field_count
uint mysql_stmt_field_count(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_free_result
bool mysql_stmt_free_result(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_init
MYSQL_STMT* mysql_stmt_init(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_insert_id
ulong mysql_stmt_insert_id(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_next_result
int mysql_stmt_next_result(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_num_rows
ulong mysql_stmt_num_rows(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_param_count
c_ulong mysql_stmt_param_count(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_param_metadata
MYSQL_RES* mysql_stmt_param_metadata(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_prepare
int mysql_stmt_prepare(MYSQL_STMT* stmt, const(char)* query, c_ulong length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_reset
bool mysql_stmt_reset(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_result_metadata
MYSQL_RES* mysql_stmt_result_metadata(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_row_seek
MYSQL_ROW_OFFSET mysql_stmt_row_seek(MYSQL_STMT* stmt, MYSQL_ROW_OFFSET offset)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_row_tell
MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_send_long_data
bool mysql_stmt_send_long_data(MYSQL_STMT* stmt, uint param_number, const(char)* data, c_ulong length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_sqlstate
const(char)* mysql_stmt_sqlstate(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_stmt_store_result
int mysql_stmt_store_result(MYSQL_STMT* stmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_store_result
MYSQL_RES* mysql_store_result(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_thread_end
void mysql_thread_end()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_thread_id
c_ulong mysql_thread_id(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_thread_init
bool mysql_thread_init()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_thread_safe
uint mysql_thread_safe()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_use_result
MYSQL_RES* mysql_use_result(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- mysql_warning_count
uint mysql_warning_count(MYSQL* mysql)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.