Unit 'oraclejdbcconnection' Package
[Overview][Classes][Procedures and functions][Index] [#pw_androidwizard]

jOracleJDBCConnection

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

Declaration

Source position: oraclejdbcconnection.pas line 17

type jOracleJDBCConnection = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  function Open;

  

  function ExecuteQuery();

  

  function ExecuteUpdate();

  

  procedure Close;

  

  procedure SetDriver();

  

  procedure SetUrl();

  

  procedure SetUserName();

  

  procedure SetPassword();

  

  procedure SetLanguage();

  

  property Driver: string; [rw]

  

  property Url: string; [rw]

  

  property UserName: string; [rw]

  

  property Password: string; [rw]

  

  property Language: TSpeechLanguage; [rw]

  

end;

Inheritance

jOracleJDBCConnection

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio