point constant

CustomSqlType<Point> const point

The point type in Postgres.

Implementation

static const CustomSqlType<pg.Point> point = PointType();