aws_ex_ray v0.1.16 AwsExRay.Record.SQL

This module provides a data structure which represents sql report.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %AwsExRay.Record.SQL{
  connection_string: String.t() | nil,
  database_type: String.t() | nil,
  database_version: String.t() | nil,
  driver_version: String.t() | nil,
  preparation: String.t() | nil,
  sanitized_query: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Link to this function

to_map(sql)
to_map(sql :: t()) :: map()