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

TFBAdmin

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

Declaration

Source position: fbadmin.pp line 64

type TFBAdmin = class(TComponent)

public

  constructor Create(); override;

  destructor Destroy; override;

  function Connect;

  function DisConnect;

  function Backup();

  function BackupMultiFile();

  function Restore();

  function RestoreMultiFile();

  function AddUser();

  function ModifyUser();

  function DeleteUser();

  function GetUser();

  function GetUsers();

  function GetDatabaseLog;

  function ServiceRunning;

  function WaitForServiceCompletion();

  function GetDatabaseStats();

  property ServerVersion: string; [r]

  property ServerImplementation: string; [r]

  property ServerRootDir: string; [r]

  property ServerLockDir: string; [r]

  property ServerMsgDir: string; [r]

  property ServerSecDBDir: string; [r]

  property FixFssDataCharSet: string; [rw]

published

  property User: string; [rw]

  property Password: string; [rw]

  property Host: string; [rw]

  property Port: Word; [rw]

  property Protocol: TServiceProtocol; [rw]

  property ErrorCode: LongInt; [r]

  property ErrorMsg: string; [r]

  property UseExceptions: Boolean; [rw]

  property Output: TStringList; [r]

  property OnOutput: TIBOnOutput; [rw]

  property WaitInterval: Integer; [rw]

end;

Inheritance

TFBAdmin

|

TObject


Documentation generated on: 2023-03-18