View Source DBConnection.Stream (db_connection v2.5.0)

Link to this section Summary

Link to this section Types

@type t() :: %DBConnection.Stream{
  conn: DBConnection.conn(),
  opts: Keyword.t(),
  params: any(),
  query: any()
}