sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
ColumnDef
sqlbuilder
types
Undocumented in source.
@
safe
struct
ColumnDef (
T
) {
const
TableDef
table
;
ExprString
expr
;
alias
type
=
T
;
}
Members
Aliases
type
alias
type
=
T
Undocumented in source.
Variables
expr
ExprString
expr
;
Undocumented in source.
table
TableDef
table
;
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