☰
tiberius
0.11.7
Module numeric
Structs
In crate tiberius
?
Module
tiberius
::
numeric
source
·
[
−
]
Expand description
Representations of numeric types.
Structs
BigDecimal
A big decimal type.
BigInt
A big signed integer type.
Numeric
Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.