API:Data.DBXClient.TDBXClientDriver

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXDriverSystem.TObjectTDBXClientDriver

Delphi

TDBXClientDriver = class(TDBXDriver)

C++

class PASCALIMPLEMENTATION TDBXClientDriver : public Data::Dbxcommon::TDBXDriver

Properties

Type Visibility Source Unit Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient

Description

Driver class for DBX framework.

Data.DBXClient.TDBXClientDriver inherits from Data.DBXCommon.TDBXDriver. All content below this line refers to Data.DBXCommon.TDBXDriver.

Driver class for DBX framework.

Driver class for DBX framework. Loads client libraries if needed.

The DBX framework manages reference counts for all drivers that are loaded. When all TDBXConnection and TDBXDriver instances are freed, the driver is unloaded. So if an application holds on to an instance of TDBXConnection or TDBXDriver, that driver will not be unloaded.