[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return some information about the connection
Source position: sqldb.pp line 287
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 |