Class List (Data Abstract for Delphi)
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
| | |
|---|---|
| TDAADODataTable | TDADataTable implementation based on the ADO dataset class. |
| TDAADODriver | Placeholder component used to statically link the ADO driver. |
| TDAAnyDACDriver | Placeholder component used to statically link the AnyDAC driver. |
| TDABaseDataSource | |
| TDABaseField | Abstract base class for field and parameter definitions in Data Abstract. |
| TDABaseRemoteDataAdapter | |
| TDABDEDriver | Placeholder component used to statically link the Borland BDE driver. |
| TDABin2DataStreamer | TDADataStreamer descendant that uses a improved proprietary binary format. |
| TDABinDataStreamer | TDADataStreamer descendant that uses a proprietary binary format for streaming data across the network. |
| TDABusinessProcessor | Provides the core logic for processing changes from client applications and applying them to the back-end database. |
| TDABusinessRuleScript | |
| TDACache | |
| TDACDSDataTable | TDADataTable implementation based on the TClientDataSet dataset class. |
| TDAClientBusinessRuleScript | |
| TDAColumnMapping | Represents an individual column mapping for a specific statement. |
| TDAConnectionManager | Maintains the list of connections at design-time and pools of active connections at runtime. |
| TDACustomField | TDABaseField descendant which contains method implementations. |
| TDACustomFieldCollection | |
| TDADataDictionary | Stores predefined field configurations (so called data dictionary entries, or data dictionary fields). |
| TDADataDictionaryField | TDACustomField descendant that represents entries stored in a TDADataDictionary. |
| TDADataDictionaryFieldCollection | |
| TDADataset | TDASQLCommand descendant that represents an individual dataset (or data table) defined in a schema. |
| TDADatasetParam | |
| TDADatasetProvider | Implements a DataSnap TDataSetProvider based on the TDADataTable class, allowing you to use data from a TDADataTable wherever a TDataSetProvider is expected. |
| TDADatasetRelationship | Represents individual Foreign-Key or Master/Detail relationships between data tables defined in a schema. |
| TDADatasetRelationshipCollection | |
| TDADataSource | TDataSource descendant used for linking TDADataTable and standard database controls (TDBGrid, etc). |
| TDADataStreamer | Base class for reading and writing data and delta packets from and to a format that can be transmitted over the network between client and server. |
| TDADataTable | Abstract base class for all client data table implementations in Data Abstract. |
| TDADataTableReference | |
| TDADataTableReferenceCollection | |
| TDADBISAMDriver | Placeholder component used to statically link the DBISAM drivers (DBISAM3 and DBISAM4). |
| TDADBSessionManager | Stores session data in a database accessed using Data Abstract. |
| TDADBXDriver | Placeholder component used to statically link the Borland DBX driver. |
| TDADelta | Contains set of changes (delta) to be transmitted between client and server. |
| TDADeltaChange | Represents an individual changed record within the TDADelta collection of changes. |
| TDADiagrams | Stores diagrams for a specific TDASchema. |
| TDADOADriver | Placeholder component used to statically link the Allround Automations DOA driver. |
| TDADriverManager | Manages the database drivers. |
| TDADynamicWhere | Class is used to dynamically build WHERE statements. |
| TDAEngineBaseObject | |
| TDAElevateDBDriver | Placeholder component used to statically link the ElevateDB driver. |
| TDAFIBDriver | Placeholder component used to statically link the DevRace FIBPlus driver. |
| TDAField | TDACustomField descendant which contains additional properties and methods. |
| TDAFieldCollection | |
| TDAGetDataRequest | Configures the server request in the TDARemoteDataAdapter to retrieve data from the server. |
| TDAGetSchemaRequest | Configures the server request in the TDARemoteDataAdapter to retrieve schema information from the server. |
| TDAGetScriptsRequest | Configures the server request in the TDARemoteDataAdapter to retrieve scripts from the server. |
| TDAIBDACDriver | Placeholder component used to statically link the CoreLab IBDAC driver. |
| TDAIBODriver | Placeholder component used to statically link the IBO driver. |
| TDAIBXDriver | Placeholder component used to statically link the IBX driver. |
| TDAMemDataTable | TDADataTable implementation based on the TDAMemoryDataset class. |
| TDAMemoryDataset | TDataset descendant that stores data in local memory. |
| TDAMyDACDriver | Placeholder component used to statically link the CoreLab MyDAC driver. |
| TDAMySQLDACDriver | Placeholder component used to statically link the MicroOLAP MySQLDAC driver. |
| TDANexusDBDriver | Placeholder component used to statically link the NexusDB driver. |
| TDAODACDriver | Placeholder component used to statically link the CoreLab ODAC driver. |
| TDAParam | TDABaseField descendant that represents an individual parameter for a command or data table. |
| TDAParamCollection | |
| TDAPostgresDACDriver | Placeholder component used to statically link the MicroOLAP PostgresDAC driver. |
| TDAPoweredByDataAbstractButton | Visual component that shows an image button with the RemObjects Data Abstract logo and the text "powered by Data Abstract". |
| TDAPSScriptingProvider | Base for Pascal Script integration in Data Abstract for Delphi. |
| TDARemoteCommand | Executes commands defined in TDASchema. |
| TDARemoteDataAdapter | Center of communication from the client to the server. It provides all the logic for retrieving data into TDADataTables, applying changes back to the server and handling any other data-related communication with the server such as retrieving business rules scripts or schema information. |
| TDARemoteDataAdapterRequest | Expands TRODynamicRequest for Data Abstract-specific calls done from within the TDARemoteDataAdapter. |
| TDARemoteService | Base class for v3.0-style servers. It has been deprecated. |
| TDASchema | Represents the complete or partial schema of your database, including the data tables and commands defined for it, and relationships between data tables. |
| TDAScriptingProvider | Abstract class for the scripting support in Data Abstract. |
| TDASDACDriver | Placeholder component used to statically link the CoreLab SDAC driver. |
| TDASQLCommand | Represents an individual command defined in a schema. |
| TDASQLCommandCollection | |
| TDASQLiteDriver | Placeholder component used to statically link the Aducom SQLite driver. |
| TDASQLMacroProcessor | |
| TDAStatement | Represents an individual statement defined for a command or data table in a schema. |
| TDataAbstractService | Base class for the servers. |
| TDAUpdateDataRequest | Configures the server request that will be executed by TDARemoteDataAdapter to apply updates to the server. |
| TDAUpdateRule | Represents an individual update rule defined in a schema. |
| TDAUpdateRuleCollection | |
| TDAWhere | Used for dynamically building WHERE statements. |
| TDAXmlDataStreamer | TDADataStreamer descendant that uses an easily parsable XML format for streaming data across the network. |
| TDAZeosDriver | Placeholder component used to statically link the Zeos driver. |
| TMultiDbLoginService | Base service for user authentication which allows the user to specify a database connection name as part of the login. |
| TROSEScriptLanguage |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
