Method: OCI8::Metadata::Collection#type_name

Defined in:
lib/oci8/metadata.rb

#type_nameObject

A string which is the type name. The returned value will contain the type name if the datatype is :named_type or :ref. If the datatype is :named_type, the name of the named datatype’s type is returned. If the datatype is :ref, the type name of the named datatype pointed to by the REF is returned.



1241
1242
1243
# File 'lib/oci8/metadata.rb', line 1241

def type_name
  attr_get_string(OCI_ATTR_TYPE_NAME)
end