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

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

Overview

API:

  • public

Instance Method Summary collapse

Instance Method Details

#stream_eachObject

Raises:

API:

  • public



82
83
84
# File 'lib/rom/plugins/relation/sql/postgres/streaming.rb', line 82

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