FireDAC.Comp.Client
Contains the FireDAC core components for data access, including TFDConnection, TFDQuery, TFDStoredProc, TFDMemTable, and so forth.
Package | FireDAC280.bpl |
---|
Classes
TFDAdaptedDataSet | The TFDAdaptedDataSet class uses data adapter to execute DBMS queries, open DBMS cursors, fetch rows, and post changes back to DBMS. |
TFDCommand | The class responsible for the execution of SQL commands. |
TFDConnection | The class responsible for the connection establishment with a DBMS. |
TFDCustomCommand | The base class responsible for the execution of SQL commands. |
TFDCustomConnection | The class responsible for the connection establishment with a DBMS. |
TFDCustomConnectionClass | Sets the TFDCustomConnection descendant class. |
TFDCustomEventAlerter | The class responsible for handling the database event notifications. |
TFDCustomLocalSQL | The base class for the Local SQL engine. |
TFDCustomManager | The class responsible for connection definitions and connections management. |
TFDCustomManagerClass | Sets the TFDCustomManager descendant class. |
TFDCustomMemTable | This class implements an in-memory dataset. |
TFDCustomQuery | This class implements a dataset capable of executing SQL queries. |
TFDCustomSchemaAdapter | This class implements Centralized Cached Updates support. |
TFDCustomStoredProc | This is a class that implements a dataset capable of executing server-side stored procedures. |
TFDCustomTableAdapter | This class provides communication between the application and the database. |
TFDCustomTransaction | This class is responsible for connection transaction management. |
TFDCustomUpdateObject | This is the base class for update objects used to override updates posting. |
TFDEventAlerter | The class responsible for handling the database event notifications. |
TFDLocalSQLDataSet | TFDLocalSQLDataSet represents a dataset registered with the Local SQL engine. |
TFDLocalSQLDataSets | TFDLocalSQLDataSets is a collection of TFDLocalSQLDataSet objects. |
TFDManager | This class is responsible for connection definitions and connections management. |
TFDMemTable | This class implements an in-memory dataset. |
TFDMetaInfoCommand | This class is responsible for executing the metadata commands. |
TFDMetaInfoQuery | This class implements a dataset capable of executing meta-info queries. |
TFDQuery | This class implements a dataset capable of executing SQL queries. |
TFDRdbmsDataSet | This class includes everything required by descendants to execute SQL commands. |
TFDSchemaAdapter | This class implements Centralized Cached Updates support. |
TFDStoredProc | This class implements a dataset capable of executing server-side stored procedures. |
TFDTable | This class implements a dataset that works with a single database table. |
TFDTableAdapter | |
TFDTransaction | This class is responsible for the connection transaction management. |
TFDUpdateSQL | This class applies updates on behalf of queries or stored procedures that cannot post updates directly. |
Routines
FDFindDefaultConnection | |
FDIsDesigning | |
FDManager | Returns a reference to the global TFDCustomManager object. |
FDSetConnectionClass | Sets the TFDCustomConnection descendant class. |
FDSetManagerClass | Sets the TFDCustomManager descendant class. |
Types