Table of Contents

IDBConnectionAdapter Interface

Optional interface implemented by IDBConnection instances that wrap a third-party data-access component, providing access to the underlying object.

Syntax

Unit: Aurelius.Drivers.Interfaces

IDBConnectionAdapter = interface(IInterface);

Methods

Name Description
AdaptedConnection Returns the underlying third-party data-access component wrapped by this connection adapter (e.g., a TFDConnection or TSQLConnection).