Class: OracleDB::ObjectTypeInfo
- Inherits:
-
Object
- Object
- OracleDB::ObjectTypeInfo
- Defined in:
- lib/oracledb/info_types.rb,
ext/oracledb/rboradb_info_types.c
Instance Method Summary collapse
- #element_type_info ⇒ Object
- #is_collection ⇒ Object
- #name ⇒ Object
- #num_attributes ⇒ Object
- #schema ⇒ Object
- #to_s ⇒ Object
Instance Method Details
#element_type_info ⇒ Object
165 166 167 |
# File 'lib/oracledb/info_types.rb', line 165 def element_type_info @element_type_info end |
#is_collection ⇒ Object
161 162 163 |
# File 'lib/oracledb/info_types.rb', line 161 def is_collection @is_collection end |
#name ⇒ Object
157 158 159 |
# File 'lib/oracledb/info_types.rb', line 157 def name @name end |
#num_attributes ⇒ Object
169 170 171 |
# File 'lib/oracledb/info_types.rb', line 169 def num_attributes @num_attributes end |
#schema ⇒ Object
153 154 155 |
# File 'lib/oracledb/info_types.rb', line 153 def schema @schema end |
#to_s ⇒ Object
173 174 175 |
# File 'lib/oracledb/info_types.rb', line 173 def to_s "#{@schema}.#{@name}" end |