Paketname | php-mdb2 |
Beschreibung | PHP PEAR module to provide a common API for supported RDBMS |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.5.0b2-1 |
Sektion | php |
Priorität | optional |
Installierte Größe | 524 Byte |
Hängt ab von | php-pear (>= 5.2.0-8) |
Empfohlene Pakete | |
Paketbetreuer | Debian PHP Maintainers |
Quelle | |
Paketgröße | 81682 Byte |
Prüfsumme MD5 | d40f6679374cd7ac35dcbef640bdd614 |
Prüfsumme SHA1 | da28eed98b5f8dbfefa306c3b4c122e7862e260d |
Prüfsumme SHA256 | d9d1d7d344e88063ac5de24c713f6560217644bec1e70db64c60da674c10b653 |
Link zum Herunterladen | php-mdb2_2.5.0b2-1_all.deb |
Ausführliche Beschreibung | PEAR MDB2 is a merge of the PEAR DB and Metabase php database
abstraction layers.
.
It provides a common API for all supported RDBMS. The main difference
to most other DB abstraction packages is that MDB2 goes much further
to ensure portability. MDB2 provides most of its many features
optionally that can be used to construct portable SQL statements:
.
* Object-Oriented API
* A DSN (data source name) or array format for specifying database
servers
* Datatype abstraction and on demand datatype conversion
* Various optional fetch modes to fix portability issues
* Portable error codes
* Sequential and non sequential row fetching as well as bulk fetching
* Ability to make buffered and unbuffered queries
* Ordered array and associative array for the fetched rows
* Prepare/execute (bind) named and unnamed placeholder emulation
* Sequence/autoincrement emulation
* Replace emulation
* Limited sub select emulation
* Row limit emulation
* Transactions/savepoint support
* Large Object support
* Index/Unique Key/Primary Key support
* Pattern matching abstraction
* Module framework to load advanced functionality on demand
* Ability to read the information schema
* RDBMS management methods (creating, dropping, altering)
* Reverse engineering schemas from an existing database
* SQL function call abstraction
* Full integration into the PEAR Framework
* PHPDoc API documentation
|