pub const SQL_SMALLINT: SqlTypeV3;
Exact numeric value with precision 5 and scale 0 (signed: -32,768 <= n <= 32,767, unsigned: 0 <= n <= 65,535).
SQL data type: SMALLINT