View Source Postgrex.Stream (Postgrex v0.16.5)

Stream struct returned from stream commands.

All of its fields are private.

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.Stream{
  conn: term(),
  options: term(),
  params: term(),
  query: term()
}