View Source Postgrex.Path (Postgrex v0.16.5)

Struct for PostgreSQL path.

fields

Fields

  • open
  • points

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.Path{open: boolean(), points: [Postgrex.Point.t()]}