Toggle Sidebar
Postgrex
v0.13.5
Pages
Modules
Exceptions
Postgrex
Top
Summary
Types
conn/0
Functions
child_spec/1
close/3
close!/3
execute/4
execute!/4
parameters/2
prepare/4
prepare!/4
query/4
query!/4
rollback/2
start_link/1
stream/4
transaction/3
Postgrex.Box
Top
Summary
Types
t/0
Postgrex.CIDR
Top
Summary
Types
t/0
Postgrex.Circle
Top
Summary
Types
t/0
Postgrex.Copy
Top
Summary
Types
t/0
Postgrex.CopyData
Top
Summary
Types
t/0
Postgrex.CopyDone
Top
Summary
Types
t/0
Postgrex.Cursor
Top
Summary
Types
t/0
Postgrex.Date
Top
Summary
Types
t/0
Postgrex.ErrorCode
Top
Summary
Functions
code_to_name/1
name_to_code/1
Postgrex.Extension
Top
Summary
Types
state/0
t/0
Callbacks
decode/1
encode/1
format/1
init/1
matching/1
Postgrex.INET
Top
Summary
Types
t/0
Postgrex.Interval
Top
Summary
Types
t/0
Postgrex.Lexeme
Top
Summary
Types
t/0
Postgrex.Line
Top
Summary
Types
t/0
Postgrex.LineSegment
Top
Summary
Types
t/0
Postgrex.MACADDR
Top
Summary
Types
macaddr/0
t/0
Postgrex.Notifications
Top
Summary
Types
server/0
Functions
listen/3
listen!/3
start_link/1
unlisten/3
unlisten!/3
Postgrex.Path
Top
Summary
Types
t/0
Postgrex.Point
Top
Summary
Types
t/0
Postgrex.Polygon
Top
Summary
Types
t/0
Postgrex.Query
Top
Summary
Types
t/0
Postgrex.Range
Top
Summary
Types
t/0
Postgrex.Result
Top
Summary
Types
t/0
Postgrex.Stream
Top
Summary
Types
t/0
Postgrex.Time
Top
Summary
Types
t/0
Postgrex.Timestamp
Top
Summary
Types
t/0
Postgrex.TypeInfo
Top
Summary
Types
t/0
Postgrex.Types
Top
Summary
Types
oid/0
state/0
type/0
Functions
define/3
Postgrex v0.13.5
Postgrex.Point
View Source
Struct for Postgres point.
Fields
x
y
Link to this section
Summary
Types
t()
Link to this section
Types
Link to this type
t()
View Source
t() :: %Postgrex.Point{x: float(), y: float()}