uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_attribute | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| att_id | Integer |
| nextval('sys_attribute_id_seq'::regclass) | Identificador | |||
att_object_id | SmallInt | Objeto |
| |||||
att_group_id | SmallInt | Grupo de Atributos |
| |||||
att_order | SmallInt |
| Ordenação | |||||
att_grid_width | SmallInt |
| Largura na Grid | |||||
att_form_width | SmallInt |
| Largura no Formulário | |||||
att_min_value | SmallInt |
| Valor Mínimo | |||||
att_max_value | SmallInt |
| Valor Máximo | |||||
att_max_length | SmallInt |
| Tamanho Máximo | |||||
att_form_height | SmallInt |
| Altura no Formulário | |||||
att_image_width | SmallInt |
| Largura da Imagem | |||||
att_image_height | SmallInt |
| Altura da Imagem | |||||
att_is_primary_key | Boolean | false | É Chave Primária | |||||
att_is_unique_key | Boolean | false | É Chave Única | |||||
att_is_obrigatory | Boolean | false | Obrigatório | |||||
att_is_calculated | Boolean | false | É Calculado | |||||
att_is_filterable | Boolean | false | É Filtrável | |||||
att_is_visible_on_create | Boolean | true | Apresentar ao Criar Registro | |||||
att_is_calendar_required | Boolean | false | Apresentar Calendário | |||||
att_is_multiple_handler | Boolean | false | Requer Objeto MultiSelect | |||||
att_is_empty_option_required | Boolean | false | Adicionar Opção "Selecione Um" | |||||
att_is_radio_horizontal | Boolean | false | Apresentação do Elemento Tipo Radio é Horizontal | |||||
att_is_select_not_indexed | Boolean | false | Combo é não indexada | |||||
att_help_txt | VarChar(255) |
| Texto de Ajuda | |||||
att_label | VarChar(255) |
| Rótulo | |||||
att_mime_type | VarChar(255) |
| Tipo de Arquivo | |||||
att_not_equal | VarChar(100) |
| Diferente de | |||||
att_name | VarChar(50) | Nome do Atributo | ||||||
att_type | VarChar(50) | Tipo de Dado | ||||||
att_data_source | VarChar(50) |
| Fonte de Dados | |||||
att_default_value | VarChar(100) |
| Valor Padrão | |||||
att_depends_on | VarChar(50) |
| Depende de | |||||
att_data_source_value | VarChar(30) |
| Atributo Chave da Fonte de Dados | |||||
att_data_source_text | VarChar(30) |
| Atributo Valor da Fonte de Dados | |||||
att_foreign_key | VarChar(30) |
| Chave Estrangeira | |||||
att_input_type | VarChar(20) |
| Tipo de Entrada de Dados | |||||
att_css_class | VarChar(20) |
| Classe css | |||||
att_custom_format | VarChar(20) |
| Formato Customizável | |||||
att_empty_image_css_class | VarChar(40) |
| Classe css da Imagem Vazia |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_attribute_is_obrigatory | URX_PUBLIC.sys_attribute | att_is_obrigatory | ||
ix_sys_attribute_order | URX_PUBLIC.sys_attribute | att_order | ||
ix_sys_attribute_sys_attribute_group | URX_PUBLIC.sys_attribute | att_group_id | ||
ix_sys_attribute_sys_object | URX_PUBLIC.sys_attribute | att_object_id |
Foreign Keys | ||||
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 |
fk_sys_attribute_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_attribute | obj_id | att_object_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_attribute_event_sys_attribute | URX_PUBLIC.sys_attribute | URX_PUBLIC.sys_attribute_event | att_id | att_event_attribute_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_attribute_create | URX_PUBLIC.sys_attribute |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |