Fey::Role::SQL::HasLimitClause - A role for queries which can include a LIMIT clause


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Role::SQL::HasLimitClause - A role for queries which can include a LIMIT clause

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::SQL::HasLimitClause';

DESCRIPTION

Top

Classes which do this role represent a query which can include a LIMIT clause.

METHODS

Top

This role provides the following methods:

$query->limit()

See the Fey::SQL section on LIMIT Clauses for more details.

$query->limit_clause()

Returns the LIMIT clause portion of the SQL statement as a string.

BUGS

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.