DbQueryNot - do-/node-doix-db GitHub Wiki
DbQueryNot
is a class representing a particular case of a SQL boolean factor
NOT <boolean test>
Properties
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 |
Static methods
from
from (null)
returns null
, from (filter)
for any non-null filter
— a new instance DbQueryNot
instance built around the filter
.