Dave Rolsky > Fey > Fey::SQL::Fragment::Join

Download:
Fey-0.34.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.34   Source  

NAME ^

Fey::SQL::Fragment::Join - Represents a single join in a FROM clause

DESCRIPTION ^

This class represents part of a FROM clause, usually a join, but it can also represent a single table or subselect.

It is intended solely for internal use in Fey::SQL objects, and as such is not intended for public use.

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.