uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_function | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| fun_id | SmallInt |
| nextval('"URX_PUBLIC".sys_function_id_seq'::regclass) | Identificador | |||
fun_object_id | SmallInt | Objeto |
| |||||
fun_domain_id | SmallInt | Domínio |
| |||||
fun_ssl | SmallInt | 1 | É criptografado | |||||
fun_order | SmallInt |
| Ordenação | |||||
fun_scope | SmallInt | 0 | Acesso Externo Habilitado |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_function_sys_domain | URX_PUBLIC.sys_function | fun_domain_id | ||
ix_sys_function_sys_object | URX_PUBLIC.sys_function | fun_object_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_function_sys_domain | URX_PUBLIC.sys_domain | URX_PUBLIC.sys_function | dom_id | fun_domain_id |
fk_sys_function_sys_object | URX_PUBLIC.sys_object | URX_PUBLIC.sys_function | obj_id | fun_object_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_privilege_sys_function | URX_PUBLIC.sys_function | URX_PUBLIC.sys_function_privilege | fun_id | pri_function_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_function_create | URX_PUBLIC.sys_function |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |