IDBConnectionFactory Interface
A factory interface that creates new IDBConnection instances on demand.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBConnectionFactory = interface(IInterface);
Methods
| Name | Description |
|---|---|
| CreateConnection | Creates and returns a new IDBConnection instance. |