Table i3geoestat_parametro_medida


Physical Name:
i3geoestat_parametro_medida

Constraint:



Attribute Summary
PK FK Logical Name Physical Name Type UNIQUE NOT NULL
    id_parametro_medida  id_parametro_medida  integer  UNIQUE  NOT NULL 
    coluna  coluna  text     
    nome  nome  text     
    descricao  descricao  text     
    id_pai  id_pai  integer     
    id_medida_variavel  id_medida_variavel  integer     
    tipo  tipo  integer     

Foreign Key
Attribute Referenced Table Referenced Key ON UPDATE ON DELETE Cardinality of parent Cardinality of child
id_medida_variavel  i3geoestat_medida_variavel  id_medida_variavel  RESTRICT  RESTRICT  1..n 

Referenced Key
Attribute Table Foreign Key ON UPDATE ON DELETE Cardinality of parent Cardinality of child

Complex Unique Key
 

Index Summary
Index Name Type UNIQUE

Attribute Detail

id_parametro_medida

id_parametro_medida

UNIQUE : TRUE
NOT NULL : TRUE
Type : integer
AUTO INCREMENT : TRUE
Default Value :
Constraint :


coluna

coluna

UNIQUE : FALSE
NOT NULL : FALSE
Type : text
AUTO INCREMENT : FALSE
Default Value :
Constraint :


nome

nome

UNIQUE : FALSE
NOT NULL : FALSE
Type : text
AUTO INCREMENT : FALSE
Default Value :
Constraint :


descricao

descricao

UNIQUE : FALSE
NOT NULL : FALSE
Type : text
AUTO INCREMENT : FALSE
Default Value :
Constraint :


id_pai

id_pai

(0 ou 1) indica se a coluna de valores da variável deve ser agregada ou não (soma dos valores ou média) conforme o tipo de unidade de medida

UNIQUE : FALSE
NOT NULL : FALSE
Type : integer
AUTO INCREMENT : FALSE
Default Value : 0
Constraint :


id_medida_variavel

id_medida_variavel

UNIQUE : FALSE
NOT NULL : FALSE
Type : integer
AUTO INCREMENT : FALSE
Default Value :
Constraint :


tipo

tipo

Tipo de parâmetro, podendo ser: 0 - Não definido 1 - Ano 2 - Mês 3 - Dia 4 - Hora 5 - Lista de opção

UNIQUE : FALSE
NOT NULL : FALSE
Type : integer
AUTO INCREMENT : FALSE
Default Value : 0
Constraint :