[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Describes TIBConnection class
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; |
|
Describes TIBConnection class |
|
| | ||
TConnectionDef |
||
? | ||
TObject |
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.
SQLConnectionDef |