This package implements several interfaces to provide a DBMS independent access to SQL databases.
The interfaces define functions to manage database conections, execute SQL queries and retrieve results.
There are classes that implement these interfaces for MySQL and Microsoft SQL servers. Applications using these classes may use any of the supported databases eventually without changing the applications code.
The classes handle errors by throwing standard exceptions.
No application links were specified for this class.