public static class SchedulerDAO.SchedulerHsqlDBStore extends SchedulerDAO.SchedulerDBStore
| Constructor and Description |
|---|
SchedulerHsqlDBStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
createJobInstanceRunTable()
Creates the job instance run table
|
void |
createJobInstanceTable()
Creates the job instance table
|
void |
createJobTable()
Creates the job table
|
getAllJobInstances, getInstanceRuns, getJob, getJobInstanceInfo, getJobs, getJobsByName, getJobState, getSchedulerJobInfo, getUser, init, insertIntoJobInstanceRunTable, insertIntoJobInstanceTable, insertIntoJobTable, updateJob, updateJobInstanceRun, updateJobStatuspublic void createJobTable()
throws SQLException
createJobTable in class SchedulerDAO.SchedulerDBStoreSQLExceptionpublic void createJobInstanceTable()
throws SQLException
createJobInstanceTable in class SchedulerDAO.SchedulerDBStoreSQLExceptionpublic void createJobInstanceRunTable()
throws SQLException
createJobInstanceRunTable in class SchedulerDAO.SchedulerDBStoreSQLExceptionCopyright © 2014–2018 Apache Software Foundation. All rights reserved.