Class: OracleDB::ObjectAttr

Inherits:
Object
  • Object
show all
Defined in:
lib/oracledb/object_types.rb,
ext/oracledb/rboradb_object.c

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



121
122
123
124
# File 'ext/oracledb/rboradb.c', line 121

VALUE rboradb_notimplement(int argc, VALUE *argv, VALUE self)
{
    rb_notimplement();
}

Instance Method Details

#nameObject



3
4
5
# File 'lib/oracledb/object_types.rb', line 3

def name
  (@info ||= __info).name
end

#type_infoObject



7
8
9
# File 'lib/oracledb/object_types.rb', line 7

def type_info
  (@info ||= __info).type_info
end