Class: Flydata::SourcePostgresql::Sync

Inherits:
Flydata::Source::Sync show all
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

#initialize

Constructor Details

This class inherits a constructor from Flydata::Source::Component

Instance Method Details

#supported?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/flydata/source_postgresql/sync.rb', line 9

def supported?
  true
end