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


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

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

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::ReturnsData';

DESCRIPTION

Top

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

METHODS

Top

This role provides no methods.

Returns true.

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.