FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Go to the source code of this file.
Variables | |
const char * | check_scheduler_tables |
const char * | url_checkout |
const char * | select_upload_fk |
const char * | upload_common |
const char * | folder_name |
const char * | parent_folder_name |
const char * | upload_name |
const char * | upload_pk |
const char * | jobsql_email |
const char * | jobsql_email_job |
const char * | basic_checkout |
const char * | jobsql_information |
const char * | jobsql_started |
const char * | jobsql_complete |
const char * | jobsql_restart |
const char * | jobsql_failed |
const char * | jobsql_processed |
const char * | jobsql_paused |
const char * | jobsql_log |
const char * | jobsql_priority |
const char * | jobsql_anyrunnable |
const char * | jobsql_jobendbits |
const char * | jobsql_resetqueue |
const char * | jobsql_jobinfo |
const char * | smtp_values |
This file declares all the sql statements used in the scheduler. This should only be included once in the databace.c file.
Definition in file sqlstatements.h.
const char* basic_checkout |
Get the jobs which are not yet queued by the scheduler
Definition at line 109 of file sqlstatements.h.
const char* check_scheduler_tables |
Check column names for a given table
Definition at line 22 of file sqlstatements.h.
const char* folder_name |
For a given job id, get the folder name and folder id
Definition at line 54 of file sqlstatements.h.
const char* jobsql_anyrunnable |
Get all jobs from job queue which are runnable for a given job id
Definition at line 214 of file sqlstatements.h.
const char* jobsql_complete |
Mark the given job id as completed
Definition at line 140 of file sqlstatements.h.
const char* jobsql_email |
For a given upload id, get the user's name, email and email preference
Definition at line 92 of file sqlstatements.h.
const char* jobsql_email_job |
For a given job id, get the user's name, email and email preference
Definition at line 100 of file sqlstatements.h.
const char* jobsql_failed |
Mark the given job id as failed
Definition at line 164 of file sqlstatements.h.
const char* jobsql_information |
For a given job id, get the job information
Definition at line 122 of file sqlstatements.h.
const char* jobsql_jobendbits |
Get the job id and job end bits for the given job id
Definition at line 226 of file sqlstatements.h.
const char* jobsql_jobinfo |
Get the job information for a given job id
Definition at line 246 of file sqlstatements.h.
const char* jobsql_log |
Get the log location for the given job id
Definition at line 196 of file sqlstatements.h.
const char* jobsql_paused |
Mark the given job id as paused
Definition at line 183 of file sqlstatements.h.
const char* jobsql_priority |
Change the priority of the given job id
Definition at line 204 of file sqlstatements.h.
const char* jobsql_processed |
Update the items processed for the given job id
Definition at line 175 of file sqlstatements.h.
const char* jobsql_resetqueue |
Reset the job queue for jobs with end time as NULL
Definition at line 236 of file sqlstatements.h.
const char* jobsql_restart |
Mark the given job id as restarted
Definition at line 151 of file sqlstatements.h.
const char* jobsql_started |
Mark the given job id as started
Definition at line 130 of file sqlstatements.h.
const char* parent_folder_name |
For a given folder id, get the folder name and folder id of the immediate parent
Definition at line 65 of file sqlstatements.h.
const char* select_upload_fk |
For a given job queue id, get the upload id
Definition at line 38 of file sqlstatements.h.
const char* smtp_values |
Get the SMTP (email) values for the sysconfig table
Definition at line 256 of file sqlstatements.h.
const char* upload_common |
For a given upload id, get job and job queue
Definition at line 46 of file sqlstatements.h.
const char* upload_name |
For a given job id, get the upload file name
Definition at line 73 of file sqlstatements.h.
const char* upload_pk |
For a given job id, get the upload id and upload tree
Definition at line 82 of file sqlstatements.h.
const char* url_checkout |
Get the FOSSologyURL from sysconfig table
Definition at line 31 of file sqlstatements.h.