This function allows you to access the JobRouter database.
This function returns an object of the JobDB type, which can then be used to query the JobRouter database using various SQL statements.
In case of an error a JobRouterException is thrown.
Example:
$jobDB = $this->getJobDB();