dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
RawSrcMetadata
dextool
plugin
mutate
backend
database
schema
Undocumented in source.
package
@
TableName
(
rawSrcMetadataTable
)
@
TableForeignKey
("file_id",
KeyRef
("files(id)"),
KeyParam
("ON DELETE CASCADE"))
@
TableConstraint
("unique_line_in_file UNIQUE (file_id, line)")
struct
RawSrcMetadata {
long
id
;
@
ColumnName
("file_id")
long
fileId
;
@
ColumnParam
("")
uint
line
;
@
ColumnParam
("")
long
nomut
;
@
ColumnParam
("")
string
tag
;
@
ColumnParam
("")
string
comment
;
}
Members
Variables
comment
string
comment
;
Undocumented in source.
fileId
long
fileId
;
Undocumented in source.
id
long
id
;
Undocumented in source.
line
uint
line
;
Undocumented in source.
nomut
long
nomut
;
Undocumented in source.
tag
string
tag
;
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