clickhousex v0.4.0 Clickhousex.Query View Source

Query struct returned from a successfully prepared query.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Clickhousex.Query{
  columns: [String.t()] | nil,
  name: iodata(),
  param_count: integer(),
  params: iodata() | nil,
  statement: term(),
  type: :select | :insert | :alter | :create | :drop
}

Link to this section Functions