class Purview::Pullers::PostgreSQL

Private Instance Methods

connection_type() click to toggle source
# File lib/purview/pullers/postgresql.rb, line 6
def connection_type
  Purview::Connections::PostgreSQL
end
dialect_type() click to toggle source
# File lib/purview/pullers/postgresql.rb, line 10
def dialect_type
  Purview::Dialects::PostgreSQL
end