Expand description
Types that represent rows in tables of the MediaWiki database.
Implements the FromSqlTuple trait for them,
so that they can be parsed from SQL tuples by iterate_sql_insertions.
Structsยง
- Babel
- Represents a row in the babeltable.
- Category
- Represents a row in the categorytable.
- CategoryLink 
- Represents a row in the categorylinkstable.
- ChangeTag 
- Represents a row in the change_tagtable.
- ChangeTagDefinition 
- Represents a row in the change_tag_deftable.
- ExternalLink 
- Represents a row in the externallinkstable.
- Image
- Represents a row in the imagetable.
- ImageLink 
- Represents a row in the imagelinkstable.
- InterwikiLink 
- Represents a row in the iwlinkstable.
- LanguageLink 
- Represents a row in the langlinkstable.
- LinkTarget 
- Represents a row in the linktargettable.
- Page
- Represents a row in the pagetable.
- PageLink 
- Represents a row in the pagelinkstable.
- PageProperty 
- Represents a row in the page_propstable.
- PageRestriction 
- Represents a row in the page_restrictionstable.
- ProtectedTitle 
- Represents a row in the protected_titlestable.
- Redirect
- Represents a row in the redirecttable.
- Site
- Represents a row in the sitestable.
- SiteStats 
- Represents a row in the site_statstable.
- TemplateLink 
- Represents a row in the templatelinkstable.
- UserFormer Group Membership 
- Represents a row in the user_former_groupstable.
- UserGroup Membership 
- Represents a row in the user_groupstable.
- WikibaseClient Entity Usage 
- Represents a row in the wbc_entity_usagetable.