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

use MooseX::StrictConstructor; with 'Fey::Role::SQL::HasLimitClause';

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

This role provides the following methods:
See the Fey::SQL section on LIMIT Clauses for more details.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

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.