| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sys_attribute_group | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| att_group_id | SmallInt |
| nextval('sys_attribute_group_id_seq'::regclass) | Identificador | |||
| att_group_object_id | SmallInt | Objeto |
|
|
||||
| att_group_order | SmallInt |
| Ordenação | |||||
| att_group_label_width | SmallInt | Largura do Rótulo do Elemento de Dado | ||||||
| att_group_container_width | SmallInt | Largura da Caixa que contem Rótulo e Elemento | ||||||
| att_group_label | VarChar(50) |
| Rótulo |
|
||||
| att_group_is_active | Boolean | true | Está Ativo | |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_sys_attribute_group_order | URX_PUBLIC.sys_attribute_group | att_group_order | ||
| ix_sys_attribute_group_sys_object | URX_PUBLIC.sys_attribute_group | att_group_object_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sys_attribute_group_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_attribute_group | obj_id | att_group_object_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sys_attribute_sys_attribute_group | URX_PUBLIC.sys_attribute_group | URX_PUBLIC.sys_attribute | att_group_id | att_group_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sys_attribute_group_create | URX_PUBLIC.sys_attribute_group |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |