[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbpool.pp line 213
| type TSQLDBConnectionmanager = class(TComponent) | 
| protected | 
| procedure DoLog(); | 
| function NewConnectionAllowed(); virtual; | 
| procedure Notification(); override; | 
| function CreatePool; virtual; | 
| function CreateDefinitionList; virtual; | 
| public | 
| constructor Create(); override; | 
| destructor Destroy; override; | 
| function CreateConnection(); | 
| function GetConnection(); | 
| function ReleaseConnection(); | 
| published | 
| property Pool: TSQLDBConnectionPool; [rw] | 
| property Definitions: TSQLDBConnectionDefList; [rw] | 
| property MaxDBConnections: Word; [rw] | 
| property MaxTotalConnections: Cardinal; [rw] | 
| property ConnectionOwner: TComponent; [rw] | 
| property OnLog: TPoolLogEvent; [rw] | 
| property LogEvents: TDBEventTypes; [rw] | 
| end; | 
| | | 
| TObject |