Class: Bdb::TxnStat

Inherits:
Object show all
Defined in:
ext/bdb.c

Defined Under Namespace

Classes: Active

Instance Method Summary collapse

Instance Method Details

#[](vname) ⇒ Object

stat -> value

return status value



2209
2210
2211
2212
# File 'ext/bdb.c', line 2209

VALUE stat_aref(VALUE obj, VALUE vname)
{
  return rb_iv_get(obj,RSTRING_PTR(rb_str_concat(rb_str_new2("@"),vname)));
}