PgSQL {RdbiPgSQL} | R Documentation |
PgSQL
generates an object of type PgSQL
PgSQL()
PgSQL
is called for it's side effects. First, it returns an
object of type PgSQL, so that the generic function dbConnect
knows which specialization to use. Second, calling PgSQL
autoloads the Rdbi.PgSQL package.
An object of class PgSQL.
Timothy H. Keitt