Drop all possible scratch tables
dropAllScratchTables(connectionDetails, scratchDatabaseSchema,
tempAchillesPrefix = "tmpach", tempHeelPrefix = "tmpheel",
numThreads = 1, tableTypes = c("achilles", "heel",
"concept_hierarchy"), outputFolder, verboseMode = TRUE)
An R object of type connectionDetails
created using the function createConnectionDetails
in the DatabaseConnector
package.
string name of database schema that Achilles scratch tables were written to.
The prefix to use for the "temporary" (but actually permanent) Achilles analyses tables. Default is "tmpach"
The prefix to use for the "temporary" (but actually permanent) Heel tables. Default is "tmpheel"
The number of threads to use to run this function. Default is 1 thread.
The types of Achilles scratch tables to drop: achilles or heel or concept_hierarchy or all 3
Path to store logs and SQL files
Boolean to determine if the console will show all execution steps. Default = TRUE
Drop all possible Achilles, Heel, and Concept Hierarchy scratch tables