Class: Flydata::SourcePostgresql::DataEntry
- Inherits:
-
Flydata::Source::DataEntry
- Object
- Flydata::Source::Component
- Flydata::Source::DataEntry
- Flydata::SourcePostgresql::DataEntry
- Defined in:
- lib/flydata/source_postgresql/data_entry.rb
Constant Summary collapse
- CONFIG_PARAMS =
{ postgresql_data_entry_preference: { database: {}, tables: {}, tables_append_only: {}, pk_override: {}, table_attributes: {}, host: {}, port: {}, username: {}, password: {encrypted: true}, schema: {}, } }
Method Summary
Methods inherited from Flydata::Source::DataEntry
Methods inherited from Flydata::Source::Component
Constructor Details
This class inherits a constructor from Flydata::Source::Component