fmewebservices.FMENamedConnectionManager.getNamedConnection

FMENamedConnectionManager.getNamedConnection(connectionName, ownerName)

Obtain a named connection which does not block access on the DB to that given named connection. Will return None if the connection name doesn’t exist.

Parameters:
  • connectionName (str) – The name of the connection.

  • ownerName (str) – (Optional) The owner of the connection.

Return type:

Terminal subclass of FMENamedConnection or None

Returns:

The specified named connection.