dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
WhereMixin
miniorm
queries
Undocumented in source.
mixin template
WhereMixin (
T
QueryT
AstT
) {
import
std
.
datetime
:
SysTime
;
;
import
std
.
traits
:
isNumeric
,
isSomeString
;
;
Bind
[]
binds
;
auto
where
(string lhs, Bind[] b);
auto
where
(string lhs, Bind b);
}
Members
Functions
where
auto
where
(string lhs, Bind b)
Undocumented in source. Be warned that the author may not have intended to support it.
where
auto
where
(string lhs, Bind[] b)
Add a WHERE clause with a bound value.
Variables
binds
Bind
[]
binds
;
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