mars ~master (2017-12-20T10:48:32Z)
Dub
Repo
Insert
mars
sqldb
Undocumented in source.
class
Insert :
Statement
{
immutable
(
Table
)[]
tables
;
Col
[]
cols
;
string
[]
params
;
Col
[]
returning
;
}
Members
Variables
cols
Col
[]
cols
;
Undocumented in source.
params
string
[]
params
;
Undocumented in source.
returning
Col
[]
returning
;
Undocumented in source.
tables
immutable
(
Table
)[]
tables
;
Undocumented in source.
Meta
Source
See Implementation
mars
sqldb
classes
Insert
Select
Statement
functions
createTableColumn
fillFrom
name
structs
Parser