Learn R Programming

ROracle (version 1.2-2)

ExtDriver-class: Class ExtDriver

Description

An Oracle extproc driver class implementing the R database interface (DBI) API.

Arguments

Generators

The main generators are dbDriver and Extproc.

Extends

Class "DBIDriver", directly. Class "DBIObject", by class "DBIDriver", distance 2.

Methods

dbConnect
signature(drv = "ExtDriver"): ...
dbGetInfo
signature(dbObj = "ExtDriver"): ...
dbListConnections
signature(drv = "ExtDriver"): ...
dbUnloadDriver
signature(drv = "ExtDriver"): ...
summary
signature(object = "ExtDriver"): ...
show
signature(object = "ExtDriver")

See Also

DBI classes: OraConnection-class OraResult-class

Examples

Run this code

Run the code above in your browser using DataLab