[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbpool.pp line 44
| type TSQLDBConnectionDef = class(TCollectionItem) | 
| protected | 
| procedure AssignTo(); override; | 
| procedure ClearKey; | 
| function GetName; virtual; | 
| function GetDisplayName; override; | 
| function CreateKey; virtual; | 
| public | 
| constructor Create(); override; | 
| destructor Destroy; override; | 
| procedure Assign(); override; | 
| property ConnectionClass: TSQLConnectionClass; [rw] | 
| function GetDescription(); | 
| function ToString; override; | 
| published | 
| property ConnectionType: string; [rw] | 
| property Name: UTF8String; [rw] | 
| property DatabaseName: UTF8String; [rw] | 
| property HostName: UTF8String; [rw] | 
| property UserName: UTF8String; [rw] | 
| property Role: UTF8String; [rw] | 
| property Password: UTF8string; [rw] | 
| property Params: TStrings; [rw] | 
| property CharSet: UTF8String; [rw] | 
| property Port: Word; [rw] | 
| property Enabled: Boolean; [rw] | 
| end; | 
| | | 
| TObject |