source: trunk/DbEngines/UDbClientRegistry.pas

Last change on this file was 26, checked in by chronos, 20 months ago
  • Removed: TemplateGenerics as required package. Used Generics.Collections instead.
File size: 233 bytes
Line 
1unit UDbClientRegistry;
2
3interface
4
5uses
6 Classes, SysUtils, UDatabase;
7
8type
9 TDbClientRegistry = class(TDbClient)
10
11 end;
12
13 TDbConnectParamsRegistry = class(TDbConnectParams)
14
15 end;
16
17
18implementation
19
20end.
21
Note: See TracBrowser for help on using the repository browser.