TAureliusCustomConnectionPool Class
Abstract base class for Aurelius connection pool components.
Remarks
Descendants must implement GetPoolInterface to expose the underlying IDBConnectionPool interface. The Aurelius.Comp.Manager.TAureliusManager component references this base class so that any connection pool implementation can be assigned to it.
Syntax
Unit: Aurelius.Comp.Connection
TAureliusCustomConnectionPool = class(TComponent);
Methods
| Name | Description |
|---|---|
| GetPoolInterface | Returns the IDBConnectionPool interface implemented by this component. |