Postgrex v0.13.5 Postgrex.Stream View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Postgrex.Stream{
  conn: term(),
  max_rows: term(),
  options: term(),
  params: term(),
  query: term()
}