[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Currently loaded library.
Source position: sqldb.pp line 728
class function TConnectionDef.LoadedLibraryName: string; virtual; |
Name of the currently loaded library
LoadedLibraryName must be overridden by descendents to return the filename of the currenly loaded client library for this connection type. If no library is loaded, an empty string must be returned.
|
Library loading function prototype |
|
|
Library unloading function prototype |
|
|
Return a function to call when the client library must be loaded |
|
|
Return a function to call when the client library must be unloaded |
|
|
Default library name |