Decimal

Type Alias Decimal 

Source
pub type Decimal = Numeric;
Expand description

Alias for Numeric

Aliased Type§

pub struct Decimal;

Trait Implementations§

Source§

impl KnownCastSqlTypeName<Mysql> for Decimal

Available on crate feature mysql_backend only.
Source§

const SQL_TYPE_NAME: &'static str = "decimal"

What to write as sql_type in the CAST(expr AS sql_type) SQL for Self
Source§

impl FallibleCastsTo<BigInt> for Decimal

Source§

impl FallibleCastsTo<Double> for Decimal

Source§

impl FallibleCastsTo<Float> for Decimal

Source§

impl FallibleCastsTo<Integer> for Decimal