sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
getAllowNullType
sqlbuilder
traits
Undocumented in source.
template
getAllowNullType (
alias
sym
) {
alias
result
=
AllowNullType
!(
typeof
(
sym
),
sym
.
init
)
;
alias
result
=
AllowNullType
!(
typeof
(
sym
),
att
.
nullValue
)
;
alias
getAllowNullType
=
result
;
}
Members
Aliases
getAllowNullType
alias
getAllowNullType
=
result
Undocumented in source.
result
alias
result
=
AllowNullType
!(
typeof
(
sym
),
att
.
nullValue
)
Undocumented in source.
result
alias
result
=
AllowNullType
!(
typeof
(
sym
),
sym
.
init
)
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
traits
enums
hasPrimaryKey
isRelation
isRelationField
functions
getTables
templates
PrimaryKeyTypes
getAllowNullType
getColumnName
getFetchType
getMappingsFor
getParamType
getQueryTypeList
getRelationField
getRelationFor
getTableName
isDataSet
isField
isQuery
possibleNullColumn
primaryKeyFields