PGNumeric

Undocumented in source.

Members

Functions

canBeNative
bool canBeNative(double val)

If the numeric fits double boundaries, stores it into val and returns true, else returns false and fills val with NaN.

toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromJson
PGNumeric fromJson(Json src)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
PGNumeric fromString(string src)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

payload
string payload;
Undocumented in source.

Meta