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

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.