getConnClassName {biodb} | R Documentation |
Gets the name of the connector class corresponding to a connector.
getConnClassName(connName)
connName |
A connector name (e.g.: "mass.csv.file"). |
The name of the corresponding connector class (e.g.: "MassCsvFileConn").
biodb::getConnClassName('foo.db')