[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
can Quartz tables be accessed through sql?  XML
Forum Index -> Quartz
Author Message
nilishah

journeyman

Joined: 06/01/2011 13:47:43
Messages: 31
Offline

Hi,

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?

Thanks,
Nili
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 517
Offline

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.

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team