-
Notifications
You must be signed in to change notification settings - Fork 2
DbQueryNot
do- edited this page Feb 19, 2024
·
2 revisions
DbQueryNot is a class representing a particular case of a SQL boolean factor
NOT <boolean test>
| Name | Type | Description |
|---|---|---|
filter |
{sql, params} |
an object, such as a DbQueryTableColumnComparison instance |
sql |
String | The SQL fragment to be interpolated in the query: NOT (${filter.sql})
|
params |
Array | copy of filter.params
|
from (null) returns null, from (filter) for any non-null filter — a new instance DbQueryNot instance built around the filter.