View Source Postgrex.Path (Postgrex v0.19.0)

Struct for PostgreSQL path.

Fields

  • open
  • points

Summary

Types

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