DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibclass-dbi-plugin-retrieveall-perl
BeschreibungClass::DBI plugin providing a more complex retrieve_all() method
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.04-3
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16), libclass-dbi-perl (>= 0.95)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße7586 Byte
Prüfsumme MD547e90a214367453fc2f36ee65b56a434
Prüfsumme SHA1b848102f21ef67aaa0b9dc5f03ac74019b7986d6
Prüfsumme SHA2564d64151730d6bf22afc7179d8f2afc9078d8eb4b79fd65c21cce5fb23a85fc98
Link zum Herunterladenlibclass-dbi-plugin-retrieveall-perl_1.04-3_all.
Ausführliche BeschreibungClass::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:


Impressum
Linux is a registered trademark of Linus Torvalds