class OCI8::Metadata::ArgBase

def schema_name

was created in the case of package local types
under which the type was created, or under which the package
For :named_type or :ref, returns a string with the schema name
def schema_name
  attr_get_string(OCI_ATTR_SCHEMA_NAME)
end