Paketname | libclass-dbi-plugin-retrieveall-perl |
Beschreibung | Class::DBI plugin providing a more complex retrieve_all() method |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.95) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 7586 Byte |
Prüfsumme MD5 | 47e90a214367453fc2f36ee65b56a434 |
Prüfsumme SHA1 | b848102f21ef67aaa0b9dc5f03ac74019b7986d6 |
Prüfsumme SHA256 | 4d64151730d6bf22afc7179d8f2afc9078d8eb4b79fd65c21cce5fb23a85fc98 |
Link zum Herunterladen | libclass-dbi-plugin-retrieveall-perl_1.04-3_all. |
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:
|