dextool.plugin.mutate.backend.database.type

Members

Aliases

FileId
alias FileId = Pkey!(Pkeys.fileId)

Primary key in the files table

MutationId
alias MutationId = Pkey!(Pkeys.mutationId)

Primary key in the mutation table

TestCaseId
alias TestCaseId = Pkey!(Pkeys.testCaseId)

Primary key in the test_case table

Structs

Pkey
struct Pkey(Pkeys T)

Primary key in the database

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

License

MPL-2