Methods
setLocal(local) → {Query}
Set local query flag.
Parameters:
Name | Type | Description |
---|---|---|
local |
boolean | local query flag: true or false. |
Returns:
- the same instance of the Query.
- Type
- Query
setPageSize(pageSize) → {Query}
Set Cursor page size.
Parameters:
Name | Type | Description |
---|---|---|
pageSize |
number | cursor page size. |
Returns:
- the same instance of the Query.
- Type
- Query