NAME
Fey::Role::SQL::HasLimitClause - A role for queries which can include a LIMIT clause
SYNOPSIS
use MooseX::StrictConstructor;
with 'Fey::Role::SQL::HasLimitClause';
DESCRIPTION
Classes which do this role represent a query which can include a LIMIT
clause.
METHODS
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.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
See Fey for details on how to report bugs.
COPYRIGHT & LICENSE
Copyright 2006-2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.