FireDAC.Comp.Client

From RAD Studio API Documentation
Jump to: navigation, search

Contains the FireDAC core components for data access, including TFDConnection, TFDQuery, TFDStoredProc, TFDMemTable, and so forth.

Package FireDAC.bpl

Classes

TFDAdaptedDataSetThe TFDAdaptedDataSet class uses data adapter to execute DBMS queries, open DBMS cursors, fetch rows, and post changes back to DBMS.
TFDCommandThe class responsible for the execution of SQL commands.
TFDConnectionThe class responsible for the connection establishment with a DBMS.
TFDCustomCommandThe base class responsible for the execution of SQL commands.
TFDCustomConnectionThe class responsible for the connection establishment with a DBMS.
TFDCustomConnectionClassSets the TFDCustomConnection descendant class.
TFDCustomEventAlerterThe class responsible for handling the database event notifications.
TFDCustomLocalSQLThe base class for the Local SQL engine.
TFDCustomManagerThe class responsible for connection definitions and connections management.
TFDCustomManagerClassSets the TFDCustomManager descendant class.
TFDCustomMemTableThis class implements an in-memory dataset.
TFDCustomQueryThis class implements a dataset capable of executing SQL queries.
TFDCustomSchemaAdapterThis class implements Centralized Cached Updates support.
TFDCustomStoredProcThis is a class that implements a dataset capable of executing server-side stored procedures.
TFDCustomTableAdapterThis class provides communication between the application and the database.
TFDCustomTransactionThis class is responsible for connection transaction management.
TFDCustomUpdateObjectThis is the base class for update objects used to override updates posting.
TFDEventAlerterThe class responsible for handling the database event notifications.
TFDLocalSQLDataSetTFDLocalSQLDataSet represents a dataset registered with the Local SQL engine.
TFDLocalSQLDataSetsTFDLocalSQLDataSets is a collection of TFDLocalSQLDataSet objects.
TFDManagerThis class is responsible for connection definitions and connections management.
TFDMemTableThis class implements an in-memory dataset.
TFDMetaInfoCommandThis class is responsible for executing the metadata commands.
TFDMetaInfoQueryThis class implements a dataset capable of executing meta-info queries.
TFDQueryThis class implements a dataset capable of executing SQL queries.
TFDRdbmsDataSetThis class includes everything required by descendants to execute SQL commands.
TFDSchemaAdapterThis class implements Centralized Cached Updates support.
TFDStoredProcThis class implements a dataset capable of executing server-side stored procedures.
TFDTableThis class implements a dataset that works with a single database table.
TFDTableAdapter
TFDTransactionThis class is responsible for the connection transaction management.
TFDUpdateSQLThis class applies updates on behalf of queries or stored procedures that cannot post updates directly.

Routines

FDFindDefaultConnection
FDIsDesigning
FDManagerReturns a reference to the global TFDCustomManager object.
FDSetConnectionClassSets the TFDCustomConnection descendant class.
FDSetManagerClassSets the TFDCustomManager descendant class.

Types

Firedac_Comp_Client
PFDTableBookmarkData
TFDBindedBySpecifies how the command is connected to the connection object.
TFDCommandFlags
TFDConnectionLoginEventType of event handler for the TFDCustomConnection.OnLogin event.
TFDConnectionRecoverEventType of event handler for the TFDCustomConnection.OnRecover event.
TFDEventAlerterEventTFDEventAlerterEvent is the function type for an OnAlert event.
TFDExecuteErrorEventTFDExecuteErrorEvent is the function type for an OnExecuteError event.
TFDGetDatasetEventTFDGetDatasetEvent is the function type for an OnGetDataSet event.
TFDInfoReportItemsSpecifies the type for Info Report Items.
TFDInfoReportStatusSpecifies the type for Info Report Status.
TFDOpenDatasetEvent
TFDOperationFinishedEventTFDOperationFinishedEvent is a callback procedure used by the TFDCustomCommand class.
TFDReconcileRowEventTFDReconcileRowEvent is a callback procedure used by the TFDCustomTableAdapter class.
TFDReleaseClientModeSpecifies the release client mode.
TFDTableBookmarkData
TFDUpdateRowEventTFDUpdateRowEvent is a callback procedure used by the TFDCustomTableAdapter class.