Module mysql_common::binlog::decimal
source · Expand description
Functions and types related to the mysql decimal type.
Structs
- MySql decimal.
Constants
- Base of the
Digit
. - Number of decimal digits per
Digit
. - Number of bytes required to store given number of decimal digits.
Functions
- Returns binary representation size (in bytes) for given precision and scale.
Type Aliases
- Type of a base 9 digit.