Schema
Owner
toff
Descriptions
Vue dédiée à l'assistant de fabrication des fichiers d'import pour accès spécifique depuis le compte applicatif toff_assistant.
Fields
Name | Data type | Description |
---|---|---|
fca_id |
integer |
|
fca_parent_id |
integer |
|
fca_libelle |
varchar(128) |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table v_tr_famille_caracteristique_fca
Definition
CREATE VIEW public.v_tr_famille_caracteristique_fca (
fca_id,
fca_parent_id,
fca_libelle)
AS
SELECT tr_famille_caracteristique_fca.fca_id,
tr_famille_caracteristique_fca.fca_parent_id,
tr_famille_caracteristique_fca.fca_libelle
FROM tr_famille_caracteristique_fca;
COMMENT ON VIEW public.v_tr_famille_caracteristique_fca
IS 'Vue dédiée à l''assistant de fabrication des fichiers d''import pour accès spécifique depuis le compte applicatif toff_assistant.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |