Documentation ¶
Overview ¶
Package types contains Go types corresponding to database types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Geography ¶
type Geography struct { Valid bool Type GeographyType Longitude float64 Latitude float64 }
func (*Geography) NullableLatitude ¶
func (*Geography) NullableLongitude ¶
Click to show internal directories.
Click to hide internal directories.