sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
getAllowNullType.result
sqlbuilder
traits
getAllowNullType
Undocumented in source.
alias
result
=
AllowNullType
!(
typeof
(
sym
),
sym
.
init
)
template
getAllowNullType
(alias sym)
static if
(
__traits(isSame, att, allowNull)
)
alias
result
=
AllowNullType
!(
typeof
(
sym
),
sym.init
)
alias
result
=
AllowNullType
!(
typeof
(
sym
),
att
.
nullValue
)
Meta
Source
See Implementation
sqlbuilder
traits
getAllowNullType
aliases
getAllowNullType
result