mysql.binding

Undocumented in source.

Members

Aliases

MYSQL_ROW
alias MYSQL_ROW = char**
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
cstring
alias cstring = const(ubyte)*
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
my_bool
alias my_bool = ubyte
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Enums

mysql_option
enum mysql_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.

Functions

cstr2dstr
auto cstr2dstr(inout(char)* cstr, uint str_size)
Undocumented in source. Be warned that the author may not have intended to support it.
fromCstring
string fromCstring(cstring c, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
mysql_affected_rows
ulong mysql_affected_rows(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* )
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* )
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* )
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
cstring mysql_error(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_fetch_field
MYSQL_FIELD* mysql_fetch_field(MYSQL_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_field_direct
MYSQL_FIELD mysql_fetch_field_direct(MYSQL_RES* , uint )
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* )
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
uint* mysql_fetch_lengths(MYSQL_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_row
MYSQL_ROW mysql_fetch_row(MYSQL_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* )
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
cstring 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
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_init
MYSQL* mysql_init(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* )
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* )
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* )
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, mysql_option option, 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_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* , cstring )
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* , cstring host, cstring user, cstring password, cstring db, uint port, cstring 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
uint mysql_real_escape_string(MYSQL* , ubyte* to, cstring from, uint 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_select_db
int mysql_select_db(MYSQL* , cstring )
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
cstring 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_store_result
MYSQL_RES* mysql_store_result(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_use_result
MYSQL_RES* mysql_use_result(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.
toCstring
cstring toCstring(string c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MYSQL
struct 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
struct MYSQL_DATA
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
struct MYSQL_FIELD
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_RES
struct MYSQL_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_ROWS
struct MYSQL_ROWS
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta