Class: DbMeta::Oracle::Job

Inherits:
Base
  • Object
show all
Defined in:
lib/db_meta/oracle/types/job.rb

Constant Summary

Constants inherited from Base

Base::TYPES

Instance Attribute Summary

Attributes inherited from Base

#extract_type, #name, #status, #system_object, #type

Instance Method Summary collapse

Methods inherited from Base

#ddl_drop, #extract, #fetch, from_type, register_type

Methods included from Helper

#block, #create_folder, #pluralize, #remove_folder, #type_sequence, #write_buffer_to_file

Constructor Details

#initialize(args = {}) ⇒ Job

Returns a new instance of Job.



6
7
8
9
# File 'lib/db_meta/oracle/types/job.rb', line 6

def initialize(args = {})
  super
  @extract_type = :embedded
end

Instance Method Details

#system_object?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/db_meta/oracle/types/job.rb', line 11

def system_object?
  true
end