| Changes [pod] | |
| DBI.pm [pod] | The Database Interface Module Perl code |
| DBI.xs | The Database Interface Module XS code |
| DBIXS.h | The DBI XS public interface for Drivers (DBD::...) |
| Driver.xst | Template driver xs file |
| Driver_xst.h | Template driver xs support code |
| MANIFEST | |
| Makefile.PL | The Makefile generator |
| Perl.xs | Test harness (currently) for Driver.xst |
| README | |
| ToDo | Occasional random notes about what's missing |
| dbd_xsh.h | Prototypes for standard Driver.xst interface |
| dbi_sql.h | Definitions based on SQL CLI / ODBC (#inc'd by DBIXS.h) |
| dbipport.h | Perl portability macros (from Devel::PPort) |
| dbiprof.PL [pod] | |
| dbiproxy.PL [pod] | Frontend for DBI::ProxyServer |
| lib/Bundle/DBI.pm [pod] | A bundle for automatic installation via CPAN. |
| lib/DBD/ExampleP.pm | A very simple example Driver module |
| lib/DBD/NullP.pm | An empty example Driver module |
| lib/DBD/Proxy.pm [pod] | Proxy driver |
| lib/DBD/Sponge.pm | A driver for fake cursors (precached data) |
| lib/DBI/Const/GetInfo/ANSI.pm [pod] | GetInfo data based on ANSI standard |
| lib/DBI/Const/GetInfo/ODBC.pm [pod] | GetInfo data based on ODBC standard |
| lib/DBI/Const/GetInfoReturn.pm [pod] | GetInfo return values plus tools based on standards |
| lib/DBI/Const/GetInfoType.pm [pod] | GetInfo type code data based on standards |
| lib/DBI/DBD.pm [pod] | Some basic help for people writing DBI drivers |
| lib/DBI/DBD/Metadata.pm [pod] | Metadata tools for people writing DBI drivers |
| lib/DBI/FAQ.pm [pod] | The DBI FAQ in module form for perldoc |
| lib/DBI/Profile.pm [pod] | Manage DBI usage profile data |
| lib/DBI/ProfileData.pm [pod] | |
| lib/DBI/ProfileDumper.pm [pod] | |
| lib/DBI/ProfileDumper/Apache.pm [pod] | |
| lib/DBI/ProxyServer.pm [pod] | The proxy drivers server |
| lib/DBI/PurePerl.pm [pod] | A DBI.xs emulation in Perl |
| lib/DBI/W32ODBC.pm [pod] | An experimental DBI emulation layer for Win32::ODBC |
| lib/Win32/DBIODBC.pm [pod] | An experimental Win32::ODBC emulation layer for DBI |
| t/01basics.t | |
| t/02dbidrv.t | |
| t/03hleak.t | |
| t/04mods.t | |
| t/05thrclone.t | |
| t/06attrs.t | |
| t/07kids.t | |
| t/08keeperr.t | |
| t/10examp.t | |
| t/15array.t | |
| t/20meta.t | |
| t/30subclass.t | |
| t/40profile.t | |
| t/41prof_dump.t | |
| t/42prof_data.t | |
| t/60preparse.t | |
| t/80proxy.t | |
| test.pl | A very simple test harness using ExampleP.pm |