dextool v2.0.0 (2020-03-19T19:58:47Z)
Dub
Repo
SchemataFragmentTable
dextool
plugin
mutate
backend
database
schema
Undocumented in source.
package
@
TableName
(
schemataFragmentTable
)
@
TableForeignKey
("schem_id",
KeyRef
("schemata(id)"),
KeyParam
("ON DELETE CASCADE"))
@
TableForeignKey
("file_id",
KeyRef
("files(id)"),
KeyParam
("ON DELETE CASCADE"))
struct
SchemataFragmentTable {
long
id
;
@
ColumnName
("schem_id")
long
schemataId
;
@
ColumnName
("file_id")
long
fileId
;
@
ColumnName
("order_")
long
order
;
@
ColumnParam
("")
const
(
ubyte
)[]
text
;
@
ColumnName
("offset_begin")
uint
offsetBegin
;
@
ColumnName
("offset_end")
uint
offsetEnd
;
}
Members
Variables
fileId
long
fileId
;
Undocumented in source.
id
long
id
;
Undocumented in source.
offsetBegin
uint
offsetBegin
;
Undocumented in source.
offsetEnd
uint
offsetEnd
;
Undocumented in source.
order
long
order
;
Undocumented in source.
schemataId
long
schemataId
;
Undocumented in source.
text
const
(
ubyte
)[]
text
;
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
upgradeV2
upgradeV3
upgradeV4
upgradeV5
upgradeV6
upgradeV7
upgradeV8
upgradeV9
structs
AllTestCaseTbl
FilesTbl
MarkedMutantTbl
MutantTimeoutCtxTbl
MutantTimeoutWorklistTbl
MutationPointTbl
MutationStatusTbl
MutationTbl
NomutDataTbl
NomutTbl
RawSrcMetadata
SchemataFragmentTable
SchemataMutantTable
SchemataTable
SchemataWorkListTable
SrcMetadataTable
TestCaseKilledTbl
UpgradeTable
VersionTbl
variables
allTestCaseTable
filesTable
killedTestCaseTable
markedMutantTable
mutantTimeoutCtxTable
mutantTimeoutWorklistTable
mutationPointTable
mutationStatusTable
mutationTable
nomutDataTable
nomutTable
rawSrcMetadataTable
schemaVersionTable
schemataFragmentTable
schemataMutantTable
schemataTable
schemataWorkListTable
srcMetadataTable