Skip to contents

DBI methods

Database-specific helpers

ODBC configuration

odbc() dbConnect(<OdbcDriver>)
Connect to a database via an ODBC driver
odbcDataType()
Return the corresponding ODBC data type for an R object
odbcListColumns()
List columns in an object.
odbcListConfig()
List locations of ODBC configuration files
odbcListDataSources()
List Configured Data Source Names
odbcListDrivers()
List Configured ODBC Drivers
odbcListObjectTypes()
Return the object hierarchy supported by a connection.
odbcListObjects()
List objects in a connection.
odbcPreviewObject()
Preview the data in an object.
odbcSetTransactionIsolationLevel()
Set the Transaction Isolation Level for a Connection
isTempTable()
Helper method used to determine if a table identifier is that of a temporary table.
quote_value()
Quote special character when connecting