AbstractSQL
in package
implements
SQLInterface
Parent for database-specific syntax subclasses
Interfaces, Classes, Traits and Enums
- SQLInterface
- Interface for database-specific syntax subclasses
Table of Contents
- limit() : string
- Limit clause
Methods
limit()
Limit clause
public
limit(string $sql, int $limit[, int|null $offset = NULL ]) : string
Parameters
- $sql : string
- $limit : int
- $offset : int|null = NULL