| OraObject-class {ROracle} | R Documentation |
Base class for all Oracle-specific DBI classes
A virtual Class: No objects may be created from it.
Class "DBIObject", directly.
Class "dbObjectId", directly.
signature(from = "OraObject", to = "OraDriver"): ... signature(dbObj = "OraObject"): ... signature(dbObj = "OraObject", name = "character"): ... signature(dbObj = "OraObject", snames = "character"): ... signature(dbObj = "OraObject"): ...
See the Database Interface definition document
DBI.pdf in the base directory of this package
or http://stat.bell-labs.com/RS-DBI.
DBI classes:
OraObject-class
OraDriver-class
OraConnection-class
OraResult-class
## Not run:
ora <- dbDriver("Oracle")
con <- dbConnect(ora, "user/password@dbname")
## End(Not run)