Unit RALDBTypes
Description
Base unit for database related type definitions
Uses
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class TRALDB |
|
Class TRALDBUpdateSQL |
|
Class TRALDBInfoField |
|
Class TRALDBInfoFields |
|
Class TRALDBInfoTable |
|
Class TRALDBInfoTables |
Types
TRALDBTableOnError = procedure(Sender: TObject; AException: StringRAL) of object; |
TRALFieldType = (...); |
Description
Types
TRALDBTableOnError = procedure(Sender: TObject; AException: StringRAL) of object; |
|
This item has no description. |
TRALFieldType = (...); |
|
ShortInt : 1 - Low: -128 High: 127 Byte : 1 - Low: 0 High: 255 SmallInt : 2 - Low: -32768 High: 32767 Word : 2 - Low: 0 High: 65535 Integer : 4 - Low: -2147483648 High: 2147483647 LongInt : 4 - Low: -2147483648 High: 2147483647 Cardinal : 4 - Low: 0 High: 4294967295 LongWord : 4 - Low: 0 High: 4294967295 Int64 : 8 - Low: -9223372036854775808 High: 9223372036854775807 QWord : 8 - Low: 0 High: 18446744073709551615 Values
|
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.