dsGetInfo,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Get connection info
Description
Get information about a connection.
Usage
## S4 method for signature 'ArmadilloConnection'
dsGetInfo(dsObj, ...)
Arguments
dsObj |
|
... |
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.
[Package DSMolgenisArmadillo version 2.0.9 Index]