- as
Nullable!T as()
Undocumented in source. Be warned that the author may not have intended to support it.
- as
T as()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(SysTime val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Value val)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBytes
Nullable!(ubyte[]) toBytes(T val)
Converts the given type to an ubyte[], as PostgreSQL expects it. Ignores
any Nullable specifiers and Typedefs.