dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
TernaryCondition
dorm
api
condition
Undocumented in source.
@
safe
struct
TernaryCondition {
TernaryConditionType
type
;
Condition
*
first
;
Condition
*
second
;
Condition
*
third
;
}
Members
Variables
first
Condition
*
first
;
second
Condition
*
second
;
third
Condition
*
third
;
Undocumented in source.
type
TernaryConditionType
type
;
Undocumented in source.
Meta
Source
See Implementation
dorm
api
condition
aliases
BinaryConditionType
TernaryConditionType
UnaryConditionType
functions
columnValue
conditionIdentifier
conditionValue
dumpTree
makeTree
structs
AndCondition
BinaryCondition
Condition
OrCondition
TernaryCondition
UnaryCondition