BiodbDbInfo-class {biodb} | R Documentation |
This class is used by BiodbDbsInfo
for storing database
characteristics, and returning them through the get()
method.
This class inherits from BiodbConnBase
.
Parent class BiodbDbsInfo
and super class
BiodbConnBase
.
# Create an instance with default settings: mybiodb <- biodb::newInst() # Get a BiodbDbInfo object for a database: mybiodb$getDbsInfo()$get('comp.csv.file') # Terminate instance. mybiodb$terminate()