dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Count
miniorm
queries
Undocumented in source.
struct
Count (
T
) {
import
miniorm
.
query_ast
:
Sql
;
;
Select
!
T
query_
;
this
(miniorm.query_ast.Select q);
this
(string from);
Sql
toSql
();
mixin
WhereMixin
!(
T
,
typeof
(
this
),
miniorm
.
query_ast
.
Select
)
;
}
Constructors
this
this
(miniorm.query_ast.Select q)
Undocumented in source.
this
this
(string from)
Undocumented in source.
Members
Functions
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
.
Select
)
Undocumented in source.
Variables
query_
Select
!
T
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