This unit contains the TSmartQuery and TOraTable components.
Classes
Name | Description |
TCustomSmartQuery |
A base class defining functionality for descendant classes that access database using dynamically generated SQL statements. |
TOraTable |
A component for retrieving and updating data in a single table without writing SQL statements. |
TSmartQuery |
A component providing TCustomSmartQuery.Expand fields feature, that lets all data controls be aware of all the fields belonging to updating table an not only those requested in SELECT clause, and TCustomSmartQuery.SmartRefresh feature (in Professional and Developer editions only). |
TSmartQueryOptions |
This class allows setting up the behaviour of the TSmartQuery class. |
Enumerations
Name | Description |
TSmartState |
Specifies if TCustomSmartQuery is in view mode. |