Unit RALDBTypes
Functions and Procedures
Constants
Variables
Description
Base unit for database related type definitions
Uses
- Classes
- SysUtils
- TypInfo
- DB
- RALTypes
- RALJson
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; |
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
|
GitHub Repository
Generated by PasDoc 0.16.0.