blob: 617555b2117d36c0e44d399084de8c26a2f71610 (
plain)
1
2
3
4
5
6
7
|
Class::DBI::LazyInflate is a utility class that allows you to create
DBI columns that only inflate to an object when it is required.
When a row is fetched, columns specified via has_lazy() is wrapped
by Data::Lazy, such that it is inflated only when the column is
actually used.
WWW: http://search.cpan.org/dist/Class-DBI-LazyInflate/
|