Method: Mysql#thread_id
- Defined in:
- ext/mysql_api/mysql.c
#thread_id ⇒ Object
thread_id()
714 715 716 717 |
# File 'ext/mysql_api/mysql.c', line 714 static VALUE thread_id(VALUE obj) { return INT2NUM(mysql_thread_id(GetHandler(obj))); } |