Paketname | libclass-dbi-plugin-retrieveall-perl |
Beschreibung | Class::DBI plugin providing a more complex retrieve_all() method |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.04-3 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl, libclass-dbi-perl (>= 0.95) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 7620 Byte |
Prüfsumme MD5 | 500ba844c4cfd25c354394969305b908 |
Prüfsumme SHA1 | 98bdd513f4cfb9ff4d3702612e029b7f47f90d5e |
Prüfsumme SHA256 | 7a2fade05c1fd0e5353ddc197e789a7a0cb5039f66c7605c796c33c608283fb6 |
Link zum Herunterladen | libclass-dbi-plugin-retrieveall-perl_1.04-3_ |
Ausführliche Beschreibung | Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass
which provides a 'retrieve_all_sorted_by' method.
.
This method will be exported into the calling class, and allows for
retrieving all the objects of the class, sorted by the given column.
.
The argument given will be passed straight through to the database
'as is', and is not checked in any way, so an error here will
probably result in an error from the database, rather than Class::DBI
itself. However, because of this it is possible to pass more complex
ORDER BY clauses through:
|