Expand description
Functions and types related to the mysql decimal type.
Structs§
- Decimal
- MySql decimal.
- Parse
Decimal Error
Constants§
- DIG_
BASE - Base of the
Digit
. - DIG_
PER_ DEC - Number of decimal digits per
Digit
. - DIG_
TO_ BYTES - Number of bytes required to store given number of decimal digits.
- POWERS_
10
Functions§
- decimal_
bin_ size - Returns binary representation size (in bytes) for given precision and scale.
Type Aliases§
- Digit
- Type of a base 9 digit.