Delete

Undocumented in source.

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