Class of TSQLConnection type.
Source position: sqldb.pp line 819
type TSQLConnectionClass = class of TSQLConnection; |
TSQLConnectionClass is used when registering a new connection type for use in the universal connector TSQLConnector.ConnectorType
|
Name of the connection type to use. |
|
|
Universal connection component. |
|
|
Register a new connection type for use in the universal connector. |
|
|
Class to instantiate when this connection is requested. |