Dllb.Result.Batch (Dllb v0.4.0)

Copy Markdown View Source

Represents the result of a BEGIN BATCH ... END BATCH block.

Summary

Types

t()

@type t() :: %Dllb.Result.Batch{
  count: non_neg_integer(),
  created: non_neg_integer(),
  updated: non_neg_integer()
}