Class: OracleDB::ObjectTypeInfo

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

Instance Method Summary collapse

Instance Method Details

#element_type_infoObject



165
166
167
# File 'lib/oracledb/info_types.rb', line 165

def element_type_info
  @element_type_info
end

#is_collectionObject



161
162
163
# File 'lib/oracledb/info_types.rb', line 161

def is_collection
  @is_collection
end

#nameObject



157
158
159
# File 'lib/oracledb/info_types.rb', line 157

def name
  @name
end

#num_attributesObject



169
170
171
# File 'lib/oracledb/info_types.rb', line 169

def num_attributes
  @num_attributes
end

#schemaObject



153
154
155
# File 'lib/oracledb/info_types.rb', line 153

def schema
  @schema
end

#to_sObject



173
174
175
# File 'lib/oracledb/info_types.rb', line 173

def to_s
  "#{@schema}.#{@name}"
end