PHP Class Prado\Data\Common\Sqlite\TSqliteCommandBuilder

Since: 3.1
Inheritance: extends Prado\Data\Common\TDbCommandBuilder
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
applyLimitOffset ( $sql, $limit, $offset ) : string Alters the sql to apply $limit and $offset.

Method Details

applyLimitOffset() public method

Alters the sql to apply $limit and $offset.
public applyLimitOffset ( $sql, $limit, $offset ) : string
return string SQL with limit and offset.