requiresTempEmulation {DatabaseConnector} | R Documentation |
Does the DBMS require temp table emulation?
Description
Does the DBMS require temp table emulation?
Usage
requiresTempEmulation(dbms)
Arguments
dbms |
The type of DBMS running on the server. See |
Value
TRUE if the DBMS requires temp table emulation, FALSE otherwise.
Examples
requiresTempEmulation("postgresql")
requiresTempEmulation("oracle")
[Package DatabaseConnector version 6.3.2 Index]