JDatabaseQuerySqlsrv::processLimit
Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset.
Signature
public function processLimit(string
$query,
[integer
$limit = 0,
[integer
$offset = 0]] )
Parameters
-
$query
- The query in string format
-
$limit
- The limit for the result set
-
$offset
- The offset for the result set
Returns
- string