Members
(constant) operators
Create a complex criteria with operators
- Source:
(constant) operators
Create a complex criteria with operators
- Source:
Methods
buildQueryString(params) → {string}
Build a query string from an object
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | Query parameters |
- Source:
Returns:
- Query string
- Type
- string
buildQueryString(params) → {string}
Build a query string from an object
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | Query parameters |
- Source:
Returns:
- Query string
- Type
- string
where(criteria) → {Object}
Create WHERE criteria in Waterline format
Parameters:
| Name | Type | Description |
|---|---|---|
criteria |
Object | Filter criteria |
- Source:
Returns:
- Formatted criteria
- Type
- Object
where(criteria) → {Object}
Create WHERE criteria in Waterline format
Parameters:
| Name | Type | Description |
|---|---|---|
criteria |
Object | Filter criteria |
- Source:
Returns:
- Formatted criteria
- Type
- Object