Unit 'mysql57connectionbridge' Package
[Overview][Classes][Index] [#pw_androidwizard]

TMySQL57ConnectionBridge

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

Declaration

Source position: mysql57connectionbridge.pas line 14

type TMySQL57ConnectionBridge = class(TComponent)

public

  MySQL57Connection: TMySQL57Connection;

  

  SQLQuery: TSQLQuery;

  

  SQLTransaction: TSQLTransaction;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Connect;

  

  procedure BeginTransaction;

  

  procedure EndTransaction;

  

  procedure CommitTransaction;

  

published

  property DatabaseName: string; [rw]

  

  property HostName: string; [rw]

  

  property Port: Integer; [rw]

  

  property Password: string; [rw]

  

  property UserName: string; [rw]

  

end;

Inheritance

TMySQL57ConnectionBridge

  

|

TObject



CT Web help

CodeTyphon Studio