Skip to content

DbTypeArithmeticInt

do- edited this page May 9, 2023 · 2 revisions

DbTypeArithmeticFixed is a DbTypeArithmetic descendant representing integer number types with binary internal representation.

Properties

Name Type Description
bytes int The number of bytes used to store values of this type (2 for SMALLINT, 4 for INT etc.)
isSigned Boolean Whether the values of this type can represent negative values (false for all ANSI SQL integer types)

Clone this wiki locally