| Object Perl Programming with UML Headers | Description |
|---|---|
| ConnectJdbcInterface | A interface to the Connect Software jdbc driver. This wraps the specific database url and driver names as supplied by Connect. |
| JdbcDatabase | This further abstracts the Connect software by creating a simple interface for the programmer. |
| SqlServerDatabase | This uses constructor chaining to set the relevant instance defaults suitable for a MS Sql Server database. |
| SybaseDatabase | As above but for Sybase. |
Last Updated