TSfinddb(TSdbi)
TSfinddb()所属R语言包:TSdbi
Find a Time Series Database Connection
时间序列数据库连接
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Find a connection to a specified time series database.
查找连接到指定的时间序列数据库。
用法----------Usage----------
TSfinddb(dbname=NULL, driverOrder=c("MySQL", "SQLite", "padi"))
参数----------Arguments----------
参数:dbname
Character string indicating the name of a database.
字符串表示的数据库的名称。
参数:driverOrder
A vector of character string indicating TSdbi drivers in the order they should be tried.
的矢量字符的字符串,表示TSdbi驱动程序的顺序,他们应该受到审判。
Details
详细信息----------Details----------
TSfinddb tries to establish a connection to the indicated database using the drivers in the order specified. This attempt also requires the corresponding TSdbi driver package (e.g., "TSMySQL", "TSSQLite", or "TSpadi"). If the package cannot be loaded then the driver is skipped. The first valid connection is returned. If no valid connection is found then NULL is returned.
TSfinddb尝试使用驱动程序中指定的顺序建立连接到指定的数据库。这种尝试也需要相应TSdbi的驱动程序包(例如,“TSMySQL”,“TSSQLite”,或“TSpadi”)。如果无法加载包,然后跳过驱动程序。第一个有效的连接被返回。如果没有有效的连接,则返回NULL。
值----------Value----------
A connection
一个连接
参见----------See Also----------
TSdbi-package, dbConnect, TSput, TSget, TSdates
TSdbi-package,dbConnect,TSput,TSget,TSdates
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|