Class ConnectorBase

class ooodev.conn.connectors.ConnectorBase[source]
abstract get_connection_identifier()[source]

Gets connection identifier

Such as socket,host=localhost,port=2002

Return type:

str

abstract get_connection_str()[source]

Gets connection string.

Such as uno:socket,host=localhost,port=2002;urp;StarOffice.ServiceManager

Return type:

str