uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_object | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
obj_create_date | Date |
| Data de Criação | |||||
| obj_id | SmallInt |
| nextval('sys_object_id_seq'::regclass) | Identificador | |||
obj_module_id | SmallInt | Módulo |
| |||||
obj_update_mode | SmallInt | 1 | Modo de atualização | |||||
obj_order | SmallInt |
| Ordenação | |||||
obj_is_gender | Boolean | true | Gênero | |||||
obj_is_report_mode | Boolean | false | Modo de Relatório | |||||
obj_is_singular | Boolean | false | É Singular | |||||
obj_is_active | Boolean | true | Ativo | |||||
obj_is_deletable | Boolean | true | É excluível | |||||
obj_is_creatable | Boolean | true | É incluível | |||||
obj_is_changed | Boolean | false | É submetido sem modificação | |||||
obj_is_exclusive | Boolean | false | Acesso é exclusivo | |||||
obj_is_album | Boolean | false | É album de imagens | |||||
obj_is_retrieve_all | Boolean | true | Retorna todos | |||||
obj_is_request_data | Boolean | false | Busca dados no servidor (Requisição ajax) | |||||
obj_help_tx | Text |
| Texto de Ajuda | |||||
obj_default_action | VarChar(255) |
| Ação Padrão | |||||
obj_help_title | VarChar(255) |
| Cabeçalho da Ajuda | |||||
obj_description | VarChar(255) |
| Descrição | |||||
obj_label_plural | VarChar(100) |
| Plural do Rótulo (utilizado para coleções) | |||||
obj_report_label | VarChar(100) | Rótulo do Relatório | ||||||
obj_file_name_attribute | VarChar(100) |
| Atributo do Nome do Arquivo | |||||
obj_label | VarChar(100) | Rótulo | ||||||
obj_name | VarChar(50) | Nome do Objeto |
|
|||||
obj_header_attribute_name | VarChar(50) |
| Nome do Atributo Título | |||||
obj_order_by | VarChar(50) |
| Ordenação | |||||
obj_table_name | VarChar(50) | Nome da Tabela | ||||||
obj_attribute_prefix | VarChar(40) |
| Prefixo do Atributo | |||||
obj_default_filter | VarChar(30) |
| Filtro Padrão | |||||
obj_icon_name | VarChar(40) |
| Arquivo de Imagem | |||||
obj_is_summary | Boolean | false | É sumário |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_object_is_active | URX_PUBLIC.sys_object | obj_is_active | ||
ix_sys_object_sys_module | URX_PUBLIC.sys_object | obj_module_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_object_sys_module | URX_PUBLIC.sys_module | URX_PUBLIC.sys_object | mod_id | obj_module_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ope_pre_doc_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.ope_pre_doc | obj_id | pre_doc_entity |
fk_sys_attribute_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_attribute | obj_id | att_object_id |
fk_sys_attribute_group_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_attribute_group | obj_id | att_group_object_id |
fk_sys_function_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_function | obj_id | fun_object_id |
fk_sys_object_children_child | URX_PUBLIC.sys_object | URX_PUBLIC.sys_object_children | obj_id | obj_children_child_id |
fk_sys_object_children_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_object_children | obj_id | obj_children_object_id |
fk_sys_object_event_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_object_event | obj_id | obj_event_object_id |
fk_sys_report_object_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_report_object | obj_id | rep_object_object_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_object_create | URX_PUBLIC.sys_object |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |