dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
TableForeignKey
miniorm
schema
UDA for foreign keys on a table.
@
safe
struct
TableForeignKey {
string
foreignKey
;
KeyRef
r
;
KeyParam
p
;
}
Members
Variables
foreignKey
string
foreignKey
;
Undocumented in source.
p
KeyParam
p
;
Undocumented in source.
r
KeyRef
r
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
schema
functions
buildSchema
fieldNames
fieldToCol
tableConstraints
tableForeinKeys
tableName
tablePrimaryKey
manifest constants
SEPARATOR
structs
ColumnName
ColumnParam
FieldColumn
KeyParam
KeyRef
TableConstraint
TableForeignKey
TableName
TablePrimaryKey
UDA for foreign keys on a table.