sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
TableDef
sqlbuilder
types
Undocumented in source.
@
safe
struct
TableDef {
Spec
joinType
[@property getter];
string
as
;
ExprString
joinExpr
;
const
(
TableDef
)[]
dependencies
;
}
Members
Properties
joinType
Spec
joinType
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
as
string
as
;
Undocumented in source.
dependencies
const
(
TableDef
)[]
dependencies
;
Undocumented in source.
joinExpr
ExprString
joinExpr
;
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