replace_settings_from_connection


Description:

[ Version ( since = "0.9.10" ) ]
public bool replace_settings_from_connection (Connection new_connection) throws Error

Deep-copies the settings of new_conenction and replaces the settings of this with the copied settings.

Parameters:

this

a Connection

new_connection

a Connection to replace the settings of this with

Returns:

true if the settings were valid after replacing the connection, false if they were not. Regardless of whether true or false is returned, the connection is successfully replaced. false only means, that the connection does not verify at the end of the operation.