exasol_driver: Instantiates an EXADriver object.

View source: R/EXADBI-driver.R

exasol_driverR Documentation

Instantiates an EXADriver object.

Description

Instantiates an EXADriver object.

Usage

exasol_driver(driver = NULL, silent = FALSE)

exa(driver = NULL, silent = FALSE)

Arguments

driver

The path to an ODBC driver file. If missing, the driver installed on the system is used. If "SYSTEM": the EXASOL ODBC driver installed on the system is used immediately. Alternatively a path to an ODBC driver library can be provided.

silent

If TRUE, no message is print.

Value

An EXADriver object.

Functions

  • exa: An alias for exasol_driver

Author(s)

EXASOL AG <opensource@exasol.com>

See Also

Other EXADriver related objects: EXADriver-class, dbConnect,EXADriver-method, dbEnd()


EXASOL/r-exasol documentation built on Aug. 28, 2023, 2:32 a.m.