PgSQL {RdbiPgSQL}R Documentation

Return an object of type PgSQL

Description

PgSQL generates an object of type PgSQL

Usage

PgSQL()

Details

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.

Value

An object of class PgSQL.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

autoload


[Package RdbiPgSQL version 1.16.0 Index]