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.
impl KnownCastSqlTypeName<Mysql> for Decimal
Available on crate feature
mysql_backend
only.Source§const SQL_TYPE_NAME: &'static str = "decimal"
const SQL_TYPE_NAME: &'static str = "decimal"
What to write as
sql_type
in the CAST(expr AS sql_type)
SQL for
Self