IRows
Used to define a sort order and limit for some query.
Tags
Table of Contents
getOrderBy() | Retrieve the attribute used to sort | string |
---|---|---|
getStart() | Retrieve the start offset | int |
getRows() | Retrieve the result set size | int |
getStatement() | Retrieve this part as a string | string |
Methods
getOrderBy()
Retrieve the attribute used to sort
public
getOrderBy(
)
: string
Return values
string —attribute name
getStart()
Retrieve the start offset
public
getStart(
)
: int
Return values
int —offset
getRows()
Retrieve the result set size
public
getRows(
)
: int
Return values
int —size
getStatement()
Retrieve this part as a string
public
getStatement(
)
: string
Return values
string —statement