sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
AllowNullType
sqlbuilder
types
Undocumented in source.
@
safe
struct
AllowNullType (
T
T
defaultVal
) {
alias
type
=
T
;
enum
nullVal
;
}
Members
Aliases
type
alias
type
=
T
Undocumented in source.
Manifest constants
nullVal
enum
nullVal
;
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
types
enums
Spec
functions
addSep
getSpec
isGroup
isJoin
isKeyLiteral
makeSpec
manifest constants
andSpec
endGroupSpec
joinSpec
objEndSpec
orSpec
paramSpec
sepSpec
structs
AllowNullType
Changed
ColumnDef
ConcatDef
Delete
Expr
ExprString
Insert
Joins
Query
Relation
RowObj
SQLFragment
TableDef
Update
templates
paramsImpl