PHP 클래스 Prado\Data\Common\Sqlite\TSqliteCommandBuilder

부터: 3.1
상속: extends Prado\Data\Common\TDbCommandBuilder
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
applyLimitOffset ( $sql, $limit, $offset ) : string Alters the sql to apply $limit and $offset.

메소드 상세

applyLimitOffset() 공개 메소드

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