fmewebservices.FMEDatabaseConnection.setNameValues

FMEDatabaseConnection.setNameValues(nameValues)

Sets the name values associated with this connection. Will append a new name, and update existing values, and will not delete existing values. The names are the keys and the values are the values in the dict parameter.

Parameters:

nameValues (dict) – The name values.

Return type:

None