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


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

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

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

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

DESCRIPTION

Top

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

METHODS

Top

This role provides the following methods:

$query->order_by()

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

$query->order_by_clause()

Returns the ORDER BY 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.