Paketname | libdbix-abstract-perl |
Beschreibung | DBI SQL abstraction |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.006-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl (>= 5.8.0), libdbi-perl |
Empfohlene Pakete | |
Paketbetreuer | Gerfried Fuchs |
Quelle | |
Paketgröße | 27416 Byte |
Prüfsumme MD5 | ba046c5cd4b75f1c08aa64bbb4b5e5b5 |
Prüfsumme SHA1 | d78c19a570e1a20363f9384aaf0fc5164fd7d0a7 |
Prüfsumme SHA256 | 8f26bcd0b4b8beedf2b5f7cb49a692752c8d3df867c507052fcfc1d13314bf42 |
Link zum Herunterladen | libdbix-abstract-perl_1.006-2_all.deb |
Ausführliche Beschreibung | This module provides methods for retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
.
It endeavors to produce an interface that will be intuitive to those
already familiar with SQL.
.
Notable features include:
* data_source generation for some DBD drivers.
* Can check to make sure the connection is not stale and reconnect if
it is.
* Controls statement handles for you.
* Can delay writes.
* Generates complex where clauses from hashes and arrays.
* Shortcuts (convenience functions) for some common cases. (Like
select_all_to_hashref.)
|