Return some information about the connection.
Source position: sqldb.pp line 295
public function TSQLConnection.GetConnectionInfo( |
InfoType: TConnInfoType |
):string; virtual; |
InfoType |
|
Connection information to be returned. |
Requested information as a string value.
GetConnectionInfo can be used to return some information about the connection. Which information is returned depends on the InfoType parameter. The information is returned as a string. If citAll is passed, then the result will be a comma-separated list of values, each of the values enclosed in double quotes.
|
Connection information to be retrieved. |