SqliteEngine.Procedures.Command (SqliteEngine v0.1.0)

Copy Markdown View Source

One ordered native procedure command.

Summary

Types

t()

@type t() :: %SqliteEngine.Procedures.Command{
  application_time: integer() | nil,
  arguments: SqliteEngine.Procedures.Value.value(),
  context: term(),
  id: binary() | nil,
  procedure: <<_::256>>
}

Functions

new(command)

@spec new(t() | map()) :: t()