distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
Insert
miniorm
query_ast
# Select END # Insert START
@
safe
struct
Insert {
InsertOpt
opt
;
TableRef
table
;
TableAlias
alias_
;
InsertColumns
columns
;
InsertValues
values
;
this
(InsertOpt opt, TableRef tbl);
void
toString
(Writer w);
}
Constructors
this
this
(InsertOpt opt, TableRef tbl)
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
alias_
TableAlias
alias_
;
Undocumented in source.
columns
InsertColumns
columns
;
opt
InsertOpt
opt
;
Type of operation to perform.
table
TableRef
table
;
Table to operate on.
values
InsertValues
values
;
Meta
Source
See Implementation
miniorm
query_ast
aliases
ColumnName
Expr
InsertDefaultValue
None
Star
Window
enums
InsertOpt
OrderingTermSort
WhereOp
structs
Blob
ColumnNames
Constant
Delete
From
Insert
InsertColumns
InsertValues
Limit
LimitOffset
OrderBy
OrderingTerm
Query
ResultColumn
ResultColumnExpr
ResultColumns
SchemaName
Select
Sql
TableAlias
TableOrQuery
TableOrSubQueries
TableOrSubQuerySelect
TableRef
Value
Values
Where
WhereExpr
# Select END # Insert START