Wiki source code of XWiki Classes (xwikiclasses)
Version 1.1 by Helmut Nagy on 2009/02/12
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | <style> | ||
3 | td, th {border-bottom:1px solid #666} | ||
4 | table.dbtable{border:1px solid #666;border-bottom:0px} | ||
5 | th {background-color:#EFEFEF} | ||
6 | .db0{width:1%;border-right:1px solid #666;} | ||
7 | .db1{width:25%;border-right:1px solid #666} | ||
8 | .db2{width:10%;border-right:1px solid #666} | ||
9 | .db3{width:7%;border-right:1px solid #666} | ||
10 | .db4{width:7%;border-right:1px solid #666} | ||
11 | .db5{width:10%;border-right:1px solid #666} | ||
12 | .db6{width:20%;border-right:1px solid #666} | ||
13 | .db7{width:20%} | ||
14 | .dbhead{background-color:#CCC;font-weight:bold} | ||
15 | </style> | ||
16 | 1.1 XWiki Classes (xwikiclasses) | ||
17 | |||
18 | #warning(" In XWiki 1.1M4, this table is not populated. The XWiki engine retieves the class of an object using xwikiobjects.XWO_CLASSNAME in table xwikiobjects instead. It accesses the document where xwikidoc.XWD_FULLNAME matches xwikiobjects.XWO_CLASSNAME, and then reads the XML description of the class from xwikidoc.XWD_CUSTOM_CLASS_XML. | ||
19 | |||
20 | The table xwikiobjects is still populated, of course.") | ||
21 | |||
22 | This table contains the declaration of XWiki classes. | ||
23 | |||
24 | <table border="0" width="100%" class="dbtable" cellpadding="3" | ||
25 | cellspacing="0"> | ||
26 | <tr> | ||
27 | <td colspan="8" class="dbhead">xwikiclasses</td> | ||
28 | </tr> | ||
29 | <tr> | ||
30 | <th class="db0"> </th> | ||
31 | <th class="db1">Column Name</th> | ||
32 | <th class="db2">Datatype</th> | ||
33 | <th class="db3">Not null</th> | ||
34 | <th class="db4">auto inc</th> | ||
35 | <th class="db5">flags</th> | ||
36 | <th class="db6">Default Value</th> | ||
37 | <th class="db7">Comments</th> | ||
38 | </tr> | ||
39 | <tr> | ||
40 | <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
41 | <td class="db1">XWO_ID</td> | ||
42 | <td class="db2">INTEGER</td> | ||
43 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
44 | <td class="db4"> </td> | ||
45 | <td class="db5"> </td> | ||
46 | <td class="db6">0</td> | ||
47 | <td class="db7">Points to xwikidoc table</td> | ||
48 | </tr> | ||
49 | <tr> | ||
50 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
51 | <td class="db1">XWO_NAME</td> | ||
52 | <td class="db2">VARCHAR(255)</td> | ||
53 | <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
54 | <td class="db4"> </td> | ||
55 | <td class="db5"> </td> | ||
56 | <td class="db6"> </td> | ||
57 | <td class="db7"> </td> | ||
58 | </tr> | ||
59 | <tr> | ||
60 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
61 | <td class="db1">XWO_CUSTOM_MAPPING</td> | ||
62 | <td class="db2">TEXT</td> | ||
63 | <td class="db3"> </td> | ||
64 | <td class="db4"> </td> | ||
65 | <td class="db5"> </td> | ||
66 | <td class="db6"> </td> | ||
67 | <td class="db7"> </td> | ||
68 | </tr> | ||
69 | <tr> | ||
70 | <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td> | ||
71 | <td class="db1">XWO_VALIDATION_SCRIPT</td> | ||
72 | <td class="db2">VARCHAR(255)</td> | ||
73 | <td class="db3"> </td> | ||
74 | <td class="db4"> </td> | ||
75 | <td class="db5"> </td> | ||
76 | <td class="db6"> </td> | ||
77 | <td class="db7"> </td> | ||
78 | </tr> | ||
79 | | ||
80 | </table> |