point
.
Behaviours: epgsql_codec.
Codec for point
.
Codecs for other geometric datatypes (line, box, path, polygon, circle) can be added later.
XXX: it's not PostGIS! For PostGIS seeepgsql_codec_postgis
.
data() = point()
point() = {float(), float()}
decode/3 | |
decode_text/3 | |
encode/3 | |
init/2 | |
names/0 |
decode(X1, X2, X3) -> any()
decode_text(V, X2, X3) -> any()
encode(X1, X2, X3) -> any()
init(X1, X2) -> any()
names() -> any()
Generated by EDoc