WeBWorK::Utils::CourseManagement::sql - create and delete courses using the sql database layout.
Creates the course database for an SQL course. Return value is boolean, indicates success or failure.
Deletes the course database for an SQL course. Return value is boolean, indicates success or failure.
These functions are used by the methods and should not be called directly.
Execute the listed SQL statements. The appropriate SQL console is determined using $driver and invoked with the options listed in $dbOptions.
$options is a reference to a hash containing the pairs accepted in %dbOptions by addCourse(), above.
Returns true on success, false on failure.