Get information about a connection.

# S4 method for ArmadilloConnection
dsGetInfo(dsObj, ...)

Arguments

dsObj

ArmadilloConnection-class class object

...

Unused, needed for compatibility with generic.

Value

The connection information. This should report the version of the data repository application (`repo.version`) and its name (`repo.name`), the database name (`dbname`), username, (`username`), host (`host`), port (`port`), etc. It MAY also include any other arguments related to the connection (e.g., thread id, socket or TCP connection type). It MUST NOT include the password.