Method: Mysql#thread_id

Defined in:
ext/mysql_api/mysql.c

#thread_idObject

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)));
}