-
Notifications
You must be signed in to change notification settings - Fork 2
DbTypeArithmeticInt
do- edited this page May 9, 2023
·
2 revisions
DbTypeArithmeticFixed is a DbTypeArithmetic descendant representing integer number types with binary internal representation.
| 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) |