Wiki source code of XWiki Objects (xwikiobjects)

Version 1.1 by Helmut Nagy on 2009/02/12

Show last authors
1 <style>
2 td, th {border-bottom:1px solid #666}
3 table.dbtable{border:1px solid #666;border-bottom:0px}
4 th {background-color:#EFEFEF}
5 .db0{width:1%;border-right:1px solid #666;}
6 .db1{width:25%;border-right:1px solid #666}
7 .db2{width:10%;border-right:1px solid #666}
8 .db3{width:7%;border-right:1px solid #666}
9 .db4{width:7%;border-right:1px solid #666}
10 .db5{width:10%;border-right:1px solid #666}
11 .db6{width:20%;border-right:1px solid #666}
12 .db7{width:20%}
13 .dbhead{background-color:#CCC;font-weight:bold}
14 </style>
15 1.1 XWiki Objects (xwikiobjects)
16
17 This table contains the list of XWiki Objects. Objects can have properties, as declared by their class.
18
19 <table border="0" width="100%" class="dbtable" cellpadding="3"
20 cellspacing="0">
21 <tr>
22 <td colspan="8" class="dbhead">xwikiobjects</td>
23 </tr>
24 <tr>
25 <th class="db0">&nbsp;</th>
26 <th class="db1">Column Name</th>
27 <th class="db2">Datatype</th>
28 <th class="db3">Not null</th>
29 <th class="db4">auto inc</th>
30 <th class="db5">flags</th>
31 <th class="db6">Default Value</th>
32 <th class="db7">Comments</th>
33 </tr>
34 <tr>
35 <td class="db0">{image:db_key.gif|16|16|document=DevGuide.DatabaseSchema}</td>
36 <td class="db1">XWO_ID</td>
37 <td class="db2">INTEGER</td>
38 <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td>
39 <td class="db4">&nbsp;</td>
40 <td class="db5">&nbsp;</td>
41 <td class="db6">0</td>
42 <td class="db7">&nbsp;</td>
43 </tr>
44 <tr>
45 <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td>
46 <td class="db1">XWO_NUMBER</td>
47 <td class="db2">INTEGER</td>
48 <td class="db3">&nbsp;</td>
49 <td class="db4">&nbsp;</td>
50 <td class="db5">&nbsp;</td>
51 <td class="db6">&nbsp;</td>
52 <td class="db7">&nbsp;</td>
53 </tr>
54 <tr>
55 <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td>
56 <td class="db1">XWO_NAME</td>
57 <td class="db2">VARCHAR(255)</td>
58 <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td>
59 <td class="db4">&nbsp;</td>
60 <td class="db5">&nbsp;</td>
61 <td class="db6">null</td>
62 <td class="db7">&nbsp;</td>
63 </tr>
64 <tr>
65 <td class="db0">{image:db_field.gif|16|16|document=DevGuide.DatabaseSchema}</td>
66 <td class="db1">XWO_CLASSNAME</td>
67 <td class="db2">VARCHAR(255)</td>
68 <td class="db3">{image:db_check.gif|16|16|document=DevGuide.DatabaseSchema}</td>
69 <td class="db4">&nbsp;</td>
70 <td class="db5">&nbsp;</td>
71 <td class="db6">null</td>
72 <td class="db7">&nbsp;</td>
73 </tr>
74 </table>

Get Connected