miniorm.queries

Undocumented in source.

Members

Enums

InsertOpt (from miniorm.query_ast)
enum InsertOpt via public import miniorm.query_ast : OrderingTermSort, InsertOpt;

Based on those that are valid in SQLite.

OrderingTermSort (from miniorm.query_ast)
enum OrderingTermSort via public import miniorm.query_ast : OrderingTermSort, InsertOpt;
Undocumented in source.

Functions

count
auto count()
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
auto delete_()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
auto insert()
Undocumented in source. Be warned that the author may not have intended to support it.
insertOrIgnore
auto insertOrIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
insertOrReplace
auto insertOrReplace()
Undocumented in source. Be warned that the author may not have intended to support it.
select
auto select()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

WhereMixin
mixintemplate WhereMixin(T, QueryT, AstT)
Undocumented in source.

Structs

Bind
struct Bind
Undocumented in source.
Count
struct Count(T)
Undocumented in source.
Delete
struct Delete(T)
Undocumented in source.
Insert
struct Insert(T)
Undocumented in source.
Select
struct Select(T)
Undocumented in source.

Meta