SQL_SMALLINT

Constant SQL_SMALLINT 

Source
pub const SQL_SMALLINT: SqlTypeV3;
Expand description

Exact numeric value with precision 5 and scale 0 (signed: -32,768 <= n <= 32,767, unsigned: 0 <= n <= 65,535).

SQL data type: SMALLINT