Table openpetra_trunk.public.s_report_options
Options for running a report. Indicates the output destination(s), number of copies, page numbers to print, output file, etc.

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_user_id_c varchar 20
s_user.s_user_id_c s_report_options_fk1 R
This identifies who the current user is
s_module_id_c varchar 20
s_module.s_module_id_c s_report_options_fk2 R
identifies the module
s_report_file_name_c varchar 24 Name of the report text file
s_report_title_c varchar 100  √  null Title of the Report
s_interactive_l bool 1  √  true Denotes if the report is produced in batch (s_interactive_c = FALSE) or interactively (s_interactive_l = TRUE)
s_rpg_c varchar 80
s_file.s_file_name_c s_report_options_fk3 R
Name of the the report generating program
s_copies_i int4 10  √  1 Number of copies
s_from_page_i int4 10  √  0 From page number
s_to_page_i int4 10  √  0
s_data_c varchar 1000  √  null
s_date_created_d date 13  √  ('now'::text)::date
s_created_by_c varchar 20  √  null
s_user.s_user_id_c s_report_options_fkcr R
s_date_modified_d date 13  √  null
s_modified_by_c varchar 20  √  null
s_user.s_user_id_c s_report_options_fkmd R
s_modification_id_c varchar 150  √  null

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

Indexes:
Column(s) Type Sort Constraint Name
s_user_id_c Performance Asc inx_s_report_options_fk1_key0
s_module_id_c Performance Asc inx_s_report_options_fk2_key1
s_rpg_c Performance Asc inx_s_report_options_fk3_key2
s_created_by_c Performance Asc inx_s_report_options_fkcr_key3
s_modified_by_c Performance Asc inx_s_report_options_fkmd_key4

Close relationships  within of separation: