Postgrex
v0.19.0
Pages
Modules
Search documentation of Postgrex
Settings
View Source
Postgrex.Point
(Postgrex v0.19.0)
Struct for PostgreSQL
point
.
Fields
x
y
Summary
Types
t()
Types
Link to this type
t()
View Source
@type
t() :: %Postgrex.Point{x:
float
(), y:
float
()}