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


Class-DBI-View documentation  | view source Contained in the Class-DBI-View distribution.

Index


NAME

Top

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

SYNOPSIS

Top

DO NOT USE THIS MODULE DIRECTLY

DESCRIPTION

Top

See Class::DBI::View

NOTES

Top

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

Top

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

Top

Class::DBI::View


Class-DBI-View documentation  | view source Contained in the Class-DBI-View distribution.