Module tiberius::numeric

source ·
Expand description

Representations of numeric types.

Structs

  • A big decimal type.
  • A big signed integer type.
  • Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.