Paketname | libdatetime-format-dbi-perl |
Beschreibung | Finds a DateTime::Format parser class for a database connection |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.035-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl, libdatetime-perl, libdbi-perl |
Empfohlene Pakete | libdatetime-format-db2-perl, libdatetime-format-mysql-perl, libdatetime-format-pg-perl, libdatetime- |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8860 Byte |
Prüfsumme MD5 | e07af7d0cdd2735519bf02b080a347c7 |
Prüfsumme SHA1 | a8a43e987639917c237a71984dcec5470abb53dd |
Prüfsumme SHA256 | 347e1a1d37abb54a8968db8865436a2b595acd6a699d038dd8458108279a8f83 |
Link zum Herunterladen | libdatetime-format-dbi-perl_0.035-1_all.deb |
Ausführliche Beschreibung | DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for
the use with a given DBI connection (and DBD::* driver).
.
It currently supports the following format modules: IBM DB2
(DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL,
Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg,
SQLite|DateTime::Format::SQLite.
.
NOTE: This module provides a quick method to find the correct parser and
formatter class. However, this is usually not sufficient for full database
abstraction. You will also have to cater for differences in the syntax and
semantics of SQL datetime functions (and other SQL commands).
|