Module numeric

Source

Structs§

Numeric
A wrapper for the repr crate’s Decimal type that can be serialized to and deserialized from the PostgreSQL binary format.

Constants§

TO_FROM_SQL_BASE_POW 🔒
ToSql and FromSql use base 10,000 units.
UNITS_LEN 🔒
The maximum number of units necessary to represent a valid AdtNumeric value.

Statics§

FROM_SQL_SCALER 🔒
TO_SQL_BASER 🔒