sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
Parameter
sqlbuilder
dialect
common
Undocumented in source.
struct
Parameter (
T
bool
hasValidation
= false
) {
enum
expr
;
alias
PType
=
typeof
(
only
(
T
.
init
))
;
PType
params
;
static if
(
hasValidation
)
bool
valid
;
}
Members
Aliases
PType
alias
PType
=
typeof
(
only
(
T
.
init
))
Undocumented in source.
Manifest constants
expr
enum
expr
;
Undocumented in source.
Variables
params
PType
params
;
Undocumented in source.
valid
bool
valid
;
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
dialect
common
enums
ConditionalJoiner
functions
addJoin
append
as
ascend
changed
concat
count
descend
exprCol
groupBy
limit
orderBy
select
simplifyConditions
updateConditions
updateQueryField
where
withoutAs
structs
Parameter
templates
SQLImpl