Unit 'sqldbpool' Package
[Overview][Constants][Types][Classes][Index] [#fcl-db]

TSQLDBConnectionDef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sqldbpool.pp line 23

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;

Inheritance

TSQLDBConnectionDef

|

TObject


Documentation generated on: 2023-03-18