pgator.db.pq.types.conv

Utilities for conversion from PostgreSQL binary format.

Members

Functions

nonConvertable
bool nonConvertable(PQType type)
Undocumented in source. Be warned that the author may not have intended to support it.
pqToBson
Bson pqToBson(PQType type, ubyte[] val, IConnection conn, ILogger logger)
Undocumented in source. Be warned that the author may not have intended to support it.
testConvertions
void testConvertions(ILogger logger, IConnectionPool pool)
Undocumented in source. Be warned that the author may not have intended to support it.
toBson
Bson toBson(ubyte[] val, IConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

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

Authors

NCrashed <ncrashed@gmail.com>