miniorm ~master (2021-09-07T19:10:41Z)
Dub
Repo
Delete
miniorm
queries
Undocumented in source.
struct
Delete (
T
) {
import
miniorm
.
query_ast
;
;
miniorm
.
query_ast
.
Delete
query
;
this
(miniorm.query_ast.Delete q);
this
(string tableName);
Sql
toSql
();
void
run
(Miniorm db);
mixin
WhereMixin
!(
T
,
typeof
(
this
),
miniorm
.
query_ast
.
Delete
)
;
}
Constructors
this
this
(miniorm.query_ast.Delete q)
Undocumented in source.
this
this
(string tableName)
Undocumented in source.
Members
Functions
run
void
run
(Miniorm db)
Undocumented in source. Be warned that the author may not have intended to support it.
toSql
Sql
toSql
()
Convert to a SQL statement that can e.g. be pretty printed.
Mixins
__anonymous
mixin
WhereMixin
!(
T
,
typeof
(
this
),
miniorm
.
query_ast
.
Delete
)
Undocumented in source.
Variables
query
miniorm
.
query_ast
.
Delete
query
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
queries
functions
count
delete_
insert
insertOrIgnore
insertOrReplace
select
mixin templates
WhereMixin
structs
Bind
Count
Delete
Insert
Select