Learn R Programming

ROracle (version 0.3-3)

methods.Oracle: Support Ora methods

Description

Ora support methods. For details on what it does, see the documentation of the generic function.

Usage

.OraManager(obj, ...)

Arguments

refers to an actual generic function name, e.g., dbConnect
obj
is some kind of Ora object
...
additional arguments

Details

See help(generic) for a description of the functionality that this method provides in the context of the Ora driver.

See Also

On database managers:

dbManager Oracle load unload

On connections, SQL statements and resultSets:

dbExecStatement dbExec fetch quickSQL

On transaction management:

commit rollback

On meta-data:

describe getVersion getDatabases getTables getFields getCurrentDatabase getTableIndices getException getStatement hasCompleted getRowCount getAffectedRows getNullOk getInfo

Examples

Run this code
m <- dbManager("Oracle")
con <- dbConnect(m, user="opto", pass="pure-light", dbname="opto")

Run the code above in your browser using DataLab