OraObject-class {ROracle}R Documentation

Class OraObject

Description

Base class for all Oracle-specific DBI classes

Objects from the Class

A virtual Class: No objects may be created from it.

Extends

Class "DBIObject", directly. Class "dbObjectId", directly.

Methods

coerce
signature(from = "OraObject", to = "OraDriver"): ...
dbDataType
signature(dbObj = "OraObject"): ...
isSQLKeyword
signature(dbObj = "OraObject", name = "character"): ...
make.db.names
signature(dbObj = "OraObject", snames = "character"): ...
SQLKeywords
signature(dbObj = "OraObject"): ...

References

See the Database Interface definition document DBI.pdf in the base directory of this package or http://stat.bell-labs.com/RS-DBI.

See Also

DBI classes: OraObject-class OraDriver-class OraConnection-class OraResult-class

Examples

## Not run: 
ora <- dbDriver("Oracle")
con <- dbConnect(ora, "user/password@dbname")
## End(Not run)

[Package ROracle version 0.5-7 Index]