MySQLConnection-class(RMySQL)
MySQLConnection-class()所属R语言包:RMySQL
Class MySQLConnection
类的MySqlConnection
译者:生物统计家园网 机器人LoveR
描述----------Description----------
MySQLConnection class.
MySqlConnection类。
发电机----------Generators----------
The method dbConnect is the main generator.
的方法dbConnect是主发电机。
扩展----------Extends----------
Class "DBIConnection", directly. Class "MySQLObject", directly. Class "DBIObject", by class "DBIConnection". Class "dbObjectId", by class "MySQLObject".
类"DBIConnection",直接。类"MySQLObject",直接。类"DBIObject",通过类“DBIConnection”。类"dbObjectId",通过类“MySQLObject”。
方法----------Methods----------
coerce signature(from = "MySQLConnection", to = "MySQLResult"): ...
要挟signature(from = "MySQLConnection", to = "MySQLResult"):...
dbCallProc signature(conn = "MySQLConnection"): ...
dbCallProc signature(conn = "MySQLConnection")...
dbCommit signature(conn = "MySQLConnection"): ...
dbCommit signature(conn = "MySQLConnection")...
dbConnect signature(drv = "MySQLConnection"): ...
DBCONNECTsignature(drv = "MySQLConnection"):...
dbDisconnect signature(conn = "MySQLConnection"): ...
dbDisconnect signature(conn = "MySQLConnection")...
dbExistsTable signature(conn = "MySQLConnection", name = "character"): ...
dbExistsTablesignature(conn = "MySQLConnection", name = "character"):...
dbGetException signature(conn = "MySQLConnection"): ...
dbGetException signature(conn = "MySQLConnection")...
dbGetInfo signature(dbObj = "MySQLConnection"): ...
dbGetInfo signature(dbObj = "MySQLConnection")...
dbGetQuery signature(conn = "MySQLConnection", statement = "character"): ...
dbGetQuery signature(conn = "MySQLConnection", statement = "character")...
dbListFields signature(conn = "MySQLConnection", name = "character"): ...
dbListFieldssignature(conn = "MySQLConnection", name = "character"):...
dbListResults signature(conn = "MySQLConnection"): ...
dbListResultssignature(conn = "MySQLConnection"):...
dbListTables signature(conn = "MySQLConnection"): ...
dbListTablessignature(conn = "MySQLConnection"):...
dbReadTable signature(conn = "MySQLConnection", name = "character"): ...
dbReadTablesignature(conn = "MySQLConnection", name = "character"):...
dbRemoveTable signature(conn = "MySQLConnection", name = "character"): ...
dbRemoveTablesignature(conn = "MySQLConnection", name = "character"):...
dbRollback signature(conn = "MySQLConnection"): ...
dbRollbacksignature(conn = "MySQLConnection"):...
dbSendQuery signature(conn = "MySQLConnection", statement = "character"): ...
dbSendQuery signature(conn = "MySQLConnection", statement = "character")...
dbWriteTable signature(conn = "MySQLConnection", name = "character", value = "data.frame"): ...
dbWriteTablesignature(conn = "MySQLConnection", name = "character", value = "data.frame"):...
summary signature(object = "MySQLConnection"): ...
总结signature(object = "MySQLConnection"):...
参考文献----------References----------
<code>DBI.pdf</code> in the base directory of this package or http://developer.r-project.org/db.
参见----------See Also----------
DBI base classes:
DBI的基类:
DBIObject-class DBIDriver-class DBIConnection-class DBIResult-class
DBIObject-classDBIDriver-classDBIConnection-classDBIResult-class
MySQL classes:
MySQL的类:
MySQLObject-class MySQLDriver-class MySQLConnection-class MySQLResult-class
MySQLObject-classMySQLDriver-classMySQLConnection-classMySQLResult-class
实例----------Examples----------
drv <- dbDriver("MySQL)
con <- dbConnect(drv, dbname = "rsdbi.db")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|