get_cnc_string


Description:

public unowned string get_cnc_string ()

Gets the connection string used to open this connection.

The connection string is the string sent over to the underlying database provider, which describes the parameters to be used to open a connection on the underlying data source.

Parameters:

this

a Connection object.

Returns:

the connection string used when opening the connection.