dextool v3.1.0 (2021-05-10T21:15:40Z)
Dub
Repo
MutationTbl
dextool
plugin
mutate
backend
database
schema
Undocumented in source.
package
@
TableName
(
mutationTable
)
@
TableForeignKey
("mp_id",
KeyRef
("mutation_point(id)"),
KeyParam
("ON DELETE CASCADE"))
@
TableForeignKey
("st_id",
KeyRef
("mutation_status(id)"))
@
TableConstraint
("unique_ UNIQUE (mp_id, kind)")
struct
MutationTbl {
long
id
;
long
mp_id
;
@
ColumnParam
("")
long
st_id
;
long
kind
;
}
Members
Variables
id
long
id
;
Undocumented in source.
kind
long
kind
;
Undocumented in source.
mp_id
long
mp_id
;
Undocumented in source.
st_id
long
st_id
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
database
schema
functions
getSchemaVersion
initializeDB
makeUpgradeTable
replaceTbl
updateSchemaVersion
upgrade
upgradeV0
upgradeV1
upgradeV10
upgradeV11
upgradeV12
upgradeV13
upgradeV14
upgradeV15
upgradeV16
upgradeV17
upgradeV18
upgradeV19
upgradeV2
upgradeV20
upgradeV21
upgradeV22
upgradeV23
upgradeV24
upgradeV25
upgradeV26
upgradeV27
upgradeV28
upgradeV29
upgradeV3
upgradeV30
upgradeV31
upgradeV32
upgradeV33
upgradeV34
upgradeV35
upgradeV36
upgradeV37
upgradeV38
upgradeV39
upgradeV4
upgradeV40
upgradeV5
upgradeV6
upgradeV7
upgradeV8
upgradeV9
structs
AllTestCaseTbl
CoverageCodeRegionTable
CoverageInfoTable
CoverageTimeTtampTable
DependencyFileTable
DependencyRootTable
DextoolVersionTable
FilesTbl
MarkedMutantTbl
MutantTimeoutCtxTbl
MutantTimeoutWorklistTbl
MutantWorklistTbl
MutationPointTbl
MutationScoreHistoryTable
MutationStatusTbl
MutationTbl
NomutDataTbl
NomutTbl
RawSrcMetadata
RuntimeHistoryTable
SchemataFragmentTable
SchemataMutantTable
SchemataTable
SchemataUsedTable
SrcMetadataTable
TestCaseKilledTbl
TestFilesTable
UpgradeTable
VersionTbl
variables
allTestCaseTable
depFileTable
depRootTable
dextoolVersionTable
filesTable
killedTestCaseTable
markedMutantTable
mutantTimeoutCtxTable
mutantTimeoutWorklistTable
mutantWorklistTable
mutationPointTable
mutationScoreHistoryTable
mutationStatusTable
mutationTable
nomutDataTable
nomutTable
rawSrcMetadataTable
runtimeHistoryTable
schemaVersionTable
schemataFragmentTable
schemataMutantTable
schemataTable
schemataUsedTable
srcCovInfoTable
srcCovTable
srcCovTimeStampTable
srcMetadataTable
testFilesTable