dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
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
upgradeV2
upgradeV3
upgradeV4
upgradeV5
upgradeV6
upgradeV7
upgradeV8
upgradeV9
structs
AllTestCaseTbl
FilesTbl
MarkedMutantTbl
MutantTimeoutCtxTbl
MutantTimeoutWorklistTbl
MutationPointTbl
MutationStatusTbl
MutationTbl
NomutDataTbl
NomutTbl
RawSrcMetadata
SrcMetadataTable
TestCaseKilledTbl
UpgradeTable
VersionTbl
variables
allTestCaseTable
filesTable
killedTestCaseTable
markedMutantTable
mutantTimeoutCtxTable
mutantTimeoutWorklistTable
mutationPointTable
mutationStatusTable
mutationTable
nomutDataTable
nomutTable
rawSrcMetadataTable
schemaVersionTable
srcMetadataTable