prorm API Reference
← Documentation
GitLab
Preparing search index...
index
buildRepairTableSQL
Function buildRepairTableSQL
buildRepairTableSQL
(
table
:
string
,
dialect
:
string
,
quoteTable
:
(
t
:
string
)
=>
string
,
options
?:
{
quick
?:
boolean
;
extended
?:
boolean
}
,
)
:
string
Attempt to repair a corrupted table. MySQL family, and mainly MyISAM.
Parameters
table
:
string
dialect
:
string
quoteTable
:
(
t
:
string
)
=>
string
options
:
{
quick
?:
boolean
;
extended
?:
boolean
}
= {}
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Attempt to repair a corrupted table. MySQL family, and mainly MyISAM.