[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Class to instantiate when this connection is requested
Source position: sqldb.pp line 723
class function TConnectionDef.ConnectionClass: TSQLConnectionClass; virtual; |
The TSQLConnectionClass for this connection type.
ConnectionClass should return the connection class to use when a connection of this type is reqested. It must be overidden by descendents of TConnectionDef.
It may not be Nil.
|
Name of the connection type |