Class: Flydata::SourceOracle::Sync
- Inherits:
-
Flydata::Source::Sync
- Object
- Flydata::Source::Component
- Flydata::Source::Sync
- Flydata::SourceOracle::Sync
- Defined in:
- lib/flydata/source_oracle/sync.rb
Constant Summary collapse
- SOURCE_PREFERENCE_NAME =
'oracle_data_entry_preference'
Constants inherited from Flydata::Source::Sync
Flydata::Source::Sync::SOURCE_TABLE_LISTS_KEYS
Instance Method Summary collapse
Methods inherited from Flydata::Source::Sync
#data_servers, #forwarder, inherited, #setup, #table_lists
Methods inherited from Flydata::Source::Component
Constructor Details
This class inherits a constructor from Flydata::Source::Component
Instance Method Details
#supported? ⇒ Boolean
9 10 11 |
# File 'lib/flydata/source_oracle/sync.rb', line 9 def supported? true end |