class TableSaw::Queries::MaterializedViews

Constants

QUERY

Public Instance Methods

call() click to toggle source
# File lib/table_saw/queries/materialized_views.rb, line 8
def call
  TableSaw::Connection.exec(QUERY).map { |row| row['matviewname'] }
end