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

NAME

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

VERSION

version 0.41

SYNOPSIS

  use Moose 0.90;

  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.

BUGS

See Fey for details on how to report bugs.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 - 2015 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)