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

TOracleConnectionBridge

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

Declaration

Source position: oracleconnectionbridge.pas line 14

type TOracleConnectionBridge = class(TComponent)

public

  OracleConnection: TOracleConnection;

  

  SQLQuery: TSQLQuery;

  

  SQLTransaction: TSQLTransaction;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Connect;

  

published

  property DatabaseName: string; [rw]

  

  property HostName: string; [rw]

  

  property Port: string; [rw]

  

  property Password: string; [rw]

  

  property UserName: string; [rw]

  

end;

Inheritance

TOracleConnectionBridge

  

|

TObject



CT Web help

CodeTyphon Studio