sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
Insert
sqlbuilder
types
Undocumented in source.
@
safe
struct
Insert (
Item
) {
alias
ItemType
=
Item
;
string
tableid
;
SQLFragment
!
Item
colNames
;
SQLFragment
!
Item
colValues
;
}
Members
Aliases
ItemType
alias
ItemType
=
Item
Undocumented in source.
Variables
colNames
SQLFragment
!
Item
colNames
;
Undocumented in source.
colValues
SQLFragment
!
Item
colValues
;
Undocumented in source.
tableid
string
tableid
;
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