db_connection v2.0.2 DBConnection.Stream View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DBConnection.Stream{
  conn: DBConnection.conn(),
  opts: Keyword.t(),
  params: any(),
  query: any()
}