Wiki source code of XWiki Database Schema
Version 99.2 by Silvia Macovei on 2010/03/05
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{info}} | ||
2 | The schema below is updated to version 2.0.3. | ||
3 | {{/info}} | ||
4 | |||
5 | Following are all of the tables that make up the XWiki database schema. Just taking a brief look at the schema's tables can give you a clue to how the underlying system works. | ||
6 | |||
7 | Note that there may be minor variances for databases other than MySQL, but if so, they have not yet been documented. | ||
8 | |||
9 | = Tables = | ||
10 | |||
11 | In alphabetical order | ||
12 | (% style="width:100%" %) | ||
13 | | (((* [[xwikiattachment>>DevGuide.DsXWikiAttachment]] | ||
14 | * [[xwikiattachment_archive>>DevGuide.XWikiAttachmentArchive]] | ||
15 | * [[xwikiattachment_content>>DevGuide.DsXWikiAttachmentContent]] | ||
16 | * [[xwikiattrecyclebin>>DevGuide.DsXwikiRecycleBin]] | ||
17 | * [[xwikibooleanclasses>>DevGuide.DsXWikiBooleanClasses]] | ||
18 | * [[xwikiclasses>>DevGuide.DsXWikiClasses]] | ||
19 | * [[xwikiclassesprop>>DevGuide.DsXWikiClassesProp]] | ||
20 | * [[xwikicomments>>DevGuide.DsXwikiComments]] | ||
21 | * [[xwikidateclasses>>DevGuide.DsXWikiDateClasses]] | ||
22 | * [[xwikidates>>DevGuide.DsXWikiDates]] | ||
23 | * [[xwikidblistclasses>>DevGuide.DsXWikiDatabaseListClasses]] | ||
24 | * [[xwikidbversion>>DevGuide.DsXWikiDbVersion]] | ||
25 | * [[xwikidoc>>DevGuide.DsXWikiDoc]] | ||
26 | * [[xwikidoubles>>DevGuide.DsXWikiDoubles]] | ||
27 | * [[xwikifloats>>DevGuide.DsXWikiFloats]] | ||
28 | * [[xwikiintegers>>DevGuide.DsXWikiIntegers]] | ||
29 | * [[xwikilargestrings>>DevGuide.DsXWikiLargeStrings]] | ||
30 | * [[xwikilinks>>DevGuide.DsXWikiLinks]]))) | (((* [[xwikilistitems>>DevGuide.DsXWikiListItems]] | ||
31 | * [[xwikilists>>DevGuide.DsXWikiLists]] | ||
32 | * [[xwikilock>>DevGuide.DsXWikiLocks]] | ||
33 | * [[xwikilongs>>DevGuide.DsXWikiLongs]] | ||
34 | * [[xwikinumberclasses>>DevGuide.DsXWikiNumberClasses]] | ||
35 | * [[xwikiobjects>>DevGuide.DsXWikiObjects]] | ||
36 | * [[xwikipreferences>>DevGuide.DsXWikiPreferences]] | ||
37 | * [[xwikiproperties>>DevGuide.DsXWikiProperties]] | ||
38 | * [[xwikiircs>>DevGuide.DsXWikiIrcs]] | ||
39 | * [[xwikirecyclebin>>DevGuide.DsXwikiRecyleBin]] | ||
40 | * [[xwikislistclasses>>DevGuide.DsXWikiListClasses]] | ||
41 | * [[xwikistatsdoc>>DevGuide.DsXWikiDocumentStats]] | ||
42 | * [[xwikistatsreferer>>DevGuide.DsXWikiRefererStats]] | ||
43 | * [[xwikistatsvisit>>DevGuide.XWikiVisits]] | ||
44 | * [[xwikistringclasses>>DevGuide.DsXWikiStringClasses]] | ||
45 | * [[xwikistrings>>DevGuide.DsXWikiStrings]]))) | ||
46 | |||
47 | {{velocity}} | ||
48 | $context.setCacheDuration(100000) | ||
49 | {{/velocity}} |