| BiodbDbInfo {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.
biodb::BiodbConnBase -> BiodbDbInfo
clone()The objects of this class are cloneable with this method.
BiodbDbInfo$clone(deep = FALSE)
deepWhether to make a deep clone.
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()