View Source Exqlite.Query (Exqlite v0.22.0)

Query struct returned from a successfully prepared query.

Summary

Types

@type t() :: %Exqlite.Query{
  command: :insert | :delete | :update | nil,
  name: atom() | String.t(),
  ref: reference() | nil,
  statement: iodata()
}

Functions