| Fey documentation | view source | Contained in the Fey distribution. |
Fey::Role::ColumnLike - A role for "column-like" behavior
version 0.40
use Moose; with 'Fey::Role::ColumnLike';
Class which do this role are "column-like" . This role aggregates several other roles for the Fey::Column and Fey::Column::Alias classes.
This role provides the following methods:
These methods all return true when the $column->table()
returns an object.
This class does the Fey::Role::Selectable,
Fey::Role::Comparable, Fey::Role::Groupable, and
Fey::Role::Orderable roles.
See Fey for details on how to report bugs.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Fey documentation | view source | Contained in the Fey distribution. |