Function Database_Static_ibm->apply_sql_limit_clause

Definitions

sources/database/ibm.php

  • Adjust an SQL query to apply offset/limit restriction.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$query string required parameter N/A N/A The complete SQL query
$max ?integer Null N/A N/A The maximum number of rows to affect (null: no limit)
$start integer 0 N/A N/A The start row to affect