Module: ROM::Plugins::Relation::SQL::Postgres::Streaming::Combined

Defined in:
lib/rom/plugins/relation/sql/postgres/streaming.rb

Instance Method Summary collapse

Instance Method Details

#stream_eachObject



85
86
87
# File 'lib/rom/plugins/relation/sql/postgres/streaming.rb', line 85

def stream_each
  raise StreamingNotSupportedError, "not supported on combined relations"
end