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