uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_report_attribute | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| rep_attribute_id | Integer |
| nextval('"URX_PUBLIC".sys_report_attribute_id_seq'::regclass) | Identificador | |||
rep_attribute_group_id | SmallInt | Grupo de Atributos |
| |||||
rep_attribute_order | SmallInt |
| Ordenação | |||||
rep_attribute_label_width | SmallInt |
| Largura na Grid | |||||
rep_attribute_data_width | SmallInt |
| Largura no Formulário | |||||
rep_attribute_data_height | SmallInt |
| Altura no Formulário | |||||
rep_attribute_name | VarChar(50) | Nome do Atributo | ||||||
rep_attribute_label | VarChar(128) |
| Rótulo | |||||
rep_attribute_align | SmallInt |
| Alinhamento (somente quando é horizontal) | |||||
rep_attribute_decimals | SmallInt |
| Nº de Casas Decimais |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_report_attribute_order | URX_PUBLIC.sys_report_attribute | rep_attribute_order | ||
ix_sys_report_attribute_sys_report_attribute_group | URX_PUBLIC.sys_report_attribute | rep_attribute_group_id |
Foreign Keys | ||||
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 |
Parent Relations (none) |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_report_attribute_create | URX_PUBLIC.sys_report_attribute |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |