Method: Mysql#error

Defined in:
ext/mysql_api/mysql.c

#errorObject

error()



523
524
525
526
# File 'ext/mysql_api/mysql.c', line 523

static VALUE my_error(VALUE obj)
{
    return rb_str_new2(mysql_error(GetHandler(obj)));
}