pgator.db.pq.types.geometric

PostgreSQL geometric types binary format.

Members

Functions

convert
Point convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
LineSegment convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
Path convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
Box convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
Polygon convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
Circle convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Box
struct Box
Undocumented in source.
Circle
struct Circle
Undocumented in source.
LineSegment
struct LineSegment
Undocumented in source.
Path
struct Path
Undocumented in source.
Point
struct Point
Undocumented in source.
Polygon
struct Polygon
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>