NAME

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

SYNOPSIS

DO NOT USE THIS MODULE DIRECTLY

DESCRIPTION

See Class::DBI::View

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

Class::DBI::View