Does the DBMS require temp table emulation?
requiresTempEmulation(dbms)
dbms
: The type of DBMS running on the server. See connect()
or createConnectionDetails()
for valid values.TRUE if the DBMS requires temp table emulation, FALSE otherwise.
requiresTempEmulation("postgresql") requiresTempEmulation("oracle")
Useful links