Method: DbMeta::Oracle::Lob#initialize
- Defined in:
- lib/db_meta/oracle/types/lob.rb
#initialize(args = {}) ⇒ Lob
Returns a new instance of Lob.
6 7 8 9 |
# File 'lib/db_meta/oracle/types/lob.rb', line 6 def initialize(args = {}) super @extract_type = :embedded end |