Last modified by Vincent Massol on 2023/04/19

From version 4.1
edited by Manuel Smeria
on 2013/02/22
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
To version 5.1
edited by Manuel Smeria
on 2013/02/22
Change comment: converted from html to xwiki syntax

Summary

Details

Page properties
Content
... ... @@ -1,90 +20,11 @@
1 -{{html clean="false" wiki="true"}}
2 -
3 -<style>
4 -td, th {border-bottom:1px solid #666}
5 -table.dbtable{border:1px solid #666;border-bottom:0px}
6 -th {background-color:#EFEFEF}
7 -.db0{width:1%;border-right:1px solid #666;}
8 -.db1{width:25%;border-right:1px solid #666}
9 -.db2{width:10%;border-right:1px solid #666}
10 -.db3{width:7%;border-right:1px solid #666}
11 -.db4{width:7%;border-right:1px solid #666}
12 -.db5{width:10%;border-right:1px solid #666}
13 -.db6{width:20%;border-right:1px solid #666}
14 -.db7{width:20%}
15 -.dbhead{background-color:#CCC;font-weight:bold}
16 -</style>
17 -
18 -=== XWiki Date Classes (xwikidateclasses) ===
19 -
20 20  This table contains the declaration of the date properties in XWiki classes.
21 -<p/>
22 -<table border="0" width="100%" class="dbtable" cellpadding="3"
23 - cellspacing="0">
24 - <tr>
25 - <td colspan="8" class="dbhead">xwikidateclasses</td>
26 - </tr>
27 - <tr>
28 - <th class="db0">&nbsp;</th>
29 - <th class="db1">Column Name</th>
30 - <th class="db2">Datatype</th>
31 - <th class="db3">Not null</th>
32 - <th class="db4">auto inc</th>
33 - <th class="db5">flags</th>
34 - <th class="db6">Default Value</th>
35 - <th class="db7">Comments</th>
36 - </tr>
37 - <tr>
38 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td>
39 - <td class="db1">XWS_ID</td>
40 - <td class="db2">INTEGER</td>
41 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
42 - <td class="db4">&nbsp;</td>
43 - <td class="db5">&nbsp;</td>
44 - <td class="db6">0</td>
45 - <td class="db7">&nbsp;</td>
46 - </tr>
47 - <tr>
48 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_key.gif||height="16" width="16"]]</td>
49 - <td class="db1">XWS_NAME</td>
50 - <td class="db2">VARCHAR(255)</td>
51 - <td class="db3">[[image:DevGuide.DatabaseSchema@db_check.gif||height="16" width="16"]]</td>
52 - <td class="db4">&nbsp;</td>
53 - <td class="db5">&nbsp;</td>
54 - <td class="db6">&nbsp;</td>
55 - <td class="db7">&nbsp;</td>
56 - </tr>
57 - <tr>
58 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
59 - <td class="db1">XWS_SIZE</td>
60 - <td class="db2">INTEGER</td>
61 - <td class="db3">&nbsp;</td>
62 - <td class="db4">&nbsp;</td>
63 - <td class="db5">&nbsp;</td>
64 - <td class="db6">null</td>
65 - <td class="db7">&nbsp;</td>
66 - </tr>
67 - <tr>
68 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
69 - <td class="db1">XWS_EMPTY_IS_TODAY</td>
70 - <td class="db2">INTEGER</td>
71 - <td class="db3">&nbsp;</td>
72 - <td class="db4">&nbsp;</td>
73 - <td class="db5">&nbsp;</td>
74 - <td class="db6">null</td>
75 - <td class="db7">&nbsp;</td>
76 - </tr>
77 - <tr>
78 - <td class="db0">[[image:DevGuide.DatabaseSchema@db_field.gif||height="16" width="16"]]</td>
79 - <td class="db1">XWS_DATE_FORMAT</td>
80 - <td class="db2">VARCHAR(255)</td>
81 - <td class="db3">&nbsp;</td>
82 - <td class="db4">&nbsp;</td>
83 - <td class="db5">&nbsp;</td>
84 - <td class="db6">null</td>
85 - <td class="db7">&nbsp;</td>
86 - </tr>
87 -</table>
88 -{{/html}}
89 89  
90 -The field name prefix is this table is wrong. It should be corrected in xwiki.hbm.xml.
3 +|=(% colspan='8'%)xwikidateclasses(%%)
4 +|= |=Column Name |=Datatype |=Not null |=auto inc |=flags |=Default value |=Comments
5 +|[[image:DatabaseSchema@db_key.gif]]|XWS_ID|INTEGER|[[image:DatabaseSchema@db_check.gif]]|||0|
6 +|[[image:DatabaseSchema@db_key.gif]]|XWS_NAME|VARCHAR(255)|[[image:DatabaseSchema@db_check.gif]]||||
7 +|[[image:DatabaseSchema@db_field.gif]]|XWS_SIZE|INTEGER||||null|
8 +|[[image:DatabaseSchema@db_field.gif]]|XWS_EMPTY_IS_TODAY|INTEGER||||null|
9 +|[[image:DatabaseSchema@db_field.gif]]|XWS_DATE_FORMAT|VARCHAR(255)||||null|
10 +
11 +The field name prefix in this table is wrong. It should be corrected in ##xwiki.hbm.xml##.

Get Connected