Table openpetra_trunk.public.s_batch_job
Jobs queued for later execution

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
s_file_name_c varchar 80 This is the name of the file
s_user_id_c varchar 20
s_user.s_user_id_c s_batch_job_fk2 R
This identifies who the current user is
s_job_type_c varchar 16  √  'Process'::character varying
s_minutes_i int4 10  √  0
s_hours_i int4 10  √  0
s_day_of_month_c varchar 16  √  '*'::character varying Pattern that stores the day of the month. Pattern can be all * or a string of days 1,15 (ie the 1st and 15th each month)
s_month_of_year_c varchar 16  √  null Pattern that stores the month of the year. Pattern can be all * or a string of months 1,4,8,12 (ie quarterly).
s_day_of_week_c varchar 16  √  null Pattern that stores the day of the week. Pattern can be all * or a string of days 0,1 (ie Sunday and Monday).
s_parameters_used_l bool 1  √  false Used to flag if parameters are passed to a process
s_data_c varchar 1000  √  null Data passed to a process.
s_remove_l bool 1  √  false Flag to remove this s_batch_job after running
s_date_submitted_d date 13 The date the batch job was submitted.
s_time_submitted_i int4 10 0 The time the batch job was submitted.
s_date_created_d date 13  √  ('now'::text)::date
s_created_by_c varchar 20  √  null
s_user.s_user_id_c s_batch_job_fkcr R
s_date_modified_d date 13  √  null
s_modified_by_c varchar 20  √  null
s_user.s_user_id_c s_batch_job_fkmd R
s_modification_id_c varchar 150  √  null

Table contained 575 rows at Do Nov 10 18:00 MEZ 2011

Indexes:
Column(s) Type Sort Constraint Name
s_file_name_c + s_user_id_c + s_date_submitted_d + s_time_submitted_i Primary key Asc/Asc/Asc/Asc s_batch_job_pk
s_file_name_c Performance Asc inx_s_batch_job_fk1_key1
s_user_id_c Performance Asc inx_s_batch_job_fk2_key2
s_created_by_c Performance Asc inx_s_batch_job_fkcr_key3
s_modified_by_c Performance Asc inx_s_batch_job_fkmd_key4
s_file_name_c + s_user_id_c + s_date_submitted_d + s_time_submitted_i Must be unique Asc/Asc/Asc/Asc inx_s_batch_job_pk0

Close relationships  within of separation: