View Source Ch.Query (Ch v0.2.4)

Query struct wrapping the SQL statement.

Summary

Types

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