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