dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Delete
miniorm
query_ast
# Insert END # Delete START
@
safe
struct
Delete {
TableRef
table
;
SumType
!(
None
,
Where
)
where
;
void
toString
(Writer w);
}
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
table
TableRef
table
;
Undocumented in source.
where
SumType
!(
None
,
Where
)
where
;
Undocumented in source.
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
# Insert END # Delete START