sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
Joins
sqlbuilder
types
Undocumented in source.
@
safe
struct
Joins (
Item
) {
SQLFragment
!
Item
joinFragment
;
bool
hasJoin
(TableDef def);
}
Alias This
joinFragment
Members
Functions
hasJoin
bool
hasJoin
(TableDef def)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
joinFragment
SQLFragment
!
Item
joinFragment
;
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