clickhousex v0.2.3 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(),
  statement: iodata()
}