[][src]Module tiberius::numeric

Representations of numeric types.

Structs

Numeric

Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.