Constructor
new Condition(clause)
Create a condition.
Parameters:
| Name | Type | Description |
|---|---|---|
clause |
Clause | Query condition to be applied. |
Properties:
| Name | Type | Description |
|---|---|---|
clause |
Clause | Query condition to be applied. |
Methods
(static) fromJson(obj) → {Condition}
This method is for internal use only.
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
JSON object that represented a condition. |
Returns:
Condition instance
- Type
- Condition