spec_driver_connect {DBItest}R Documentation

spec_driver_connect

Description

spec_driver_connect

Value

dbConnect() returns an S4 object that inherits from DBIConnection. This object is used to communicate with the database engine.

A format() method is defined for the connection object. It returns a string that consists of a single line of text.

Specification

DBI recommends using the following argument names for authentication parameters, with NULL default:

The defaults should provide reasonable behavior, in particular a local connection for host = NULL. For some DBMS (e.g., PostgreSQL), this is different to a TCP/IP connection to localhost.

In addition, DBI supports the bigint argument that governs how 64-bit integer data is returned. The following values are supported:

See Also

Other driver specifications: spec_driver_constructor, spec_driver_data_type, spec_get_info


[Package DBItest version 1.8.1 Index]