Method: Mysql#host_info
- Defined in:
- ext/mysql_api/mysql.c
#host_info ⇒ Object
host_info()
535 536 537 538 |
# File 'ext/mysql_api/mysql.c', line 535 static VALUE host_info(VALUE obj) { return rb_tainted_str_new2(mysql_get_host_info(GetHandler(obj))); } |