View Source Ch.Query (Ch v0.1.14)

Query struct wrapping the SQL statement.

Link to this section Summary

Link to this section Types

@type t() :: %Ch.Query{
  command: atom(),
  decode: term(),
  encode: term(),
  statement: iodata()
}