Learn R Programming

RPostgreSQL (version 0.3-3)

PostgreSQLObject-class: Class PostgreSQLObject

Description

Base class for all PostgreSQL-specific DBI classes

Arguments

Objects from the Class

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

Extends

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

References

See the Database Interface definition document DBI.pdf in the base directory of this package or http://developer.r-project.org/db.

See Also

DBI base classes:

DBIObject-class DBIDriver-class DBIConnection-class DBIResult-class

PostgreSQL classes:

PostgreSQLObject-class PostgreSQLDriver-class PostgreSQLConnection-class PostgreSQLResult-class

Examples

Run this code
drv <- dbDriver("PostgreSQL")
con <- dbConnect(drv, dbname = "template1")

Run the code above in your browser using DataLab