找回密码
 注册
查看: 588|回复: 0

R语言 RODBC包 sqlDrop()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 22:49:26 | 显示全部楼层 |阅读模式
sqlDrop(RODBC)
sqlDrop()所属R语言包:RODBC

                                        Deletion Operations on Tables in ODBC databases
                                         ODBC数据库中的表的删除操作

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

sqlClear deletes all the rows of the table sqtable.
sqlClear将会删除所有行的表sqtable。

sqlDrop removes the table sqtable (if permitted).
sqlDrop删除表sqtable(如果允许的话)。


用法----------Usage----------


sqlClear(channel, sqtable, errors = TRUE)

sqlDrop(channel, sqtable, errors = TRUE)



参数----------Arguments----------

参数:channel
connection object as returned by odbcConnect.
连接对象返回的odbcConnect。


参数:sqtable
character string: a database table name accessible from the connected DSN.  This can be a "dotted" name of the form <VAR>schema</VAR>.<VAR>table</VAR>.
字符串:从连接的DSN访问数据库表名。这可能是一个“虚线”的形式<VAR>schema</VAR>.<VAR>table</VAR>的名称。


参数:errors
logical: if TRUE halt and display error, else return -1.
逻辑:如果TRUE停止并显示错误,否则返回-1。


Details

详细信息----------Details----------

These submit TRUNCATE TABLE and DROP TABLE SQL queries respectively.
这些提交TRUNCATE TABLE和DROP TABLESQL查询。

"Dotted" table names are allowed on systems that support them but the existence of the table is not checked and so attempting these operations on a non-existent table will give a low-level error.  (This can be suppressed by opening the connection with interpretDot =     FALSE.)
“虚线”表名被允许系统上支持他们,但没有被选中的表的存在和尝试这些操作一个不存在的表上会给出一个低级错误。 (这可以抑制由打开连接interpretDot =     FALSE。)

The default "drop" behaviour in Oracle is to move the table to the "recycle bin": use
默认的“降”的行为是在Oracle的表移动到回收站:


值----------Value----------

If errors = FALSE, a numeric value, invisibly. Otherwise a character string or invisible().
如果errors = FALSE,一个数字值,不可见的。否则字符串或invisible()。


(作者)----------Author(s)----------



Michael Lapsley and Brian Ripley




参见----------See Also----------

odbcConnect, sqlQuery, sqlFetch, sqlSave, sqlTables, odbcGetInfo
odbcConnect,sqlQuery,sqlFetch,sqlSave,sqlTables,odbcGetInfo

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 13:26 , Processed in 0.022460 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表