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

TSQLDBConnectionmanager

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

Declaration

Source position: sqldbpool.pp line 192

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;

Inheritance

TSQLDBConnectionmanager

|

TObject


Documentation generated on: 2023-03-18