Class: Flydata::SourcePostgresql::Sync
- Inherits:
- 
      Flydata::Source::Sync
      
        - Object
- Flydata::Source::Component
- Flydata::Source::Sync
- Flydata::SourcePostgresql::Sync
 
- Defined in:
- lib/flydata/source_postgresql/sync.rb
Constant Summary collapse
- SOURCE_PREFERENCE_NAME =
- 'postgresql_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_postgresql/sync.rb', line 9 def supported? true end |