dbDataType-methods(RMySQL)
dbDataType-methods()所属R语言包:RMySQL
Determine the SQL Data Type of an S object
确定SQL数据类型的S对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method is a straight-forward implementation of the corresponding generic function.
此方法是一种直向前执行相应的通用功能。
参数----------Arguments----------
参数:dbObj
any MySQLObject object, e.g., MySQLDriver, MySQLConnection, MySQLResult.
任何MySQLObject对象,例如,MySQLDriver,MySQLConnection,MySQLResult。
参数:obj
R/S-Plus object whose SQL type we want to determine.
R / S-PLUS对象,我们要确定的SQL类型。
参数:...
any other parameters that individual methods may need.
个别方法可能需要的任何其他参数。
参考文献----------References----------
<code>DBI.pdf</code> in the base directory of this package or http://stat.bell-labs.com/RS-DBI.
参见----------See Also----------
isSQLKeyword make.db.names
isSQLKeywordmake.db.names
实例----------Examples----------
data(quakes)
drv <- dbDriver("MySQL")
sql.type <- dbDataType(drv, quakes)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|