oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
whereNot.whereNot
oceandrift
db
dbal
v4
whereNot
Undocumented in source. Be warned that the author may not have intended to support it.
Query
whereNot
(Query q, Column column, TComparisonOperator op)
template
whereNot
(bool logicalJunction = or, TComparisonOperator)
@
safe
pure
Query
whereNot
(
Query
q
,
Column
column
,
TComparisonOperator
op
)
if
(
isComparisonOperator
!
TComparisonOperator
)
Query
whereNot
(Query q, Column column, TComparisonOperator op, DBValue value)
Query
whereNot
(Query q, string column, TComparisonOperator op)
Query
whereNot
(Query q, string column, TComparisonOperator op, DBValue value)
Meta
Source
See Implementation
oceandrift
db
dbal
v4
whereNot
functions
whereNot