Function Database_Static_postgresql->uses_offset_syntax
Definitions
sources/database/postgresql.php
- Whether 'OFFSET' syntax is used on limit clauses.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether 'OFFSET' syntax is used on limit clauses.
*
* @return boolean Whether it is
*/
public function uses_offset_syntax() : bool
* Whether 'OFFSET' syntax is used on limit clauses.
*
* @return boolean Whether it is
*/
public function uses_offset_syntax() : bool