requiresTempEmulation function

Does the DBMS require temp table emulation?

Does the DBMS require temp table emulation?

requiresTempEmulation(dbms)

Arguments

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

Returns

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

Examples

requiresTempEmulation("postgresql") requiresTempEmulation("oracle")