Represents job that will run certain number of queries and save the
results in a given location
|
|
__init__(self,
job_id=-1,
name='',
frequency=0,
output_format=0,
last_run=time.struct_time(tm_year=2012, tm_mon=2, tm_mday=8, tm_hour=14...,
output_directory='')
Initialize the state of the object |
source code
|
|
|
|
|
|
|
set_name(self,
value)
Sets the name of the job |
source code
|
|
|
|
get_frequency(self)
Returns the freqency of execution in hours |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_output_directory(self)
Returns the output directory |
source code
|
|
|
|
set_output_directory(self,
value)
Sets the output directory |
source code
|
|
|
|
|