The LIMIT # clause builder.

package Peyote
author Dave Widmer

 Methods

Compiles the query into raw SQL

compile() : string

Returns

string

Gets all of the methods that should be passed as "mixin" methods.

getMethods() : array

Returns

array

Sets the limit.

setLimit(int $num) 

Parameters

$num

int

The number to limit the queries to

 Properties

 

The limit number

$limit : int