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
babel
table. - Category
- Represents a row in the
category
table. - Category
Link - Represents a row in the
categorylinks
table. - Change
Tag - Represents a row in the
change_tag
table. - Change
TagDefinition - Represents a row in the
change_tag_def
table. - External
Link - Represents a row in the
externallinks
table. - Image
- Represents a row in the
image
table. - Image
Link - Represents a row in the
imagelinks
table. - Interwiki
Link - Represents a row in the
iwlinks
table. - Language
Link - Represents a row in the
langlinks
table. - Link
Target - Represents a row in the
linktarget
table. - Page
- Represents a row in the
page
table. - Page
Link - Represents a row in the
pagelinks
table. - Page
Property - Represents a row in the
page_props
table. - Page
Restriction - Represents a row in the
page_restrictions
table. - Protected
Title - Represents a row in the
protected_titles
table. - Redirect
- Represents a row in the
redirect
table. - Site
- Represents a row in the
sites
table. - Site
Stats - Represents a row in the
site_stats
table. - Template
Link - Represents a row in the
templatelinks
table. - User
Former Group Membership - Represents a row in the
user_former_groups
table. - User
Group Membership - Represents a row in the
user_groups
table. - Wikibase
Client Entity Usage - Represents a row in the
wbc_entity_usage
table.