dsGetInfo-ArmadilloConnection-method: Get connection info

dsGetInfo,ArmadilloConnection-methodR Documentation

Get connection info

Description

Get information about a connection.

Usage

## S4 method for signature '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.


DSMolgenisArmadillo documentation built on Nov. 2, 2023, 6:27 p.m.