The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Moose;

  with 'Fey::Role::ReturnsData';

DESCRIPTION

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

METHODS

This role provides no methods.

Returns true.

AUTHOR

Dave Rolsky, <autarch@urth.org>

BUGS

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE

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.