Module sql_types

Module sql_types 

Source
Expand description

Spatial SQL types which may be used in table definitions

Structsยง

Geometry
The MySQL GEOMETRY type.
GeometryCollection
The MySQL GEOMETRYCOLLECTION type.
LineString
The MySQL LINESTRING type.
MultiLineString
The MySQL MULTILINESTRING type.
MultiPoint
The MySQL MULTIPOINT type.
MultiPolygon
The MySQL MULTIPOLYGON type.
Point
The MySQL POINT type.
Polygon
The MySQL POLYGON type.