
Fey::Role::SQL::HasOrderByClause - A role for queries which can include a ORDER BY clause

use Moose; with 'Fey::Role::SQL::HasOrderByClause';

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

This role provides the following methods:
See the Fey::SQL section on ORDER BY Clauses for more details.
Returns the ORDER BY clause portion of the SQL statement as a string.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

Copyright 2006-2009 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.