Can we access quartz tables in sql query? I have requirement to display schedule of each of my job and that job is related to one of the process in our application table.
Can I join our application table with quartz table to get the schedule of that process through sql?
If you are doing READ ONLY on the tables, I don't see harms, but I would suggest you access all the data through the Scheduler API. The info you requested can be obtained through that interface.