uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_report_attribute_group | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| rep_attribute_group_id | SmallInt |
| nextval('"URX_PUBLIC".sys_report_attribute_group_id_seq'::regclass) | Identificador | |||
rep_attribute_group_report_object_id | SmallInt |
| Objeto |
| ||||
rep_attribute_group_order | SmallInt | Ordenação | ||||||
rep_attribute_group_gender | SmallInt | 1 | Gênero | |||||
rep_attribute_group_display | SmallInt | 0 | Disposição: 0 - Padrão, 1- Cada registro em uma linha | |||||
rep_attribute_group_label_width | SmallInt |
| Largura do Rótulo do Elemento de Dado | |||||
rep_attribute_group_container_width | SmallInt |
| Largura da Caixa que contem Rótulo e Elemento | |||||
rep_attribute_group_label | VarChar(50) |
| Rótulo | |||||
rep_attribute_group_child | VarChar(50) |
| Nome do Objeto Filho | |||||
rep_attribute_group_icon_name | VarChar(20) | Arquivo de Imagem | ||||||
rep_attribute_group_parent_id | SmallInt |
| Elemento pai |
| ||||
rep_attribute_group_title_column | VarChar(50) |
| Coluna Título | |||||
rep_attribute_group_summary | SmallInt | 0 | Totalizar |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_report_attribute_group_order | URX_PUBLIC.sys_report_attribute_group | rep_attribute_group_order | ||
ix_sys_report_attribute_group_sys_report_object | URX_PUBLIC.sys_report_attribute_group | rep_attribute_group_report_object_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_report_attribute_group_object | URX_PUBLIC.sys_report_object | URX_PUBLIC.sys_report_attribute_group | rep_object_id | rep_attribute_group_report_object_id |
fk_sys_report_attribute_group_parent | URX_PUBLIC.sys_report_attribute_group | URX_PUBLIC.sys_report_attribute_group | rep_attribute_group_id | rep_attribute_group_parent_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_report_attribute_sys_report_attribute_group | URX_PUBLIC.sys_report_attribute_group | URX_PUBLIC.sys_report_attribute | rep_attribute_group_id | rep_attribute_group_id |
fk_sys_report_attribute_group_parent | URX_PUBLIC.sys_report_attribute_group | URX_PUBLIC.sys_report_attribute_group | rep_attribute_group_id | rep_attribute_group_parent_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_report_attribute_group_create | URX_PUBLIC.sys_report_attribute_group |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |