Database-Abstraction
view release on metacpan or search on metacpan
lib/Database/Abstraction.pm view on Meta::CPAN
# Return all rows as an array in list context
return @results;
}
=head2 updated
Returns the timestamp of the last database update.
=cut
sub updated {
my $self = shift;
return $self->{'_updated'};
}
=head2 AUTOLOAD
Directly access a database column.
Returns all entries in a column, a single entry based on criteria.
( run in 0.346 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )