dpq.serialisation

Members

Functions

isAnyNull
bool isAnyNull(T val)
oidFor
Oid oidFor()

Shortuct to the type's serialiser's oidForType

toBytes
Nullable!(ubyte[]) toBytes(T val)

Converts the given type to an ubyte[], as PostgreSQL expects it. Ignores any Nullable specifiers and Typedefs.

Structs

SerialiserAttribute
struct SerialiserAttribute(alias T)

Meta