Class: Purview::Pullers::PostgreSQL

Inherits:
BaseSQL show all
Defined in:
lib/purview/pullers/postgresql.rb

Method Summary

Methods inherited from BaseSQL

#pull

Methods included from Mixins::Logger

#logger, #logger_opts, #logger_type, #with_context_logging

Methods included from Mixins::Helpers

#blank?, #coalesced, #filter_blank_values, #filter_nil_values, #present?, #timestamp, #with_timestamp, #zero?

Methods included from Mixins::Dialect

#dialect, #false_value, #null_value, #quoted, #sanitized, #true_value

Methods included from Mixins::Connection

#connect, #connection_opts, #with_new_connection, #with_new_or_existing_connection, #with_transaction

Methods inherited from Base

#initialize, #pull

Constructor Details

This class inherits a constructor from Purview::Pullers::Base