sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
Query.basicQuery
sqlbuilder
types
Query
Undocumented in source. Be warned that the author may not have intended to support it.
.
Query
!(
Item
,
void
)
basicQuery
()
struct
Query
(Item, RowT...)
ref return @
trusted
static if
(
RowT.length == 0 || RowT.length > 1 || (RowT.length == 1 && !is(RowT[0] == void))
)
.
Query
!(
Item
,
void
)
basicQuery
(
)
Query
basicQuery
()
Meta
Source
See Implementation
sqlbuilder
types
Query
aliases
ItemType
QueryTypes
RowTypes
functions
basicQuery
variables
conditions
fields
groups
joins
limitOffset
limitQty
orders