Constructor for OINODbSqlLimit
.
maximum number of items to return
page number to return starting from 1
Print order as SQL condition based on the datamodel of the API.
data model (and database) to use for formatting of values
Static
parseConstructor for OINODbSqlLimit
as parser of http parameter.
Supports limit and page formatted as:
limit
- limit number of items to returnlimit page n
- limit number of items to return and return page n (starting from 1)limit.n
- limit number of items to return and return page n (starting from 1)string representation of limit from HTTP-request
Class for limiting the number of results.