Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
42 jpm 1
<?xml version="1.0" encoding="iso-8859-15" ?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" >
4
 
5
    <head lang="fr" >
6
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
        <title>Coel v1.0 - Métadonnée - coel_meta_historique_colonne</title>
8
        <link rel="stylesheet" type="text/css" media="screen" title="Classique" href="coel.css">
9
    </head>
10
    <body xml:lang="fr" lang="fr" >
11
 
12
        <div id="zone_bandeau" >
13
            <div id="logo">
14
                <h1>
15
                <a href="/wikini/eflore/wakka.php?wiki=AppliGwtCoel" title="Retourner à la page d'accueil du wiki">
16
                    <img src="/wikini/eflore/bibliotheque/images/eflore.jpg" width="110" height="31" alt="Logo" /><br />
17
                    Retourner à la page d'accueil du wiki
18
                </a>
19
                </h1>
20
            </div>
21
            <div id="rapport_nom">
22
               <h1>Coel v1.0</h1>
23
            </div>
24
            <ul id="accessibilite">
25
                <li><a href="#zone_contenu_tete">Aller au texte</a></li>
26
                <li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
27
            </ul>
28
        </div>
29
 
30
        <div id="zone_contenu">
31
<p>Vous êtes ici : <a href="index.html">Accueil</a> > <a href="coel_module_Metadonnee.html">Métadonnée</a> > coel_meta_historique_colonne</p>
32
            <div id="zone_contenu_tete">
33
<!-- CONTENU_TETE -->
34
            </div>
35
 
36
            <div id="zone_contenu_corps">
37
<!-- CONTENU_CORPS -->
38
                <h1> Table coel_meta_historique_colonne</h1>
39
                <h2> Description générale </h2>
40
                    <p>
41
                        Contient l'historique des valeurs des champs pour les enregistrements des tables de la base de données.<br />
42
                    </p>
43
 
44
                <h2> Liste des colonnes </h2>
45
                    <table border="1" cellpadding="2" cellspacing="0" >
46
                        <thead>
47
                            <th> N° </th>
48
                            <th> Nom </th>
49
                            <th> Code </th>
50
                            <th> Type données </th>
51
                            <th> Obligatoire </th>
52
                            <th> Valeur défaut </th>
53
                            <th> Type champ </th>
54
                            <th> Index </th>
55
                            <th> Description </th>
56
                        </thead>
57
                        <tbody>
99 jpm 58
                            <tr id="cmhc_id_historique_colonne" class="pair" >
42 jpm 59
                                <td> 1 </td>
60
                                <td> cmhc_id_historique_colonne </td>
61
                                <td> cmhc_id_hc </td>
62
                                <td> INTEGER </td>
63
                                <td> oui </td>
64
                                <td>  </td>
168 jp_milcent 65
                                <td> clé primaire </td>
42 jpm 66
                                <td> oui </td>
67
                                <td> Identifiant de cet enregistrement historisé. </td>
68
                            </tr>
69
 
99 jpm 70
                            <tr id="cmhc_ce_historique_ligne" class="pair" >
42 jpm 71
                                <td> 2 </td>
72
                                <td> cmhc_ce_historique_ligne </td>
73
                                <td> cmhc_ce_hl </td>
74
                                <td> INTEGER </td>
75
                                <td> oui </td>
76
                                <td>  </td>
168 jp_milcent 77
                                <td> clé étrangère </td>
42 jpm 78
                                <td> non </td>
76 jpm 79
                                <td> Identifiant des métadonnées de cet enregistrement. </td>
42 jpm 80
                            </tr>
81
 
99 jpm 82
                            <tr id="cmhc_ce_champ" class="pair" >
42 jpm 83
                                <td> 3 </td>
84
                                <td> cmhc_ce_champ </td>
85
                                <td> cmhc_ce_c </td>
86
                                <td> INTEGER </td>
87
                                <td> oui </td>
88
                                <td>  </td>
168 jp_milcent 89
                                <td> clé étrangère </td>
42 jpm 90
                                <td> non </td>
91
                                <td> Identifiant du champ. </td>
92
                            </tr>
93
 
99 jpm 94
                            <tr id="cmhc_valeur" class="pair" >
42 jpm 95
                                <td> 4 </td>
96
                                <td> cmhc_valeur </td>
97
                                <td> cmhc_v </td>
98
                                <td> VARCHAR(255) </td>
99
                                <td> oui </td>
100
                                <td>  </td>
101
                                <td> standard </td>
102
                                <td> non </td>
103
                                <td> Valeur du champ pour cette ligne. </td>
104
                            </tr>
105
 
106
                        </tbody>
107
                    </table>
108
 
109
                    <h2> Liste des relations </h2>
110
                    <!-- RELATION_ZONE_DEBUT -->
111
                    <table border="1" cellpadding="2" cellspacing="0" >
112
                        <thead>
113
                            <th> N° </th>
114
                            <th> Code </th>
115
                            <th> Colonne dans cette table </th>
116
                            <th> Colonne dans la table liée </th>
117
                            <th> Nom table liée </th>
118
                        </thead>
119
                        <tbody>
120
                            <tr class="pair" >
121
                                <td> 1 </td>
122
                                <td> fk_cmc_cmh </td>
123
                                <td> cmhc_ce_champ </td>
124
                                <td> cmc_id_champ </td>
125
                                <td> <a href="coel_table_coel_meta_colonne.html">coel_meta_colonne</a> </td>
126
                            </tr>
127
 
128
                            <tr class="pair" >
129
                                <td> 2 </td>
130
                                <td> fk_cmhl_cmhc </td>
131
                                <td> cmhc_ce_historique_ligne </td>
132
                                <td> cmhl_id_historique_ligne </td>
133
                                <td> <a href="coel_table_coel_meta_historique_ligne.html">coel_meta_historique_ligne</a> </td>
134
                            </tr>
135
 
136
                        </tbody>
137
                    </table>
138
                    <!-- RELATION_ZONE_FIN -->
139
                    <!--
140
                    <h2> Régles </h2>
141
 
142
                    <h2> Domaine </h2>
143
            -->
144
                    <h2> Commentaires </h2>
145
                    <p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
146
                        <a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_meta_historique_colonne">
147
                            discussion sur la table coel_meta_historique_colonne
148
                        </a>.
149
                    </p>
150
            </div>
151
 
152
            <div id="zone_contenu_pied">
585 jp_milcent 153
                <p>Documentation générée le 2 septembre 2009 19:56:13</p>
42 jpm 154
<!-- CONTENU_PIED -->
155
            </div>
156
 
157
            <div id="zone_pied">
158
                <p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
159
            </div>
160
 
161
        </div>
162
 
163
        <div id="zone_menu">
164
<!-- MENU -->
165
        </div>
166
 
167
    </body>
168
</html>
169