NAME

DBIx::QuickORM::Schema::View - Schema object for a database view.

DESCRIPTION

A view behaves exactly like a DBIx::QuickORM::Schema::Table (columns, links, etc.); the only difference is that is_view returns true, so code can distinguish a view from a real table.

SOURCE

The source code repository for DBIx::QuickORM can be found at https://github.com/exodist/DBIx-QuickORM.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

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

See https://dev.perl.org/licenses/