Class::DBI::View::SubQuery - View implementation using sub-selects


NAME

Class::DBI::View::SubQuery - View implementation using sub-selects


SYNOPSIS

DO NOT USE THIS MODULE DIRECTLY


DESCRIPTION

See the Class::DBI::View manpage


NOTES

This module can be used with a database which supports sub-selects. You know you can usually use VIEWs in such databases which supports sub-selects, but at the time of this writing, MySQL 4.1 beta supports sub-selects, but no VIEWs.


AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the Class::DBI::View manpage

 Class::DBI::View::SubQuery - View implementation using sub-selects