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. - Category
Link - Represents a row in the
categorylinkstable. - Change
Tag - Represents a row in the
change_tagtable. - Change
TagDefinition - Represents a row in the
change_tag_deftable. - External
Link - Represents a row in the
externallinkstable. - Image
- Represents a row in the
imagetable. - Image
Link - Represents a row in the
imagelinkstable. - Interwiki
Link - Represents a row in the
iwlinkstable. - Language
Link - Represents a row in the
langlinkstable. - Link
Target - Represents a row in the
linktargettable. - Page
- Represents a row in the
pagetable. - Page
Link - Represents a row in the
pagelinkstable. - Page
Property - Represents a row in the
page_propstable. - Page
Restriction - Represents a row in the
page_restrictionstable. - Protected
Title - Represents a row in the
protected_titlestable. - Redirect
- Represents a row in the
redirecttable. - Site
- Represents a row in the
sitestable. - Site
Stats - Represents a row in the
site_statstable. - Template
Link - Represents a row in the
templatelinkstable. - User
Former Group Membership - Represents a row in the
user_former_groupstable. - User
Group Membership - Represents a row in the
user_groupstable. - Wikibase
Client Entity Usage - Represents a row in the
wbc_entity_usagetable.