Type Alias: DataComparisonOperator
type DataComparisonOperator = object;
Defined in: db.ts:52
A type that identifies possible data comparison operators. The type is used for constructing a SQL query.
Properties
| Property | Type | Defined in |
|---|---|---|
eq? | any | db.ts:57 |
gt? | any | db.ts:53 |
gte? | any | db.ts:55 |
lt? | any | db.ts:54 |
lte? | any | db.ts:56 |
neq? | any | db.ts:58 |