Learn R Programming

DatabaseConnector (version 6.3.3)

requiresTempEmulation: Does the DBMS require temp table emulation?

Description

Does the DBMS require temp table emulation?

Usage

requiresTempEmulation(dbms)

Value

TRUE if the DBMS requires temp table emulation, FALSE otherwise.

Arguments

dbms

The type of DBMS running on the server. See connect() or createConnectionDetails() for valid values.

Examples

Run this code
requiresTempEmulation("postgresql")
requiresTempEmulation("oracle")

Run the code above in your browser using DataLab