[Overview][Constants][Classes][Index] Reference for unit 'IBConnection' (#fcl)

TIBConnectionDef

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

Describes TIBConnection class

Declaration

Source position: ibconnection.pp line 117

type TIBConnectionDef = class(TConnectionDef)

  class function TypeName; override;

  

Firebird/Interbase child of SQLConnectionDef.TypeName

  class function ConnectionClass; override;

  

Firebird/Interbase child of SQLConnectionDef.ConnectionClass

  class function Description; override;

  

Description for the Firebird/Interbase child of SQLConnectionDef.ConnectionClass

  class function DefaultLibraryName; override;

  class function LoadFunction; override;

  class function UnLoadFunction; override;

end;

Inheritance

TIBConnectionDef

  

Describes TIBConnection class

|

TConnectionDef

?

TObject

Description

Child of SQLConnectionDef; used to register an Interbase/Firebird connection, so that it is available in "connection factory" scenarios where database drivers/connections are loaded at runtime and it is unknown at compile time whether the required database libraries are present on the end user's system.

See also

SQLConnectionDef


Documentation generated on: Oct 27 2012