| Fey documentation | view source | Contained in the Fey distribution. |
Fey::SQL::Fragment::Join - Represents a single join in a FROM clause
version 0.40
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.
See Fey for details on how to report bugs.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Fey documentation | view source | Contained in the Fey distribution. |