pgator.db.pq.types.inet

PostgreSQL network types binary format.

Members

Functions

convert
PQMacAddress convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
convert
PQInetAddress convert(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger strictLogger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger strictLogger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(ILogger strictLogger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PQInetAddress
struct PQInetAddress

Struct holds PostgreSQL 'cidr' and 'inet' data types. Supports IPv4 and IPv6 with explicit mask designation (CIDR model).

PQMacAddress
struct PQMacAddress

MAC address. Struct holds 6 octets of the address.

Meta

License

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

Authors

NCrashed <ncrashed@gmail.com>