[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Search for a connection definition by name
Source position: sqldb.pp line 739
function GetConnectionDef( |
ConnectorName: string |
ConnectorName |
|
The name of the connection type to search |
The connection type definition, Nil if not found.
GetConnectionDef will search in the list of connection type definitions, and will return the one definition with the name that matches ConnectorName. The search is case insensitive.
If no definition is found, Nil is returned.
|
Register a new connection type for use in the universal connector |
|
|
Connection type definition class |
|
|
Name of the connection type |