
Fey::Role::ReturnsData - A role for SQL queries which return data (SELECT, UNION, etc)

use Moose; with 'Fey::Role::ReturnsData';

Classes which do this role represent an object which returns data from a query, such as SELECT, UNION, etc.

This role provides no methods.
Returns true.

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.